v1.8.1
Fixes and improvements
General
- fix unexpected behavior of authInternalUsers or authHTTPExclude (#3316). when some subfields of authInternalUsers or authHTTPExclude were not set explicitly in the configuration file, default values were used in their place. This is caused by a strange behavior of Go (golang/go#21092)
- fix 'no segments found' error message (#3323)
- h264: support 4K videos encoded with tune=zerolatency (#2985) (bluenviron/mediacommon#120)
- vp9: fix crash when retrieving width / height / chroma and frame is not a key frame (bluenviron/mediacommon#123)
RTSP
- fix VP9 decoding on iOS (#3060) (bluenviron/gortsplib#553)
- various performance improvements (bluenviron/gortsplib#561)
RTMP
- fix error when reading metadata (#3302). some rtmp client will send set chunk size after publish stream
WebRTC
Dependencies
- build(deps): bump github.com/pion/rtp from 1.8.5 to 1.8.6 (#3288)