v0.23.7
Fixes and improvements
General
- set Access-Control-Allow-Headers to a static string (#1973)
WebRTC
- do not pass preflight requests to external auth (#1941) (#1972)
- in the web page, pass query parameters to inner requests (#1976)
- fix memory leak when publishing or reading (#1884) (#1983)
- fix bitrate not being applied (#1984)
- forbid publishing zero tracks (#1991)
- allow setting Opus bitrate (#1908) (#1985)
- add option to disable audio effects (#1908) (#1989)
- move codec and bitrate settings on client side (#1990)
- support publishing with OBS and WebRTC (#1998)
- allow using special characters in ICE server credentials (#1953) (#2000)
RTSP
- generate RTCP receiver reports even before receiving RTCP sender reports (bluenviron/gortsplib#318). . (#1739)
HLS
- in the web page, pass query parameters to inner requests (#1976)
RPI Camera
API
Dependencies
- bump github.com/pion/webrtc/v3 from 3.2.10 to 3.2.11 (#2002)