EOS for .mov file

Thiago Sousa Santos thiago.sousa.santos at collabora.co.uk
Mon Apr 18 03:48:27 PDT 2011


On Fri, 2011-04-15 at 00:11 +0530, Umakant Goyal wrote:
> Hi All,
> 
> I am creating a pipeline that is receiving RTP data from network,
> muxing it and saving into .mov file. Pipeline is working fine without
> any error and warning and file is being generated with data coming
> from network. But i am not able to play generated .mov file using VLC
> and Quick Time. What i know that for some of formats like mp4 we need
> to send EOS to pipeline when stream ends so that muxer can put index
> information into file. 
> 
> Now my question is that do i need to send EOS to the pipeline at the
> end of the stream in case of .mov file also?

Yes, you should send the EOS event to the pipeline and wait for the EOS
message to be posted on the bus before setting the pipeline to NULL.


--
Thiago

> 
> Thanks in Advance
> 
> 
> 
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




More information about the gstreamer-devel mailing list