Problem with MPEG4 Compliant Simple Profie Stream

Tim-Philipp Müller t.i.m at zen.co.uk
Mon Jul 18 04:21:04 PDT 2011


On Mon, 2011-07-18 at 11:25 +0200, Loris Michielin wrote:

> gst-launch-0.10 -v udpsrc port=30100
> caps="application/x-rtp,media=(string)video, payload=(int)121,
> clock-rate=(int)90000, encoding-name=(string)MP4V-ES,
> profile-level-id=(string)1" ! filesink
> location= /home/vmachines/video/video.mp4
> 
> The problem is that now the result file is incorrect.
> The video result incorrect,i see a lot of artefacts, in half part of
> video.

You might want at least a jitterbuffer and a depayloader (rtpmp4vdepay)
here after the udpsrc. And then possibly also a video parser and a muxer
(such as qtmux).

 Cheers
  -Tim




More information about the gstreamer-devel mailing list