Skip to content

v1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 17:13
· 16 commits to main since this release
dcb5b45

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

RTMP

  • fix error when reading metadata (#3302). some rtmp client will send set chunk size after publish stream

WebRTC

  • fix error when charset is in Content-Type (#3126) (#3318)

Dependencies

  • build(deps): bump github.com/pion/rtp from 1.8.5 to 1.8.6 (#3288)