Mediaflow-proxy

Latest version: v1.9.7

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.9.1

🚀 MediaFlow 1.9.1 Released

✨ New Features & Enhancements
- 🔄 **Advanced Transport Configuration**: Completely revamped proxy configuration system using HTTPX routing, offering more flexible and robust connection management
- 🛡️ **Enhanced Proxy Settings**: Added support for global proxy enablement and pattern-based proxy configurations

🐛 Bug Fixes
- 🎯 Fixed MPD download error handling with consistent status code responses
- 🏭 Implemented default factory for optional dictionary fields in GenerateUrlRequest parameter

📚 Documentation
- 📝 Updated README with comprehensive examples and detailed explanations of new transport configurations

---
For a complete list of changes, visit the [full changelog](https://github.com/mhdzumair/mediaflow-proxy/compare/1.9.0...1.9.1).

1.9.0

New Features & Enhancements

🚄 **Enhanced Caching System**
- New hybrid caching mechanism for workaround with uvicorn multi-worker limitations

🔀 **Advanced Proxy Routing**
- Configure proxy rules via environment variables
- Support for domain, protocol, and pattern-based routing
- Per-route SSL verification settings
env
PROXY_ROUTES='{
"all://*.debrid.com": {"proxy_url": "http://debrid-proxy:8080"},
"https://internal.site": {"proxy_url": null, "verify_ssl": false}
}'


Bug Fixes

🔧 **Video Extractor Header Standardization**
- Fixed video extractor duplicate header issues

⚡ **Speed Test Reliability**
- Added retry mechanism for result polling & Improved error handling

Breaking Changes ⚠️

- The `use_request_proxy`, `verify_ssl` parameters are now deprecated in favor of the new routing system
- `proxy_url` env variable is now deprecated in favor of the new advanced proxy. See the [proxy config.](https://github.com/mhdzumair/mediaflow-proxy?tab=readme-ov-file#proxy-configuration-examples)

For detailed changelog, visit: https://github.com/mhdzumair/mediaflow-proxy/releases/tag/v1.9.0

1.8.0

What's Changed
* Implement Real-Debrid speedtest functionality to optimize CDN selection by Arshit-Singhal-Official in https://github.com/mhdzumair/mediaflow-proxy/pull/16
* Add support for extracting clean links from IP-Locked / Cloudfare-Blocked Players by UrloMythus in https://github.com/mhdzumair/mediaflow-proxy/pull/10
* Made changes to speedtest endpoint to use the Streamer class by Arshit-Singhal-Official in https://github.com/mhdzumair/mediaflow-proxy/pull/19
* Add AllDebrid Speed test & video URL extraction refactorings by mhdzumair in https://github.com/mhdzumair/mediaflow-proxy/pull/21

New Contributors
* Arshit-Singhal-Official made their first contribution in https://github.com/mhdzumair/mediaflow-proxy/pull/16
* UrloMythus made their first contribution in https://github.com/mhdzumair/mediaflow-proxy/pull/10

**Full Changelog**: https://github.com/mhdzumair/mediaflow-proxy/compare/1.7.5...1.8.0

1.7.5

**Full Changelog**: https://github.com/mhdzumair/mediaflow-proxy/compare/1.7.4...1.7.5

1.7.4

Changes
- [Fix debrid video playback issue in stremio libmpv player](https://github.com/mhdzumair/mediaflow-proxy/commit/ae3e7907a5bf5559136a8e06cb723405334448d9)
- [Add streaming progress feature with tqdm](https://github.com/mhdzumair/mediaflow-proxy/commit/d130bf4ccd32a3a8d34b2415a0f9ab7d769502f3)
- [Rename segment endpoint to 'segment.mp4' and improve logging](https://github.com/mhdzumair/mediaflow-proxy/commit/25fe1e3fbd2ad6263bf6a0444a5c252a38da821d)

**Full Changelog**: https://github.com/mhdzumair/mediaflow-proxy/compare/1.7.3...1.7.4

1.7.3

- [Fix non-stop Media playback on invalid range headers](https://github.com/mhdzumair/mediaflow-proxy/commit/b053b8669a6f69fd26604ffe599b032013b281bc)
- [Fix key URL in m3u8 & update libs](https://github.com/mhdzumair/mediaflow-proxy/commit/480076c3f7e49b97543c8f37b68b8bdf67324bcb)

**Full Changelog**: https://github.com/mhdzumair/mediaflow-proxy/compare/1.7.1...1.7.3

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.