Showing in browser an H264 TCP stream

Kenairod doriank at hotmail.fr
Mon Mar 31 02:01:25 PDT 2014


Thanks for your answers !


Tim Müller wrote
> This might work:
> 
>  fdsrc ! h264parse ! tcpserversink
> 
> Or put the H.264 video in a container, like:
> 
>  fdsrc ! h264parse ! mpegtsmux ! tcpserversink

I've tried both of you solutions but I can't receive the stream on another
computer. I've tried with the following pipelines, but I always get errors.

This pipeline for the solution without container :

gst-launch-0.10 -v tcpclientsrc host=172.23.207.153 port=5000 !
autovideosink sync=false

And this one for the one with container :

gst-launch-0.10 -v tcpclientsrc host=172.23.207.153 port=5000 ! mpegtsdemux
! autovideosink sync=false

But none of them works... 



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Showing-in-browser-an-H264-TCP-stream-tp4666147p4666210.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list