# LiveProxy
LiveProxy can redirect Livestreams to your favorite player on a lot of devices.
This is forked version of [LiveProxy](https://github.com/back-to/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
```sh
# 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
```sh
# 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.
```text
$ 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`
```text
$ 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
```text
http://127.0.0.1:53422/cmd/COMMANDS/
```
Example for `streamlink https://www.youtube.com/user/france24/live best`
```text
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`
```text
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
```text
http://127.0.0.1:53422/base64/STREAMLINK-COMMANDS/
```
Example for `streamlink https://www.youtube.com/user/france24/live best`
```text
http://127.0.0.1:53422/base64/c3RyZWFtbGluayBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0L2xpdmUgYmVzdA==/
```
#### Youtube-DL
```text
http://127.0.0.1:53422/base64/YOUTUBE-DL-COMMANDS/
```
Example for `youtube-dl https://www.youtube.com/user/france24/live`
```text
http://127.0.0.1:53422/base64/eW91dHViZS1kbCBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0L2xpdmU=/
```
#### YT-DLP
```text
http://127.0.0.1:53422/base64/YT-DLP-COMMANDS/
```
Example for `yt-dlp https://www.youtube.com/user/france24/live`
```text
http://127.0.0.1:53422/base64/eXQtZGxwIGh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3VzZXIvZnJhbmNlMjQvbGl2ZQ==/
```
Raw data
{
"_id": null,
"home_page": "https://github.com/amjiddader/liveproxy",
"name": "liveproxy-fork",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.6",
"maintainer_email": null,
"keywords": "LiveProxy Streamlink Youtube-DL YT-DLP",
"author": "amjiddader",
"author_email": "amjiddader@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ac/ac/57de75fa468cc7a8e0ed28bb16dc35872607f33babae9fe524e46dbb1a6c/liveproxy_fork-3.0.0.tar.gz",
"platform": null,
"description": "# LiveProxy\n\nLiveProxy can redirect Livestreams to your favorite player on a lot of devices.\n\nThis is forked version of [LiveProxy](https://github.com/back-to/liveproxy) \\\nOrignal Repo is no longer maintainer \\\nThis is new updated version with some fix, PR's are welcome\n\n- Issue Tracker: https://github.com/back-to/liveproxy/issues\n- Github: https://github.com/amjiddader/liveproxy\n\n# INSTALLATION\n\n## pip as user\n\n```sh\n# Latest pip version:\npython3 -m pip install --upgrade liveproxy-fork\n\n# Latest dev version:\npython3 -m pip install --upgrade git+https://github.com/amjiddader/liveproxy.git\n```\n\n## pip as root\n\n```sh\n# Latest pip version:\nsudo -H python3 -m pip install --upgrade liveproxy-fork\n\n# Latest dev version:\nsudo -H python3 -m pip install --upgrade git+https://github.com/amjiddader/liveproxy.git\n```\n\n# URL-GUIDE\n\n## Tutorial\n\nFirst, start LiveProxy on your system.\n\n```text\n$ liveproxy\n[main][INFO] For LiveProxy support visit https://github.com/amjiddader/liveproxy\n[main][INFO] Starting server: 127.0.0.1 on port 53422\n```\n\nhost and port can be changed with `--host` / `--port`\n\n```text\n$ liveproxy --host 0.0.0.0 --port 12345\n[main][INFO] For LiveProxy support visit https://github.com/amjiddader/liveproxy\n[main][INFO] Starting server: 0.0.0.0 on port 12345\n```\n\nNow that LiveProxy is running, you will have to create a valid URL.\n\nFor the examples here, ``53422`` is used as **default port**.\n\n## CMD\n\nIf needed, you can use `quote` for special characters\nhttps://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote\n\n```text\nhttp://127.0.0.1:53422/cmd/COMMANDS/\n```\n\nExample for `streamlink https://www.youtube.com/user/france24/live best`\n\n```text\nhttp://127.0.0.1:53422/cmd/streamlink https://www.youtube.com/user/france24/live best/\n```\n\nExample for `yt-dlp https://www.youtube.com/user/france24/live`\n\n```text\nhttp://127.0.0.1:53422/cmd/yt-dlp https://www.youtube.com/user/france24/live/\n```\n\n## Base64\n\nYou will need to base64 encode your used commands.\n\n#### Streamlink\n\n```text\nhttp://127.0.0.1:53422/base64/STREAMLINK-COMMANDS/\n```\n\nExample for `streamlink https://www.youtube.com/user/france24/live best`\n\n```text\nhttp://127.0.0.1:53422/base64/c3RyZWFtbGluayBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0L2xpdmUgYmVzdA==/\n```\n\n#### Youtube-DL\n\n```text\nhttp://127.0.0.1:53422/base64/YOUTUBE-DL-COMMANDS/\n```\n\nExample for `youtube-dl https://www.youtube.com/user/france24/live`\n\n```text\nhttp://127.0.0.1:53422/base64/eW91dHViZS1kbCBodHRwczovL3d3dy55b3V0dWJlLmNvbS91c2VyL2ZyYW5jZTI0L2xpdmU=/\n```\n\n#### YT-DLP\n\n```text\nhttp://127.0.0.1:53422/base64/YT-DLP-COMMANDS/\n```\n\nExample for `yt-dlp https://www.youtube.com/user/france24/live`\n\n```text\nhttp://127.0.0.1:53422/base64/eXQtZGxwIGh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3VzZXIvZnJhbmNlMjQvbGl2ZQ==/\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "LiveProxy can redirect Livestreams to your favorite player",
"version": "3.0.0",
"project_urls": {
"Homepage": "https://github.com/amjiddader/liveproxy",
"Source": "https://github.com/amjiddader/liveproxy/",
"Tracker": "https://github.com/back-to/liveproxy/issues"
},
"split_keywords": [
"liveproxy",
"streamlink",
"youtube-dl",
"yt-dlp"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4a619e86a4b38ba8a3055a521dec5efbc3ac6c69eebd18167474627a480eee69",
"md5": "796382c070ab25a1ed37db4b337b207c",
"sha256": "db8f6755b39207a233ef94799987b9cddb12fc351a586b983dcad699b79762c8"
},
"downloads": -1,
"filename": "liveproxy_fork-3.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "796382c070ab25a1ed37db4b337b207c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.6",
"size": 6806,
"upload_time": "2025-09-01T19:52:37",
"upload_time_iso_8601": "2025-09-01T19:52:37.095112Z",
"url": "https://files.pythonhosted.org/packages/4a/61/9e86a4b38ba8a3055a521dec5efbc3ac6c69eebd18167474627a480eee69/liveproxy_fork-3.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "acac57de75fa468cc7a8e0ed28bb16dc35872607f33babae9fe524e46dbb1a6c",
"md5": "f6ee48b05f22572407b8dc0e9e31d583",
"sha256": "253fb92baedaa34eb5cb59c2c1483841b2aad82542e14144d4f43ce1810e5959"
},
"downloads": -1,
"filename": "liveproxy_fork-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "f6ee48b05f22572407b8dc0e9e31d583",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.6",
"size": 7221,
"upload_time": "2025-09-01T19:52:38",
"upload_time_iso_8601": "2025-09-01T19:52:38.195457Z",
"url": "https://files.pythonhosted.org/packages/ac/ac/57de75fa468cc7a8e0ed28bb16dc35872607f33babae9fe524e46dbb1a6c/liveproxy_fork-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-01 19:52:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "amjiddader",
"github_project": "liveproxy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "liveproxy-fork"
}