streaming .h264 video file using appsrc via rtsp

noscgag noscgag at yahoo.com
Thu Feb 15 13:32:16 UTC 2018


Try adding the "latency=0" argument to the rtspsrc element, and "sync=false"
to the autovideosink element:

gst-launch-1.0 rtspsrc location=rtsp://127.0.0.1:8554/test latency=0 ! 
rtpjitterbuffer ! rtph264depay ! h264parse ! decodebin  ! autovideosink
sync=false

I use a very similar pipeline and it is low latency:

gst-launch-1.0 rtspsrc location=rtsp://127.0.0.1:8554/test latency=0 !
rtph264depay ! avdec_h264 ! autovideosink sync=false



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


More information about the gstreamer-devel mailing list