<div dir="ltr">Dear All !<div><br></div><div>I'm trying to fetch the video file from my local directory, enable the stream from server and capture these video from my Client side. I try to runĀ </div><div><i>gst-launch-1.0 -v filesrc location = my_video.mp4 ! decodebin ! x264enc ! rtph264pay ! udpsink host=192.168.10.108 port=5251</i></div><div>on server andĀ <br clear="all"><div><i>gst-launch-1.0 -v udpsrc port=5000 caps="application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, payload=96, ssrc=3394826012, timestamp-offset=2215812541, seqnum-offset=46353" ! rtph264depay ! decodebin ! videoconvert ! autovideosink sync=false</i><br></div><div>on client, but I'm not seeing any display(Not even the launch application screen)</div>I'm running these command in command line in Ubuntu-19.10. Do I have to run this commands on different machines? This command without udp works fine.</div><div><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Best regards,<br>Sincerely yours,<br>Yuriy Rusinov.<br></div></div></div>