Release MediaFlow v1.7.0
Changes
-
Updated endpoint paths to fix video playback issues in some players:
/proxy/hls
→/proxy/hls/manifest.m3u8
/proxy/mpd/manifest
→/proxy/mpd/manifest.m3u8
/proxy/mpd/playlist
→/proxy/mpd/playlist.m3u8
-
Refactored query parameter handling for proxy routes using FastAPI 0.115.0 Pydantic Model annotation support
-
Decreased default live MPD stream delay to 10 seconds.
-
Upgraded FastAPI and related libraries to latest versions for improved performance and security
Full Changelog: 1.6.0...1.7.0