Releases: Huetarded/groundwave-releases
Releases · Huetarded/groundwave-releases
Release list
v1.0.5-beta
What's New in v1.0.5-beta
Features
- RTMP push ingest — stream from DJI drones and encoders directly to GroundWave — New "RTMP Push" video feed type for push-model devices (DJI Fly custom RTMP, OBS Studio, GoPro, FFmpeg). Create a feed with just a name and the card shows a ready-to-use ingest address with copy button and QR code. Pushing to it makes the stream playable for everyone on the network, with a LIVE indicator within ~10 seconds and a friendly "waiting for stream" state that auto-recovers when the device reconnects. Pause kicks the publisher and resume re-accepts it; streams are only accepted on registered feed addresses.
- Short 4-character stream keys — Push ingest addresses use a generated 4-character code (
rtmp://<server-ip>:1935/<code>) instead of a 36-character feed UUID, using an unambiguous alphabet (no 0/o or 1/l/i) that's practical to type on a drone remote or encoder UI.
Bug Fixes
- Fix
/api/healthversion reporting — The health endpoint had a hardcoded1.0.0version string; it now reports the actual release version frompackage.json, matching the admin dashboard.
Documentation
- RTMP push walkthrough — New docs covering the push flow end to end, including DJI Fly setup steps, FFmpeg and OBS examples
- README and project docs refreshed — Updated to reflect recent features
Full Changelog: Huetarded/groundwave@v1.0.4-beta...v1.0.5-beta