doc
This commit is contained in:
parent
5e09bd3818
commit
9838d6af39
@ -31,6 +31,9 @@ docker run --restart=always --name obscreen --pull=always \
|
||||
-v /dev/null:/app/var/run/play \
|
||||
jierka/obscreen:latest
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
<details closed>
|
||||
@ -46,6 +49,9 @@ curl https://raw.githubusercontent.com/jr-k/obscreen/master/docker-compose.headl
|
||||
# Run
|
||||
docker compose up --detach --pull=always
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
<details closed>
|
||||
@ -99,16 +105,16 @@ sudo journalctl -u obscreen-studio -f
|
||||
## 🏁 Finally
|
||||
- Run `sudo systemctl restart obscreen-studio` or `sudo reboot`
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
## 👌 Usage
|
||||
- Page which plays slideshow is reachable at `http://localhost:5000`
|
||||
- Slideshow manager is reachable at `http://localhost:5000/manage`
|
||||
|
||||
|
||||
---
|
||||
## 📺 Run the player instance
|
||||
|
||||
<details closed>
|
||||
@ -124,6 +130,9 @@ sudo reboot
|
||||
#### How to restart
|
||||
1. Just use systemctl `sudo systemctl restart obscreen-player.service`
|
||||
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
<details closed>
|
||||
@ -135,10 +144,12 @@ When you run the browser yourself, don't forget to use these flags for chromium
|
||||
# replace http://localhost:5000 with your obscreen-studio instance 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
|
||||
```
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
## 📎 Additional
|
||||
|
||||
|
||||
@ -159,4 +170,7 @@ source ./venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
sudo systemctl restart obscreen-studio.service
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
@ -177,6 +177,8 @@ https://www.raspberrypi.org/documentation/configuration/config-txt/video.md
|
||||
|
||||
However, I used this one: `(2,82) = 1920x1080 60Hz 1080p`
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
<details closed>
|
||||
@ -196,4 +198,7 @@ source ./venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
sudo systemctl restart obscreen-studio.service
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
</details>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user