Changes between Version 3 and Version 4 of restream
- Timestamp:
- Oct 13, 2016, 7:58:42 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
restream
v3 v4 27 27 Then, check for the stream at: https://a.stream.mayfirst.org:8000/mfpl.webm 28 28 29 When you are done (assuming your stream URL was "mfpl"): 30 31 {{{ 32 docker stop mfpl 33 docker rm mfpl 34 }}} 35 29 36 == How it works == 30 37 … … 34 41 35 42 The launcher script reads the file /etc/restream.conf to get the properly URL for our jitsi instance and the URL, username, and password for icecast. 43 44 == Debugging == 45 46 If you want to get a root shell on the docker container as it is running, use the exec sub-command (replace "mfpl" with the stream URL): 47 48 {{{ 49 docker exec -it mfpl bash 50 }}} 51 52 You can stop and restart the container with: 53 54 {{{ 55 docker stop mfpl 56 docker start mfpl 57 }}} 58 59 However, careful when restarting... the old web session may persist in the jitsi session