sprop-param-set

Chuck Crisler ccrisler at mutualink.net
Fri Apr 4 12:39:01 PDT 2014


Here is the pipeline.

    char cPipelineSrc[] = "( udpsrc port=%d name=UDPSrc !
application/x-rtp,media=video,payload=96,clock-rate=90000,encoding-name=H264,"

"sprop-parameter-sets=Njc0ZDAwMTZkYTAyODBmNmMwNTUyMDAwMDAwMzAwNDAwMDAwMDc4YzA4MDAzZTgwMDAwYThjMzdiZGYwYmMyMjExYTg=
! valve name=pay0 drop=false )";

Here is the raw SPS:

674d0016da0280f6c0552000000300400000078c08003e80000a8c37bdf0bc2211a8


On Fri, Apr 4, 2014 at 2:21 PM, Chuck Crisler <ccrisler at mutualink.net>wrote:

> I am using GStreamer 0.10.30 and the RTSP code 0.10.7. Yes, I realize that
> I really should upgrade, but that isn't an option at this time. It is
> possible/likely that the issue I have has been fixed in the 1.x code.
> (sigh).
>
> In my RTSP server I include the sprop-parameter-set parameter. I am
> testing with an Android accessing the server. The Android requires that the
> sprop parameter include the NAL type. However, if I put that in, the
> GStreamer pipeline code (grammar.y, line 713, gst_parse_yyparse) throws an
> error. If I use the same SPS but remove the 67 nal type (before base64
> encoding), GStreamer works but the Android fails.
>
> Is this a bug in this version of GStreamer? Should this field include the
> NAL type? Reading on the net suggests so.
>
> Thank you,
> Chuck Crisler
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140404/78d0d14d/attachment.html>


More information about the gstreamer-devel mailing list