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: docs/guide/architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Inside the bridge:
54
54
55
55
### `client/` — React browser UI
56
56
57
-
The React app served at `/` is a thin shell that calls the REST API and consumes live video over WebTransport by default. It automatically selects WebRTC media for `h264-software`, forces HEVC back to WebTransport, and exposes runtime codec and transport controls in the simulator menu. URLs can still seed a transport with `?transport=webtransport` or `?transport=webrtc`.
57
+
The React app served at `/` is a thin shell that calls the REST API and consumes live video over WebTransport by default. It automatically selects WebRTC media for `h264-software`, supports WebRTC media for H.264 and HEVC when selected, and exposes runtime codec and transport controls in the simulator menu. URLs can still seed a transport with `?transport=webtransport` or `?transport=webrtc`.
0 commit comments