๐ MediaFlow 2.3.5 Released
โจ New Features & Enhancements
- โญ๏ธ Segment Skipping โ Skip intros, outros, and unwanted content in HLS/DASH streams using the new
&skip=start-end,start-end,...parameter. - ๐ Stream Transformer โ New transformer system to handle host-specific content manipulation, including automatic stripping of fake PNG wrapper bytes from TS segments.
- โก Smart Pre-buffering โ Enhanced pre-buffering for HLS and DASH streams with continuous prefetching for live streams, significantly reducing buffering.
- ๐ Multi-Key DRM Support โ Handle streams with different decryption keys for video and audio tracks.
- ๐ฌ Enhanced MP4 Decryption โ Added support for CBC1 and CBCS encryption schemes with pattern handling and multi-track segment decryption.
- ๐ฆ SegmentBase MPD Support โ Improved handling of SegmentBase profiles with proper byte range initialization segments (#166).
- ๐ Header Propagation โ New
propagate_response_headersoption to forward specific headers to segment requests. - ๐งน Cache Control โ Added
CLEAR_CACHE_ON_STARTUPenvironment variable for clearing caches on server start.
๐ Bug Fixes
- โ ๏ธ SportsOnline Warning โ Fixed warning message in sportsonline.py (#202)