fosdem-stream - fosdem-client - FOSDEM commandline client | |
git clone git://bitreich.org/fosdem-client git://enlrupgkhuxnvlhsf6lc3fziv5h2hh… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
fosdem-stream (158B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 room="janson" | |
4 if [ $# -gt 1 ]; | |
5 then | |
6 room="$1" | |
7 fi | |
8 | |
9 printf "https://stream.fosdem.org/${room}.m3u8\n" | |
10 mpv "https://stream.fosdem.org/${room}.m3u8" | |
11 |