@@ -28,17 +28,17 @@ Targets a specific running SimDeck daemon for commands that support the HTTP fas
2828
2929` ui ` , ` daemon start ` , and ` daemon restart ` accept the same server options. ` ui ` also accepts ` --open ` .
3030
31- | Flag | Default | Description |
32- | ------------------ | --------------------- | ------------------------------------------------------------------------------------------------------- |
33- | ` --port <u16> ` | ` 4310 ` | HTTP port for the REST API, browser UI, and WebRTC offer endpoint. |
34- | ` --bind <ip> ` | ` 127.0.0.1 ` | Bind address (` 0.0.0.0 ` for [ LAN access] ( /guide/lan-access ) , ` :: ` for IPv6). |
35- | ` --advertise-host ` | matches local host | Hostname or IP printed for LAN browser access. |
36- | ` --client-root ` | bundled ` client/dist ` | Override the static browser client directory. |
37- | ` --video-codec ` | ` auto ` | One of ` auto ` , ` hardware ` , or ` software ` . See [ Video Pipeline] ( /guide/video ) . |
38- | ` --low-latency ` | ` false ` | Software H.264 profile for slower runners: caps at 15 fps and favors freshness. |
39- | ` --stream-quality ` | auto/default | Optional realtime stream quality profile: ` quality ` , ` balanced ` , ` smooth ` , ` economy ` , or ` ci-software ` . |
40- | ` --local-stream-fps ` | ` 60 ` | Local quality stream frame cap, from 15 to 120 fps. |
41- | ` --open ` | ` false ` | ` ui ` only. Open the browser after the daemon is ready. |
31+ | Flag | Default | Description |
32+ | -------------------- | --------------------- | ------------------------------------------------------------------------------------------------------- |
33+ | ` --port <u16> ` | ` 4310 ` | HTTP port for the REST API, browser UI, and WebRTC offer endpoint. |
34+ | ` --bind <ip> ` | ` 127.0.0.1 ` | Bind address (` 0.0.0.0 ` for [ LAN access] ( /guide/lan-access ) , ` :: ` for IPv6). |
35+ | ` --advertise-host ` | matches local host | Hostname or IP printed for LAN browser access. |
36+ | ` --client-root ` | bundled ` client/dist ` | Override the static browser client directory. |
37+ | ` --video-codec ` | ` auto ` | One of ` auto ` , ` hardware ` , or ` software ` . See [ Video Pipeline] ( /guide/video ) . |
38+ | ` --low-latency ` | ` false ` | Software H.264 profile for slower runners: caps at 15 fps and favors freshness. |
39+ | ` --stream-quality ` | auto/default | Optional realtime stream quality profile: ` quality ` , ` balanced ` , ` smooth ` , ` economy ` , or ` ci-software ` . |
40+ | ` --local-stream-fps ` | ` 60 ` | Local quality stream frame cap, from 15 to 120 fps. |
41+ | ` --open ` | ` false ` | ` ui ` only. Open the browser after the daemon is ready. |
4242
4343` studio expose ` defaults to software H.264. Pass ` --video-codec hardware ` to
4444opt into the hardware encoder when that is preferable.
0 commit comments