Streaming mpeg-ts over tcp

Krutskikh Ivan stein.hak at gmail.com
Wed Apr 8 03:53:30 PDT 2015


Hi everyone!

Whenever I try to broadcast mpeg-ts with gstreamer, I get no video on
receiving client. I tried the static mp4 file (gopro produced) with

 gst-launch-1.0 filesrc location=/store/100GOPRO/GOPR0133.MP4 ! qtdemux
name=demux demux.video_0 ! queue ! h264parse ! mpegtsmux name=mux !
tcpserversink host=127.0.0.1 port=1234 demux.audio_0 ! queue ! mux.


But live vlc stream works fine:

gst-launch-1.0 souphttpsrc location=http://192.168.0.243:8090/int_cam?ch=1
! tsdemux name=demux demux. ! queue ! h264parse ! mpegtsmux name=mux !
tcpserversink host=127.0.0.1 port=1234


In both cases the client is vlc player with

vlc tcp://127.0.0.1:1234

Am I missing something here?

Tnx in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150408/5cf6f566/attachment.html>


More information about the gstreamer-devel mailing list