anchormodeling

Setting up HLS-relay

Jan 19th, 2025 (edited)
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. docker pull alpine:latest
  2. docker run -t -i --name hls -p 8080:8080 alpine /bin/ash
  3. apk update
  4. apk add python3
  5. apk add py3-flask
  6. cd
  7. // fetch latest from https://github.com/Roenbaeck/hls-relay/releases/latest
  8. wget https://github.com/Roenbaeck/hls-relay/archive/refs/tags/v0.2.1.zip
  9. unzip v0.2.1.zip
  10. cd hls-relay-0.2.1
  11. vi hls_relay.py
  12. python hls_relay.py
  13.  
  14. [Ctrl+C]
  15. exit
  16.  
  17. --- RETURNING LATER
  18. docker ps -a
  19. docker start -a -i hls
  20. cd
  21. cd hls-relay-0.2.1
  22. python hls_relay.py
Advertisement
Add Comment
Please, Sign In to add comment