<div dir="ltr">Hi all,<div><br></div><div>I'm trying to streaming an MPEG-1 video through TCP using Gstreamer-0.1, the following command works perfectly:</div><div><br></div><div>gst-launch-0.10 filesrc location=video.mpg ! mpegdemux ! ffdec_mpegvideo ! ffmpegcolorspace ! autovideosink</div><div><br></div><div>But when I'm trying to stream to another host using TCP, things get interesting, the following command works occasionally:</div><div><br></div><div>gst-launch-0.10 filesrc location=video.mpg ! tcpclientsink host=x.x.x.x port=8000</div><div><br></div><div>gst-launch-0.10 tcpserversrc host=x.x.x.x port=8000 ! mpegdemux ! ffdec_mpegvideo ! ffmpegcolorspace ! autovideosink</div><div><br></div><div>Sometimes the command can work, sometimes it can't, does any have any suggestion or other similar command that I can decode mpeg video through tcp using ffdec_mpegvideo plugin?</div><div><br></div><div>Thanks,</div><div><br></div><div>Jiaqi</div></div>