Skip to content

Instantly share code, notes, and snippets.

@snipem
Last active August 13, 2016 18:44
Show Gist options
  • Save snipem/98381643772d8d062641cd043d9534cc to your computer and use it in GitHub Desktop.
Save snipem/98381643772d8d062641cd043d9534cc to your computer and use it in GitHub Desktop.
Alle Olympia Streams des ZDF nebeneinander auf dem Desktop. MPV Player wird benötigt.
killall mpv
common="--cache-default=153600 --cache-secs 10 --no-resume-playback --mute"
#Unten
mpv $common --geometry=0%:0% --autofit=33% "http://zdf0304-lh.akamaihd.net/i/de03_v1@392855/index_3056_av-b.m3u8?sd=10&dw=0&rebase=on" > /dev/null&
mpv $common --geometry=50%:0% --autofit=33% "http://zdf0304-lh.akamaihd.net/i/de04_v1@392856/index_3056_av-b.m3u8?sd=10&dw=0&rebase=on" > /dev/null&
mpv $common --geometry=100%:0% --autofit=33% "http://zdf0506-lh.akamaihd.net/i/de05_v1@392857/index_3056_av-b.m3u8?sd=10&dw=0&rebase=on" > /dev/null&
#Mitte
mpv $common --geometry=0%:50% --autofit=33% "http://zdf0506-lh.akamaihd.net/i/de06_v1@392858/index_3056_av-b.m3u8?sd=10&dw=0&rebase=on" > /dev/null&
mpv $common --geometry=50%:50% --autofit=33% "http://zdf0708-lh.akamaihd.net/i/de07_v1@392868/index_3056_av-b.m3u8?sd=10&dw=0&rebase=on" > /dev/null&
mpv $common --geometry=100%:50% --autofit=33% "http://zdf0708-lh.akamaihd.net/i/de08_v1@392869/index_3056_av-b.m3u8?sd=10&dw=0&rebase=on" > /dev/null&
#Oben
mpv $common --geometry=0%:100% --autofit=33% "http://live-ut-lh.daserste.de/i/daserste_ut_de@300832/master.m3u8" > /dev/null&
mpv $common --geometry=50%:100% --autofit=33% "http://zdf1314-lh.akamaihd.net/i/de14_v1@392878/master.m3u8?dw=0" > /dev/null&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment