How to store received mp4 videos from a rtp/udp streaming?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to store received mp4 videos from a rtp/udp streaming?

Diego Silva
Hi,

I am using the client-H264-PCMA.sh example from:

http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/client-H264-PCMA.sh

I need to store the received video in a .mp4 or .yuv file. How can I do that?

Thanks,

Diego Silva.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to store received mp4 videos from a rtp/udp streaming?

Stefan Sauer
On 04/07/2012 08:57 PM, Diego Silva wrote:
> Hi,
>
> I am using the client-H264-PCMA.sh example from:
>
> http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/client-H264-PCMA.sh
>
> I need to store the received video in a .mp4 or .yuv file. How can I
> do that?

by removing the decoders and sinks (xvimagesink and autoaudiosink) and
instead adding a muxer (mp4mux) and a filesink.

Stefan
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel