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/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel