SDP for H264 freescale

Rūdolfs Bundulis rudolfs.bundulis at gmail.com
Tue Jun 17 06:47:53 PDT 2014


Here is an example SDP for H264 with RTP payload type 96, but you need to
add connection data like address and port to it:

v=0
c=IN IP4 <ip address>
m=video <port> RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=0; sprop-parameter-sets=Z0JAHqaAtD2QAA==,
aM4wpIAA

If I remember correctly this was enough for me to get gstreamer, vlc and
 ffplay working.



2014-06-17 13:56 GMT+03:00 Andrey Systemd <systemcpp at mail.ru>:

> Can anyone help me to construct SDP file from
> caps = application/x-rtp,  media=(string)video, clock-rate=(int)90000,
> encoding-name=(string)H264,
> sprop-parameter-sets=(string)\"Z0JAHqaAtD2QAA\\=\\=\\,aM4wpIAA\",
> payload=(int)96, ssrc=(uint)2621067233, clock-base=(uint)2586443495,
> seqnum-base=(uint)51326
>
> Thanks!
> --
> Andrey Systemd
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140617/9368d9a9/attachment.html>


More information about the gstreamer-devel mailing list