Fix ffpyplayer offline wheel and update install scripts
- Rebuilt evdev wheel for cp313 aarch64 (was missing from repo) - Updated install.sh: add --system-site-packages to venv, verify imports - Updated start.sh: activate .venv before running player - Updated run_player.sh: activate .venv before running player - Added pip fallback for kivy/ffpyplayer if apt/pip install misses them
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@
|
||||
SCRIPT_DIR="/home/pi/kiwy-signage"
|
||||
LOG_FILE="/home/pi/kiwy-signage/logs/player-background.log"
|
||||
mkdir -p "."
|
||||
echo "[2026-07-17 10:18:24] Starting player in background..." >> ""
|
||||
echo "[2026-07-17 10:54:53] Starting player in background..." >> ""
|
||||
cd "/home/pi/kiwy-signage" || exit 1
|
||||
nohup bash start.sh >> "" 2>&1 &
|
||||
PLAYER_PID=$\!
|
||||
echo "[2026-07-17 10:18:24] Player started with PID: $PLAYER_PID" >> ""
|
||||
echo "[2026-07-17 10:54:53] Player started with PID: $PLAYER_PID" >> ""
|
||||
echo "Player started in background (PID: $PLAYER_PID)"
|
||||
echo "Logs: $LOG_FILE"
|
||||
|
||||
Reference in New Issue
Block a user