@@ -28,16 +28,16 @@ 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 ` | ` h264-software ` | One of ` h264 ` or ` h264-software ` . See [ Video Pipeline] ( /guide/video ) . |
38- | ` --low-latency ` | ` false ` | Software H.264 profile for slower runners: caps at 15 fps and favors freshness. |
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 ` | ` h264-software ` | One of ` h264 ` or ` h264-software ` . See [ Video Pipeline] ( /guide/video ) . |
38+ | ` --low-latency ` | ` false ` | Software H.264 profile for slower runners: caps at 15 fps and favors freshness. |
3939| ` --stream-quality ` | auto/default | Optional realtime stream quality profile: ` quality ` , ` balanced ` , ` smooth ` , ` economy ` , or ` ci-software ` . |
40- | ` --open ` | ` false ` | ` ui ` only. Open the browser after the daemon is ready. |
40+ | ` --open ` | ` false ` | ` ui ` only. Open the browser after the daemon is ready. |
4141
4242The public commands generate an access token automatically. Use ` simdeck daemon status ` to read it for direct API callers.
4343
0 commit comments