Added support for DaddyLive and Vavoo streams
This commit is contained in:
12
README.md
12
README.md
@@ -46,6 +46,16 @@ pip install -r src/requirements.txt
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
### Build image and push to registry
|
||||
|
||||
Use the following command to build the docker image locally and
|
||||
push it to the package repository
|
||||
|
||||
```bash
|
||||
docker build -t git.fiorinis.com/home/streamlink-server:latest .
|
||||
docker push git.fiorinis.com/home/streamlink-server:latest
|
||||
```
|
||||
|
||||
### Hugging Face Spaces Deployment
|
||||
|
||||
The project includes a specialized Dockerfile (`Dockerfile_HF`) optimized for deployment on Hugging Face Spaces. Once you have created the Space, you can create a Dockerfile and past the contents of `Dockerfile_HF` into it.
|
||||
@@ -125,4 +135,4 @@ When using the `/stream/url` endpoint:
|
||||
- The server includes automatic stream recovery on failures
|
||||
- Default server port is 6090
|
||||
- All API endpoints require authentication
|
||||
- Docker setup includes optional VPN support via gluetun
|
||||
- Docker setup includes optional VPN support via gluetun
|
||||
|
||||
Reference in New Issue
Block a user