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

Recent content by ctaddey

  1. C

    Tello Video Web Streaming

    I posted a commandline for ffplay. Do you mean a code for sending 'command' and 'streamon' to the drone? I used RealTerm program for that.
  2. C

    Possibility of a Windows flight app

    Soo did you get the software you needed? I think scratch is for coding, not forflying manually. I did a small vb6 windows app for testing, but flying with keys is not a great experience (drone moves in steps)
  3. C

    Playstation vita

    There was PSPDrone app for PSP and Ardrone V1 and V2. It should not be too hard to at least have basic fligh control for Tello.
  4. C

    Swift videostream

    Thanks for sharing. I suppose it uses some propietary IOS stuff, but should be a lot easier to port than the ffplay code...
  5. C

    Tello Video Web Streaming

    Hello, fellow droners! I think I have kind of figured out this one. Krag and Tikum almost nailed it, but there is some little unsolved problem. "ffplay -probesize 32 -i udp://0.0.0.0:11111 -framerate 30" Probesize will only bug you at the start of the stream. Also my ffmpeg version won't let...