Update setup-run-headless.md

This commit is contained in:
JRK 2024-05-27 00:55:30 +02:00 committed by GitHub
parent 28e0511047
commit 607460080b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,6 @@
#### 🔵 You just want a slideshow manager and you'll deal with screen and browser yourself ? You're in the right place.
---
## 📺 Run the player
When you run the browser yourself don't forget to use these flags for chromium browser:
```bash
# chromium or chromium-browser
# replace http://localhost:5000 with your playlist url
chromium --disable-features=Translate --ignore-certificate-errors --disable-web-security --disable-restore-session-state --autoplay-policy=no-user-gesture-required --start-maximized --allow-running-insecure-content --remember-cert-error-decisions --noerrdialogs --kiosk --incognito --window-position=0,0 --window-size=1920,1080 --display=:0 http://localhost:5000
```
---
## 📡 Run the manager
@ -94,10 +86,22 @@ sudo systemctl start obscreen-studio.service
sudo journalctl -u obscreen-studio -f
```
---
## 👌 Usage
- Page which plays slideshow is reachable at `http://localhost:5000`
- Slideshow manager is reachable at `http://localhost:5000/manage`
---
## 📺 Run the player
When you run the browser yourself don't forget to use these flags for chromium browser:
```bash
# chromium or chromium-browser
# replace http://localhost:5000 with your playlist url
chromium --disable-features=Translate --ignore-certificate-errors --disable-web-security --disable-restore-session-state --autoplay-policy=no-user-gesture-required --start-maximized --allow-running-insecure-content --remember-cert-error-decisions --noerrdialogs --kiosk --incognito --window-position=0,0 --window-size=1920,1080 --display=:0 http://localhost:5000
```
---
## 📎 Additional