Skip to content

ZapprTV/streamlink-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlink-proxy

streamlink-proxy is a very simple API that translates video links from Streamlink-compatible websites to their direct streaming URL.

Find out more about it or start using our free hosted instance at https://streamlink.zappr.stream.

How to self-host

You will need Python 3+ and Git installed.

Prepare your development environment:

  1. git clone https://github.com/ZapprTV/streamlink-proxy.git
  2. cd streamlink-proxy
  3. pip install -r requirements.txt

Now, to run the actual server: uvicorn server:app --host 0.0.0.0 --port 8080 --loop uvloop --http httptools

About

A very simple API that translates video links from Streamlink-compatible websites to their direct streaming URL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages