UDP connection over Internet
narcisse doudieu siewe
wambenarcisse at yahoo.fr
Sun Apr 10 15:49:05 UTC 2016
My knowledge about IP network is a little old but I willgive some suggestions.
Your 2 devices are not in the same IP network(differents IPaddress) do you have a router between them?
Le Dimanche 10 avril 2016 15h27, Vassiliev <Valera.Vassiliev at gmail.com> a écrit :
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.
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160410/5cc75aa4/attachment.html>
More information about the gstreamer-devel
mailing list