Releases: m3ue/m3u-proxy
Releases · m3ue/m3u-proxy
v0.4.5
v0.4.4
New Features
- Allow metadata be attached to broadcasts (
66526b5) - Add DVR features for ongoing recording functionality (
674de08)
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Just some small cleanup from the last couple release 🧹
Making sure client removal is atomic, and cap client_id length.
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Updating the stream delete endpoint to include a force flag (default True for backwards compatibility) and client_id parameter (optional). When set to False, the stream will only be stopped if no clients are active. Allows for stopping streams in a more targeted way and removing clients before timeouts (when closing in-app players for example).
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Add option to pass cookies for resolvers (like YT-DLP).
Full Changelog: v0.4.0...v0.4.1
v0.4.0
New Features
- Add Streamlink and YT-DLP integration (
7ca60e6)
Other Changes
- Remove Discord badge from README (
ca13fc2)
Full Changelog: 0.3.32...v0.4.0
0.3.32
0.3.31
What's Changed
New Features
- make max failover attempts configurable via MAX_FAILOVER_ATTEMPTS (
461f6dd)
Bug Fixes
- set is_failover flag on transcode input error during streaming (
c0fb878) - Support audio only streams for broadcasting (
ef4cf0a)
New Contributors
Full Changelog: 0.3.30...0.3.31
0.3.30
Bug Fixes
- Make sure recycle flag set to false on create (
9d4aba9) - Recycle checks updates and adding tests (
5dcaef7) - Preserve cumulative byte/segment stats when recycling orphaned streams (
4650804)
Full Changelog: 0.3.29...0.3.30