Streaming Mp4 video through RTP protocol using Gstreamer in Ubuntu

Yuriy Rusinov yrusinov at gmail.com
Fri Nov 29 12:37:10 UTC 2019


Dear All !

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
*gst-launch-1.0 -v filesrc location = my_video.mp4 ! decodebin ! x264enc !
rtph264pay ! udpsink host=192.168.10.108 port=5251*
on server and
*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*
on client, but I'm not seeing any display(Not even the launch application
screen)
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.

Best regards,
Sincerely yours,
Yuriy Rusinov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191129/46b8e4e7/attachment.html>


More information about the gstreamer-devel mailing list