Skip to content

Ragnar-H/TelloGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tello on the web via WebRTC

What is this?

Playing around with the Tello SDK

Built with

Related work

Development

You need to install GStreamer locally unfortunately. Follow these steps

Make

make install
make start_client
make start_server

WIP Docker

WebRTC negotiates and connects on a random UDP port. This means that all UDP ports need to be forwarded or docker need to run on host network

Debug

Run video stream via GStreamer CLI

gst-launch-1.0 -v udpsrc port=11111 caps="video/x-h264, stream-format=(string)byte-stream, width=(int)960, height=(int)720, framerate=(fraction)24/1, skip-first-bytes=2" \
    ! queue \
    ! decodebin \
    ! videoconvert \
    ! autovideosink sync=false

About

Tello on the web via WebRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published