App zur Steuerung des mpv Mediaplayers auf einem Raspberry Pi über HTTP
undisclosed
2023-01-09 a78c3a3fcc0f569270ca54d3355eade4e067d4dc
resources/start
@@ -1,3 +1,4 @@
#!/bin/sh
java -Domx.wd=/mnt/store/calypso -Djava.util.logging.config.file=logging.properties -jar calypso.jar port=9090 player=omx ctx=/calypso &
cd /home/pi/prg/calypso
java -Djava.util.logging.config.file=conf/logging.properties -jar calypso.jar conf=conf/calypso.properties &