diff --git a/src/VideoStreaming/README.md b/src/VideoStreaming/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a570fe0518d477f720ef51e83c51f6b01ca0a5ea --- /dev/null +++ b/src/VideoStreaming/README.md @@ -0,0 +1,8 @@ +# QGroundControl + +## Video Streaming + +For supported platforms, QGroundControl implements an UDP RTP video streaming receiver in its Main Flight Display. It used gstreamer and a stripped down version of QtGstreamer. +To build video streaming support, you will need to install the GStreamer development packages. + +TODO: Complete this once the PR is through.