Fixes and improvements
General
- allow using 'fallback' with static sources (#2606) (#2706)
- record: fix invalid segment duration in case of offsets between video/audio (#2477) (#2715)
- h264: fix DTS extraction in case of long NALUs (bluenviron/mediacommon#98)
- h265: improve DTS extractor performance (bluenviron/mediacommon#99)
SRT
- Add query as optional block for SRT publish and read (#2656)
HLS
- fix parsing and generating EXT-X-PLAYLIST-TYPE (bluenviron/gohlslib#108)
- support optional URI in EXT-X-MEDIA tag (bluenviron/gohlslib#104)
- muxer: fix invalid fMP4 BaseTime in case of negative DTS (bluenviron/gohlslib#111)
WebRTC
- fix crash when reading from path 'publish' (#2688) (#2692)
- fix bad quality when converting Opus from WebRTC to LL-HLS (#2499) (#2740)
API
- apidocs: add missing recording settings to PathConf (#2705)
Dependencies