Streaming Mp4 video through RTP protocol using Gstreamer in Ubuntu

Stephenwei lofy.stephen at gmail.com
Wed Dec 11 02:28:54 UTC 2019


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


udpsink host=192.168.10.108 port=5251 and  udpsrc port=5000 ??????






--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list