Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by Rob_28

  1. R

    Tello Video Web Streaming

    A simple way to display video would be ffplay, which is included in ffmpeg. I got it to work like this. Send "command" and "streamon" to udp port of the tello 8889. I use the Python Script provided by Ryze to do this, but feel free to use a different program. The tello will now be sending an...
  2. R

    Convert udp stream to file

    Yes, I just figured it out. You'll need a program called ffmpeg. You can download it at FFmpeg it's available for every major OS. To use it, you'll need some familiarity with using the console. Save all the packets in a file called FILENAME.h264, the extention ".h264" is important here. Run...