You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/simdeck/SKILL.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ run `simdeck studio expose "iPhone 17 Pro"` and keep that process running. It
48
48
prints the unique Studio simulator URL. This defaults to hardware H.264; add
49
49
`--low-latency` to use software H.264's low-latency profile. Studio expose uses
50
50
realtime stream settings so remote viewers drop stale frames instead of building
51
-
latency.
51
+
latency. Add `--software-h264` to keep the same realtime Studio stream profile
52
+
but encode with software H.264.
52
53
53
54
The local viewer gets the API token automatically. LAN browsers pair with the printed code before receiving the API cookie. Direct HTTP calls need `X-SimDeck-Token` or `Authorization: Bearer <token>`.
0 commit comments