Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- docker pull alpine:latest
- docker run -t -i --name hls -p 8080:8080 alpine /bin/ash
- apk update
- apk add python3
- apk add py3-flask
- cd
- // fetch latest from https://github.com/Roenbaeck/hls-relay/releases/latest
- wget https://github.com/Roenbaeck/hls-relay/archive/refs/tags/v0.2.1.zip
- unzip v0.2.1.zip
- cd hls-relay-0.2.1
- vi hls_relay.py
- python hls_relay.py
- [Ctrl+C]
- exit
- --- RETURNING LATER
- docker ps -a
- docker start -a -i hls
- cd
- cd hls-relay-0.2.1
- python hls_relay.py
Advertisement
Add Comment
Please, Sign In to add comment