Hello Sinamics, you were a great helpful one year ago, and now I was googling and I´ve seen your uavmatrix.com.
My problem now, is that I need streaming from analog camera through Raspberry with a easycap.
At the moment I have this:
Sender
/usr/bin/gst-launch-1.0 v4l2src device=/dev/video0 norm=NTSC-M ! videoconvert ! omxh264enc target-bitrate=1000000 control-rate=variable-skip-frames ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=192.168.0.193 port=5000
Receiver
gst-launch-1.0 -v tcpclientsrc host=192.168.0.193 port=5000 ! gdpdepay ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink sync=false
I watch video perfectly and with low latency too.
However I prefer work with udp, maybe I´ve a problem because the pipeline no start.
I changed tcpclientsrc host=192.168.0.193 port=5000 udpsrc port=5000 in Receiver
I changed tcpserversink host=192.168.0.193 port=5000 udpsink host=192.168.200.37 port=5000 in sender
Thanks in advance, this forum bring me great regards¡¡¡¡¡¡¡