UDP connection over Internet
Vassiliev
Valera.Vassiliev at gmail.com
Sun Apr 10 14:55:36 UTC 2016
Hello,
I am trying to send video stream from my Raspberry Pi to PC using UDP
protocol. RPi and PC connected to same Wi-FI network with static IP
77.87.xxx.xx
On RPi:
gst-launch-1.0 -v rpicamsrc preview=0 bitrate=1000000 ! video/x-h264,
width=1280, height=720, framerate=25/1, profile=high ! h264parse !
rtph264pay config-interval=1 pt=96 ! udpsink host=77.87.xxx.xx port=5000
On PC:
gst-launch-1.0 -v udpsrc port=5000 ! application/x-rtp, encoding-name=H264,
payload=96 ! rtph264depay ! avdec_h264 ! autovideosink sync=false
Also on router (Zyxel Viva) I created a NAT rule:
<http://gstreamer-devel.966125.n4.nabble.com/file/n4676807/nat.png>
With such setup I cant get anything, while with host=192.168.1.5 it works
correct.
Where is the problem?
Thanks
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/UDP-connection-over-Internet-tp4676807.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list