v0.19.1
bluenviron/mediamtxv0.19.1Jun 7, 2022by github-actions[bot]
AI Summary
The update prioritizes RTSP credential persistence and HLS performance optimizations, including better memory consumption and DTS extraction accuracy.
Key Highlights
- Persisted RTSP credentials during source redirections
- Improved HLS performance and decreased memory consumption
- Fixed 'wrong nal_ref_idc' errors and improved DTS extraction
- Cached content of init.mp4 for better performance
Full Release Notes
### Fixes and improvements * RTSP source: Persist credentials on source redirections (https://github.com/aler9/gortsplib/pull/124) * RTSP server: fix RTCP report in case of non-H264 tracks * HLS muxer: fix error "wrong nal_ref_idc" (#966) * HLS muxer, RTMP server: extract DTS from NALUs instead of estimating it * HLS muxer: improve performance, decrease memory consumption * HLS muxer: cache content of init.mp4 * HLS muxer: do not use EXT-X-GAP with fmp4 variant