getting latency on gstreamer

sjsingh88 sjsingh2188 at gmail.com
Sun May 31 07:36:54 UTC 2020


Hello.
I am using G streamer on raspberry pi on both ends (receiver and sender both
are raspberry pi) and i have latency about 600ms how can i reduce or is
there any way to get no latency here are my commands
On raspberry pi sender:-
raspivid -t 0 -w 640 -h 480 -fps 22 -b 500000 -awb tungsten -o - |
gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 !
gdppay ! tcpserversink host=0.0.0.0 port=10001

on raspberry pi listener :-
gst-launch-1.0 -v tcpclientsrc host=<your_Pi’s_IP> port=10001 ! gdpdepay !
rtph264depay ! avdec_h264 ! videoconvert ! autovideosink sync=false

Any help?



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


More information about the gstreamer-devel mailing list