Sending camera feed from QGC to Cloud

Hi, I am trying to add a feature in my QGroundControl application to send the camera feed coming from drone to the cloud so that authorised users can access the video stream from any where in world. Also I want to add a feature of controlling camera gimbal remotely using android app.

Any leads???

To control the gimbal, you can look at GitHub - mavlink/MAVSDK-Java: MAVSDK client for Java..

To forward video, you probably need to figure out how the video stream arrives on your computer (e.g. an RTSP stream), and then you would have to build some software to pass that video on.