Walter
Walter
@snakehaihai Just curious if this ever worked :D
I was able to do what you described using this [damiafuentes/DJITelloPy](https://github.com/damiafuentes/DJITelloPy) repo, please see this class: https://github.com/damiafuentes/DJITelloPy/blob/9c3f61bc6b4f0c79c01c3599396d921fd8276dc4/djitellopy/tello.py#L21 It defines the ports a little different than you: ``` VS_UDP_PORT = 11111...
Also, no mission pad code has been added to this repo. If you end doing something that works with this library, maybe you can send a PR :D It may...
Apparently the Tello EDU phone app now uses mission pads, this app also uses 6038 for video, so I am going to do some JAR decompiling and try to find...
I meant to say do you know how to sniff traffic on your phone; however, I've read if you run an emulator, you can just sniff the traffic on your...
After playing with it and looking at different traffic, I observed the same thing in Tello EDU: when I want to go use the mission pads, all low-level streams stop,...
I had the same issues, comments here worked for a few of us Windows users: https://github.com/hanyazou/TelloPy/issues/78#issuecomment-660214525
Check out the "Files changed" in my pull request here: https://github.com/hanyazou/TelloPy/pull/90 There's a bit you guys have to change to get it working. I did my modifications on the `keyboard_and_video.py`...
To be more specific, check out the `README` from the fork here: https://github.com/hanyazou/TelloPy/blob/112fec56854a3ac3ede813b3d99de20e4e0bc95f/README.md Follow the instructions in the [keyboard_and_video section](https://github.com/hanyazou/TelloPy/blob/112fec56854a3ac3ede813b3d99de20e4e0bc95f/README.md#keyboard_and_video), and use the modified [keyboard_and_video.py](https://github.com/hanyazou/TelloPy/blob/112fec56854a3ac3ede813b3d99de20e4e0bc95f/tellopy/examples/keyboard_and_video.py).
`pip3 install av` worked for me, and it is necessary in order to use low level ff-mpeg through Python.