LiveProxy can redirect Livestreams to your favorite player
Project description
LiveProxy
LiveProxy can redirect Livestreams to your favorite player on a lot of devices.
This is forked version of LiveProxy
Orignal Repo is no longer maintainer
This is new updated version with some fix, PR's are welcome
- Issue Tracker: https://github.com/back-to/liveproxy/issues
- Github: https://github.com/amjiddader/liveproxy
INSTALLATION
pip as user
# Latest pip version:
python3 -m pip install --upgrade liveproxy-fork
# Latest dev version:
python3 -m pip install --upgrade git+https://github.com/amjiddader/liveproxy.git
pip as root
# Latest pip version:
sudo -H python3 -m pip install --upgrade liveproxy-fork
# Latest dev version:
sudo -H python3 -m pip install --upgrade git+https://github.com/amjiddader/liveproxy.git
URL-GUIDE
Tutorial
First, start LiveProxy on your system.
$ liveproxy
[main][INFO] For LiveProxy support visit https://github.com/amjiddader/liveproxy
[main][INFO] Starting server: 127.0.0.1 on port 53422
host and port can be changed with --host / --port
$ liveproxy --host 0.0.0.0 --port 12345
[main][INFO] For LiveProxy support visit https://github.com/amjiddader/liveproxy
[main][INFO] Starting server: 0.0.0.0 on port 12345
Now that LiveProxy is running, you will have to create a valid URL.
For the examples here, 53422 is used as default port.
CMD
If needed, you can use quote for special characters
https://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote
http://127.0.0.1:53422/cmd/COMMANDS/
Example for streamlink https://www.youtube.com/user/france24/live best
http://127.0.0.1:53422/cmd/streamlink https://www.youtube.com/user/france24/live best/
Example for yt-dlp https://www.youtube.com/user/france24/live
http://127.0.0.1:53422/cmd/yt-dlp https://www.youtube.com/user/france24/live/
Base64
You will need to base64 encode your used commands.
Streamlink
http://127.0.0.1:53422/base64/STREAMLINK-COMMANDS/
Example for streamlink https://www.youtube.com/user/france24/live best
http://127.0.0.1:53422/base64/c3RyZWFtbGluayBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0L2xpdmUgYmVzdA==/
Youtube-DL
http://127.0.0.1:53422/base64/YOUTUBE-DL-COMMANDS/
Example for youtube-dl https://www.youtube.com/user/france24/live
http://127.0.0.1:53422/base64/eW91dHViZS1kbCBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0L2xpdmU=/
YT-DLP
http://127.0.0.1:53422/base64/YT-DLP-COMMANDS/
Example for yt-dlp https://www.youtube.com/user/france24/live
http://127.0.0.1:53422/base64/eXQtZGxwIGh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3VzZXIvZnJhbmNlMjQvbGl2ZQ==/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file liveproxy_fork-3.0.0.tar.gz.
File metadata
- Download URL: liveproxy_fork-3.0.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
253fb92baedaa34eb5cb59c2c1483841b2aad82542e14144d4f43ce1810e5959
|
|
| MD5 |
f6ee48b05f22572407b8dc0e9e31d583
|
|
| BLAKE2b-256 |
acac57de75fa468cc7a8e0ed28bb16dc35872607f33babae9fe524e46dbb1a6c
|
File details
Details for the file liveproxy_fork-3.0.0-py3-none-any.whl.
File metadata
- Download URL: liveproxy_fork-3.0.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db8f6755b39207a233ef94799987b9cddb12fc351a586b983dcad699b79762c8
|
|
| MD5 |
796382c070ab25a1ed37db4b337b207c
|
|
| BLAKE2b-256 |
4a619e86a4b38ba8a3055a521dec5efbc3ac6c69eebd18167474627a480eee69
|