v1.9.5
AlexxIT/go2rtcv1.9.5Oct 28, 2024by AlexxIT
AI Summary
Adds S16LE (PCM-LE) audio support for RTSP, extends the streams API to allow multiple sources, and updates the Go version to 1.20 for Windows 7 compatibility.
Key Highlights
- S16LE audio support for RTSP
- Multiple sources support via streams API
- Go 1.20 for Windows 7 support
New Features
- S16LE audio support
- ARM/v6 Docker support
- Async WebRTC ICE servers
- Multiple sources API
- PCM audio fixes
- Nest source resource leak fix
- Data race fixes
Full Release Notes
- Add support S16LE (PCM-LE) for RTSP server (ed99025bd6198a4ee57b0312b7c7cd837ff0fad9) - Add support linux arm/v6 to Dockerfile #1362 by @edenhaus (c0bfebf3a4dc18b273e01232d81a22378d14aed0) - Add the option to pass ICE servers with an async WebRTC offer #1408 by @edenhaus (16e48314990d851368e57ffbe7b1afe5b01b5b15) - Extend streams API to allow multiple sources #1407 by @edenhaus (9d709f0db861358353c4cafa23e16acef6d5eea4) - Change go version to 1.20 for Windows 7 support (2311d5eabe70c9d6a493c5ff7be28614b9fd3fe4) - Update dependencies (b874c17bcb147b6639f63015a6535aeb5d8598c8) - Fix ngrok support for linux arm/v6 by @skrashevich (7b77e41253c9dc07eea21058746dacf3d35b0f94) - Fix stream info for publishing RTMP (eaae7aee39c2e4210cb466e2925cfc227ed09877) - Fix mjpeg source for Foscam G2 camera #1258 (3762bdbccd599e173abb068c2d6cbfe9c424b105) - Fix RTSP MJPEG source quality in some cases #559 (c5bc761a52a07fb1cb2c6cd69ffacf0a01988e66) - Fix PCM audio from Hikvision cameras (68fa42249e12c85f4166dfb1d847010637ff6806) - Fix PCM audio quality for WebRTC (57d48f53e03e06e4af5c92f9bf8889af543e604b) - Fix wrong media values in SDP for some cameras #1278 (d559ec0208ca41e4dc3cc3d94d92c46cc4d4ca39) - Fix AnnexB parsing in some cases (bd88695e591096c0b5f59abb6af6b9b7bb1be6ca) - Fix nest source (resource leak due to lack of closing HTTP response bodies) #1297 by @cthach (afc8f4fdf615d6026ba1ecef5452c39f71e5afca) - Fix RTSP AAC audio from very buggy noname camera #1328 (8399edce6ab1e51e43009464a6383e526009c73c) - Fix data race for streams map #1355 by @michelepra (ef7d8987473a6fb0bcb4ac5b9499eb90810c1566)