Skip to content

Releases: m3ue/m3u-proxy

v0.4.5

23 Apr 21:54

Choose a tag to compare

Adds bytes served tracking to broadcast channels 📡

Full Changelog: v0.4.4...v0.4.5

v0.4.4

22 Apr 23:23

Choose a tag to compare

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

14 Apr 22:59

Choose a tag to compare

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

14 Apr 17:59

Choose a tag to compare

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

14 Apr 00:00

Choose a tag to compare

Add option to pass cookies for resolvers (like YT-DLP).

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Apr 22:25

Choose a tag to compare

New Features

Other Changes

  • Remove Discord badge from README (ca13fc2)

Full Changelog: 0.3.32...v0.4.0

0.3.32

04 Apr 19:11

Choose a tag to compare

What's Changed

Bug Fixes

  • fix: prevent stream ID and pool key collisions between different transcoding formats by @Warbs816 in #49

Full Changelog: 0.3.31...0.3.32

0.3.31

28 Mar 21:35

Choose a tag to compare

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

23 Mar 15:56

Choose a tag to compare

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

0.3.29

20 Mar 16:46

Choose a tag to compare

Bug Fixes

  • Query checking for stream URLs (16b7177)
  • Incorrectly handling streams with query strings on the end (75284ba)

Full Changelog: 0.3.28...0.3.29