v1.1.0
AlexxIT/go2rtcv1.1.0Jan 31, 2023by AlexxIT
AI Summary
Adds HLS/TS and HLS/fMP4 output formats, OPUS audio support for MSE, and a WebUI page for stream links.
Key Highlights
- Add support output to HLS/TS and HLS/fMP4
- Add support OPUS audio for MSE
- Add WebUI page with all useful links
New Features
- HLS/TS and HLS/fMP4 output
- OPUS audio for MSE
- OPUS, MP3, PCMU, PCMA for stream.mp4
- WebUI links page
- OR condition for codecs filters
- Codecs filter to stream.mp4
- default_query setting for RTSP server
- Fix RTSP AAC sound from Reolink
- Fix API base_path support
Full Release Notes
- Add support output to **HLS/TS** and **HLS/fMP4** #53 - Add support **OPUS** audio for **MSE** (Chrome and Firefox) - Add support **OPUS**, **MP3**, **PCMU**, **PCMA** audio for `stream.mp4` (Chrome only) - Add WebUI page with all useful links for stream (`links.html`) - Add OR condition to all codecs filters (`?video=h264,h265&audio=aac`) - Add codecs filter to stream.mp4 - Add `default_query` setting for RTSP server #147 #194 - Fix RTSP AAC sound from some Reolink cameras - Fix API `base_path` support #205 - Fix RTSP URL parse bug #208 - Fix bug with no stream from some Dahua cameras #221