diff options
Diffstat (limited to 'peps/usr')
-rwxr-xr-x | peps/usr/local/bin/browser-launcher | 4 | ||||
-rw-r--r-- | peps/usr/share/playlist.html | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/peps/usr/local/bin/browser-launcher b/peps/usr/local/bin/browser-launcher new file mode 100755 index 0000000..6b32d04 --- /dev/null +++ b/peps/usr/local/bin/browser-launcher @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +/usr/bin/chromium-browser --kiosk --disable-restore-session-state file:///usr/share/playlist.html \ + --autoplay-policy=no-user-gesture-required --no-gesture-required diff --git a/peps/usr/share/playlist.html b/peps/usr/share/playlist.html new file mode 100644 index 0000000..35aecac --- /dev/null +++ b/peps/usr/share/playlist.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <title>Ham wir noch welche?</title> + <style> + body,html {width:100%;height:100%;overflow:clip;background:#000000;margin:auto;text-align:center;} + </style> + </head> + <body> + <iframe width="1920" height="1080" + src="https://www.youtube.com/embed/videoseries?list=PLsgIseTfz4ulmgC_487SQ-TvRmPH0l1n7&enablejsapi=1&autoplay=1&loop=1" + title="Keine mehr da?" frameborder="0" + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> + </iframe> + </body> +</html> |