Skip to content

wowi69/UAVcast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This version is depreciated and no longer maintained. UAVcast-PRO & Basic edition is now available. Read more here UAVcast-Pro

#UAVcast

See UAVcast docs for detailed information

Complete Drone casting software for Raspberry PI in conjuction with 3G / 4G or WiFi. Can be used with Ardupilot based board, APM, Pixhawk, Navio (Emlid.com)

Discussion forum thread UAVcast

Installation

sudo apt-get update
sudo apt-get install git -y
sudo git clone https://github.com/UAVmatrix/UAVcast.git
cd UAVcast/install
sudo ./install.sh web

Open UAVcast in your favorite web browser and start casting. http://ip-to-your-raspberry UAVcast Web

Video

If you are using UAVcast with camera, its highly recommended to use gstreamer on the receiver end to achieve minimal latency. Download gstreamer

Use this client pipeline to receive video feed from UAVcast.

gst-launch-1.0.exe -e -v udpsrc port=5000 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! fpsdisplaysink sync=false text-overlay=false 

If you are using PiCam, remember to enable the camera in Raspi-Config

Authors

About

Drone casting software

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.2%
  • Python 22.4%
  • Shell 13.9%
  • CSS 12.0%
  • HTML 1.5%