22 lines
684 B
YAML
22 lines
684 B
YAML
```
|
|
kiosk_service_templates:
|
|
|
|
- chrome_website: "http://localhost:8081"
|
|
service_name: user_stream_control
|
|
service_description: "VCR Capture User Stream Control"
|
|
extra_service_configs: ""
|
|
user_data_dir: "/opt/chrome/one"
|
|
extra_chrome_configs: |
|
|
--window-size="560,1080" \
|
|
--user-data-dir=/opt/chrome/one \
|
|
- chrome_website: "http://localhost:8888/stream"
|
|
service_name: stream_preview
|
|
service_description: "VCR Capture Preview Stream"
|
|
extra_service_configs: ""
|
|
user_data_dir: "/opt/chrome/two"
|
|
extra_chrome_configs: |
|
|
--window-size="1350,1080" \
|
|
--user-data-dir=/opt/chrome/two \
|
|
--window-position="570,0" \
|
|
|
|
``` |