[gst-devel] MPEG-4 video rtp payloader

Michael Smith msmith at xiph.org
Fri Feb 13 06:10:14 CET 2009


On Thu, Feb 12, 2009 at 8:49 PM, yang shaobo <yangsb05 at gmail.com> wrote:
> Does anyone knows which plugin can be used as a payloader for raw
> mpeg4( simple profile ) video ?
>
> I tried the rtpmp4vpay,but it does not work.
> My pipeline is the following :
>
> sender :
> gst-lanuch -v filesrc location="test.mpeg4" ! rtpmp4vpay ! udpsink port=5000

rtpmp4vpay is _only_ an rtp payloader. It won't parse a raw bitstream
for you. So, you need to have a parser before it (e.g.
mpeg4videoparse), since it's coming from a file (rather than an
encoder, which would already output parsed buffers, with appropriate
caps).

Mike




More information about the gstreamer-devel mailing list