FPV video streaming

Streaming realtime FPV video to GCS.uno media server

GCS.uno has its own video streaming server. To setup Raspberry Pi camera module to stream video follow Video streaming section in Navio 2 and Raspberry setup guide.

If you deal with analog or HDMI video inputs, check Google how to set up your hardware to stream to media server. There are various formats in which video can be streamed: RTSP, RTMP, HTTP(S)-MPEG-TS. You need to get DRONE_VIDEO_KEY from your dashboard and replace it below.

RTSP stream address:

rtsp://video.gcs.uno:554/drone/DRONE_VIDEO_KEY

RTMP stream address:

rtmp://video.gcs.uno:1935/drone/DRONE_VIDEO_KEY

HTTP-MPEG-TS

http://video.gcs.uno:80/drone/DRONE_VIDEO_KEY/mpegts

HTTPS-MPEG-TS

https://video.gcs.uno:443/drone/DRONE_VIDEO_KEY/mpegts

Last updated