ETHERNET RECEIVER CONFIGURATION

Get the video streaming over ethernet by following correspond guidance below

  • The default ip address of the Vio payload is 192.168.12.240

  • In the latest software, the Vio payload will output the video feed via Ethernet by using RTSP The default url is: rtsp://192.168.12.240:8554/vio

  • The gstreamer command to get video on the PC gst-launch-1.0 rtspsrc latency=0 location=rtsp://<vio_ip>:8554/vio ! rtph264depay ! decodebin ! videoconvert ! autovideosink sync=false

1. On the QGC app

  • See Video Settings section

2. On the PC using VLC

  • Goto Media -> Open Network Stream

  • rtsp://192.168.12.240:8554/vio

3. On the PC using Gstreamer

// gst-launch-1.0 rtspsrc latency=0 location=rtsp://<vio_ip>:8554/vio ! rtph264depay ! decodebin ! videoconvert ! autovideosink sync=false

Last updated