Here is a description how to add streaming video from your Parrot DISCO to your ground station.
Assuming that you are using Wifi to connect to the drone, and your phone, tablet will have IP address 192.168.42.99. The Parrot DISCO IP address by default is 192.168.42.1.
The DISCO will be streaming wideo by UDP to port 9999 on your computer, phone or tablet.
Here is how.
After connecting to DISCO wifi:
telnet 192.168.42.1
(here you may need to press the on/off button on your disco twice to activate the telnet service first, depending on your firmware version)
After connecting to the DISCO with telnet,
checking the contents of the 3 button press:
(it should have the ardupilot activation script and deactivation of the original pilot called dragon-prog or similar)
cat /bin/onoffbutton/shortpress_3.sh
Making the filesystem writable:
Caution, from here on every mistake counts. can brick your drone
mount / -o remount,rw
Adding a video streaming command to the end of the ardupilot activation script:
echo "pimpctl stream-start front 192.168.42.99 9999" >> /bin/onoffbutton/shortpress_3.sh
Going back to read-only mode:
mount / -o remount,ro
Checking again the result:
cat /bin/onoffbutton/shortpress_3.sh
From now on, when pressed the on/off button 3 times, beside activating the ardupilot, it will also start streaming the front camera video to your phone or tablet.
Make sure that your connection is manual (not dhcp address) and you set the IP address of your phone or tablet to the same as above: 192.168.42.[99 - can be anything between 2 and 254, but must be the same as given to DISCO previously by telnet]
QgroundControl settings to receive video:
Settings/General: Video source: UDP stream
UDP port: 9999 [the same as in the DISCO example above]
Aspect ratio: 1.5