Releases: m0ngr31/EPlusTV
Releases · m0ngr31/EPlusTV
v2.0.3
v2.0.2
v2.0.1
v2.0.0 Release
🎉 What's changed? 🎉
- Fixed issue with FOX Sports tokens not refreshing as they should
- Added network name to Categories for an event
- Fixed issue with ESPN+ events not showing as they should in the xmltv file
- Removed scheduler for upcoming events
- Cleaned up code and added typing for all DB calls
v2.0.0 - Beta 15 Release
What's changed?
- Changed how slate works again and made it optional with environment variable.
- Added environment variable for number of channels.
- Fixed heartbeat on segments.
v2.0.0 - Beta 14 Release
What's fixed?
- Added throttle to event startup functions due to how Channels can possibly fire requests quickly
- Changed ad break functionality for ESPN+ events in the HLS proxy implementation
v2.0.0 - Beta 13 Release
What's changed?
- Changed how the pre-event slate is handled. Hoping this fixes some playback issues in Channels DVR 🤞
v2.0.0 - Beta 12 Release
What's changed?
- No longer using ffmpeg to replay the stream by reading the manifests and segments from the hard drive. I wrote an HLS proxy that will handle parsing the master playlist and selecting the appropriate chunklist and proxying requests for the segments and saving them in memory. This change should increase speed to start stream and performance while it's playing.
- Fixed error on some ESPN events not starting streams properly
- Added NBC Sports as a new provider
- Added a check to see if FOX Sports token is expired. If it is, it will kill the server. This is a workaround until I can figure out how to renew the
authn
token from Adobe - Added a
MAX_RESOLUTION
environment variable - Cleaned up unneeded environment variables
v2.0.0 - Beta 9 Release
What's new?
- Added Longhorn Network as an option
- Added support for FOX Streams to get 4K HDR streams
What's fixed?
- There was an issue where I was needlessly checking for certain CDNs for playback on FOX events and certain events weren't using those CDNs
- Scheduler will now pick up sporting events that are on regular FOX network
v2.0.0 - Beta 10 Release
What's fixed?
- Found an issue where the token for ESPN+ was required where it shouldn't be