-
Notifications
You must be signed in to change notification settings - Fork 203
GCS ~ GStreamer
Connect your device either via USB Tethering, Wifi-Hotspot or Ethernet-Hotspot to the GroundPi.
Gstreamer 32-Bit Windows Gstreamer 64-Bit Windows
Use the following commandline:
gst-launch-1.0.exe udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink sync=false
Set FORWARD_STREAM=raw
in wifibroadcast-1.txt to send a raw h264 stream
Some people reported the necessity to add the gst-launch-1.0.exe application to their firewall exception list, see this video for more info: https://www.youtube.com/watch?v=eHCfyWhEAvI
Another Option is GStreamerHUD, see Github page here: https://github.com/MovLab2/GStreamerHUD
In case you get an error message that "api-ms-win-crt-runtime-l1-1-0.dll" is missing see here and here
See here for a video:
Install gstreamer using the package management system of your linux distribution
Use the following commandline:
gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink sync=false
General
Hardware Setup
- Proper Wiring
- Power Supply (BECs)
- Supported Pi models
- Supported Cameras
- Supported WiFi Adapters
- Supported Displays
- Antennas
- DIY builds
Software Setup
- Basic configuration options
- Advanced Options
RC Control
- General
- RC with Ardupilot (MAVlink)
- RC with iNav
- DIY builds
Ground Stations
- Mission Planner (Windows)
- QGroundControl (Windows / Linux / Mac / Android /iOS)
- APM Planner (Windows / Mac / Linux)
- Tower (Android)
- FPV_VR (Android)
- GStreamer (Windows / Mac / Linux)
- Fishing FanCam (iOS)
Expert Settings
- OSD MAVLink message types
- Transmit power settings
- SSH shell
- Raspivid camera settings
- Optimizing-Power-Consumption
Extensions / AddOns
- HDMI-in cards
- WebCams
- Video Switcher
- Thermal (FLIR, Seek)
- 360° cameras
Community-HUB
Developer's Corner
- Room for Improvement
- Mounting Images
- Reducing Images size
- WinSCP (copying files)