Skip to content

Releases: m0ngr31/EPlusTV

v2.0.0 - Beta 6 Release

25 Nov 16:16
Compare
Choose a tag to compare

What's new?

  • Added support for TV Provider login. This will allow users to select events from other ESPN offerings. Please see README for how to use!

v2.0.0 - Beta 5 Release

16 Nov 22:47
Compare
Choose a tag to compare

What's new?

  • Fixed issue with how tokens were being refreshed

v2.0.0 - Beta 4 Release

08 Nov 06:03
Compare
Choose a tag to compare

What's new?

  • Moved to a patched version of ffmpeg that supports HLS EXT-X-DISCONTINUITY tags
  • Added rtbufsize and hls_time arguments for ffmpeg
  • Fixed folder permission issues by allowing users to pass in PUID and PGID arguments

v2.0.0 - Beta 3 Release

03 Nov 04:35
Compare
Choose a tag to compare

What's fixed?

  • There was an issue with the audio feed not coming through, that has been fixed in this release

v2.0.0 - Beta 2 Release

02 Nov 22:18
Compare
Choose a tag to compare

What's new?

  • Removed Streamlink dependency and now only using ffmpeg (Thanks for the suggestion @BluchipStudio)
  • Added STREAM_RESOLUTION environment variable. Will allow users on slower connections to not have as much buffering
  • Changed token refresh schedule to avoid race condition
  • Added User Agent switching

v2.0.0 - Beta 1 Release

05 Oct 20:59
Compare
Choose a tag to compare

What's new?

This is a major shift for how the app works. Gone are the days of passing in USERNAME and PASSWORD variables, and having a Chrome browser attempt to login and the sniff out the correct data. Now we're using proper APIs to get the stream data much faster and reliably. Another nice improvement is since we're no longer relying on trying to load a Widevine stream in Chrome, there are now containers available for multiple platforms!

v0.9.6

12 Sep 18:24
Compare
Choose a tag to compare

What's new?

  • Login fix from #24
  • Fixed typo in README

v0.9.5

19 Apr 21:55
Compare
Choose a tag to compare

What's new?

  • Increased time before killing a stream
  • Added logo to channel
  • Added some error handling

v0.9.4

19 Apr 16:54
Compare
Choose a tag to compare

What's new?

  • Increased timeout for getting steams before it fails

v0.9.3

19 Apr 16:29
Compare
Choose a tag to compare

What's fixed?

  • Tried to make fetching events more reliable