[gst-devel] how to capture the http stream

Wes Miller wmiller at sdr.com
Thu Jun 24 21:52:54 CEST 2010


You can do as little as whateversrc ! filesink, which should store the raw
stream.

You may also want to consider whateversrc ! matroskamux ! filesink that will
store your raw stream in a matroska container file (filetype is mkv).   When
you use that file you'll need to run it through a matroskademux element. 
For reasons I do not understand, the matroska storage format is considered
better than just straight storing the stream.

Wes
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-capture-the-http-stream-tp2266683p2267557.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list