- Play STB portal streams in regular m3u media players
- Configuration through web UI
- Combine multiple portals
- Enable/disable channels individually
- Rename channels
- Set custom genres
- Map whichever port you like to the default
8001 HOSTshould be the docker hosts ip + the port you chose- Mounting
/configis required for settings to persist through restarts - To configure go to the HOST + port in a browser eg 10.0.1.200:8084
- Playlist is available at HOST + port + /playlist eg 10.0.1.200:8084/playlist
example:
docker create \
--name=STB-Proxy \
--restart=always \
-p 8084:8001 \
-e HOST=10.0.1.200:8084 \
-v </host/path>:/config \
chris230291/stb-proxy:latest
- Requires:
python 3flaskrequestsretryingffmpeg - Download the repo
- Doubble click
app.py - Go to
http://localhost:8001in a browser and enter Portal URL + MAC - Load
http://localhost:8001/playlistin a m3u player, eg VLC