Releases: back-to/liveproxy
Releases · back-to/liveproxy
LiveProxy 2.0.0
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
- Fixed bug - base64 TypeError: Incorrect padding
see 3dbcc85 - Fixed Kodi Python3 encoding bug
LiveProxy 0.3.0
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
- streamlink 1.0.0 is now required
- sync streamlink
- fix if the stream quality name is invalid
LiveProxy 0.1.1
Changed
- if
--url
was used as an argument, it will be used instead of the nargs
LiveProxy 0.1.0
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,
useself.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 examplehttp://127.0.0.1:53422/base64/c3RyZWFtbGluayBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0IGJlc3Q=/
more details can be found on the website.
LiveProxy 0.0.4
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,
useself.session
LiveProxy 0.0.3
Skip 0.0.2 because it was used as a hotfix for E2.
Added
-
Allow FFmpeg and RTMP streams, they might not work on every platform,
they work on Linux, but not on Windows for me.Don't use them if it doesn't work for you,
this streamlink command can be used to disable them.
https://streamlink.github.io/cli.html#cmdoption-stream-types
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
Test Version 0.0.1