v0.0.1
Pre-release
Pre-release
First semi-stable release. Working nicely with BirdNET-Go so my wife is happy!
Added
- Single-viewer RTSP/1.0 server on ESP32 + ESP-IDF, exposing one
microphone as a stream. - TCP and UDP RTP transports, both supported. Transport is
negotiated per client atSETUP: UDP (RTP/AVP) works with VLC
and most players; TCP-interleaved (RTP/AVP/TCP) works with
FFmpeg, BirdNET-Go, Frigate, and most NVRs. No YAML toggle. - Tests covering ESP32-S2 + ESP-IDF and ESP32-S3 + ESP-IDF,
run on every PR (S3 only) and on push tomain(both) via GitHub
Actions. - Local Dockerised development workflow:
make config,
make compile,make lint. Only Docker required on the host.
Fixed
- Crash on no-PSRAM boards.
tx_buffer_is now reserved up front so
the RTP send path no longer triggers OOM at runtime.