Skip to content

Releases: back-to/liveproxy

LiveProxy 2.0.0

26 Jun 11:32
Compare
Choose a tag to compare

Added

  • Youtube-DL can now be used as well.
  • New command --loglevel

Changed

  • Streamlink must be used as a binary path, not a Python import.
    Example: streamlink streamlink.exe /usr/local/bin/streamlink
  • Enigma2 and Kodi requires LiveProxy install on a different local device.
    Example: Raspberry Pi

Removed

  • Python 2.7 support
  • Python 3.5 support
  • Streamlink dependency

LiveProxy 1.0.0

12 Feb 18:25
Compare
Choose a tag to compare
  • Fixed bug - base64 TypeError: Incorrect padding
    see 3dbcc85
  • Fixed Kodi Python3 encoding bug

LiveProxy 0.3.0

19 Nov 21:13
Compare
Choose a tag to compare

Added

  • New command --file-output

Changed

  • requiere Streamlink version 1.1.1
  • Dropped support for Python 3.4
  • Removed streamlink_cli mirror files.

LiveProxy 0.2.0

07 Mar 18:55
Compare
Choose a tag to compare
  • streamlink 1.0.0 is now required
  • sync streamlink
  • fix if the stream quality name is invalid

LiveProxy 0.1.1

25 Oct 14:48
Compare
Choose a tag to compare

Changed

  • if --url was used as an argument, it will be used instead of the nargs

LiveProxy 0.1.0

22 Oct 13:29
Compare
Choose a tag to compare

Added

  • Improve Streamlink default Plugins load speed
  • New commands --file and --format got added,
    they can create valid URLs from a file for the new base64 URL style.

Changed

  • Custom plugins with from streamlink.plugin.api import http are not allowed,
    use self.session
  • The LiveProxy URL build was simplified, a Streamlink command like
    streamlink https://www.youtube.com/user/france24 best
    can be used after it got base64 encoded.
    URL example http://127.0.0.1:53422/base64/c3RyZWFtbGluayBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0IGJlc3Q=/
    more details can be found on the website.

LiveProxy 0.0.4

18 Jul 12:12
Compare
Choose a tag to compare
LiveProxy 0.0.4 Pre-release
Pre-release

0.0.4.dev0

This version works only with the Development version of Streamlink.

Added

  • Improve Streamlink default Plugins load speed

Changed

  • Custom plugins with from streamlink.plugin.api import http are not allowed,
    use self.session

LiveProxy 0.0.3

26 Jun 15:03
Compare
Choose a tag to compare
LiveProxy 0.0.3 Pre-release
Pre-release

Skip 0.0.2 because it was used as a hotfix for E2.

Added

Changed

  • Streamlink version 0.14.0 is required
  • Removed help text from mirror argparser
  • Allow /streamlink/ for /path/ in URLs
  • Allow /streamlink_301/ for /301/ in URLs

LiveProxy 0.0.1

07 Jun 20:25
Compare
Choose a tag to compare
LiveProxy 0.0.1 Pre-release
Pre-release