Streaming mpeg-ts over tcp

Krutskikh Ivan stein.hak at gmail.com
Fri Apr 10 03:39:10 PDT 2015


I would like to up my question

2015-04-08 13:53 GMT+03:00 Krutskikh Ivan <stein.hak at gmail.com>:

> 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/20150410/50fcdbc3/attachment.html>


More information about the gstreamer-devel mailing list