<div dir="ltr"><div><div>Hi everyone!<br><br></div>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 <br><br> 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.<br><br><br></div><div>But live vlc stream works fine: <br><br>gst-launch-1.0 souphttpsrc location=<a href="http://192.168.0.243:8090/int_cam?ch=1">http://192.168.0.243:8090/int_cam?ch=1</a> ! tsdemux name=demux demux. ! queue ! h264parse ! mpegtsmux name=mux ! tcpserversink host=127.0.0.1 port=1234<br><br><br></div><div>In both cases the client is vlc player with <br><br></div><div>vlc tcp://<a href="http://127.0.0.1:1234">127.0.0.1:1234</a><br><br></div><div>Am I missing something here?<br><br></div><div>Tnx in advance!<br></div><div><br></div><div><br><br></div></div>