[gst-devel] MP4 file streaming over RTP

Michael Smith msmith at xiph.org
Thu Jun 3 03:12:52 CEST 2010


On Sun, May 30, 2010 at 9:15 AM, Farah Akhtar <farahakhtar_24c at yahoo.com> wrote:
>
> Hi,
>
> I am trying to stream an mp4 file (h264 encoded, no audio) over RTP. When I
> use the pipeline to play the streamed file at the receiver using
> xvimagesink, it plays fine. However, when I try to save the same stream to
> an .mp4 file, an error for lack of library support is given. The pipelines
> and output are given here:

I have no idea if this is your only problem - but do not use ffmux_mp4
for any purpose, ever. The ffmpeg muxers in general are poor quality.

You should use mp4mux (from gst-plugins-bad) instead.

Mike




More information about the gstreamer-devel mailing list