streaming HD videos using gstreamer

Nicolas Dufresne nicolas.dufresne at collabora.com
Mon Aug 31 07:04:36 PDT 2015


Le samedi 29 août 2015 à 14:15 -0700, suspension a écrit :
> Could you please let me know how to do that? 
> 
> I tried the following pipeline from the server side, but it given an
> error:
> 
> gst-launch-1.0 filesrc location=movie.mkv ! tc. filesrc
> location=sub.srt !
> tc. tcpclientsink name=tc host=127.0.0.1 port=5000

You need to demux the mkv, and then mux again with the sub-titles
streams. For the subtitle, you need to parse the file before you can
mux it (see subparse). I don't know if it will work with gst-launch
-1.0.

Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150831/3cb884a5/attachment.sig>


More information about the gstreamer-devel mailing list