Added support for DaddyLive and Vavoo streams

This commit is contained in:
2025-07-09 22:27:01 -05:00
parent 2aa0dd5be4
commit e0129f04a0
7 changed files with 497 additions and 195 deletions

View File

@@ -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