Commit graph

12 commits

Author SHA1 Message Date
0f5163e262 Add WHIP ingest toggle to Edit page with _upsertProcess patch
- Import WHIPControl from misc/controls/WHIP
- Render WHIPControl bound to control.whip_ingest before the WHEP section
- Monkey-patch props.restreamer._upsertProcess in handleDone so that
  whip_ingest.enabled is injected into the main ingest process config
  before it reaches the Core API. The SDK's UpsertIngest does not
  forward control.whip_ingest, so this intercept is required.
- Note: enable (no trailing d) is used in UI state to match WHEP.js convention;
  it maps to enabled (with d) in the Core API JSON body.
2026-05-09 17:15:37 -04:00
ab8432d372 Add WHIP ingest control component (mirrors WHEP.js pattern)
WHIPControl renders an enable checkbox bound to control.whip_ingest.enable.
The Edit/index.js save handler maps this to whip_ingest.enabled in the Core
API process config via a _upsertProcess monkey-patch.
2026-05-09 17:14:14 -04:00
601d7bc7b3 feat: add WHEP URL copy button and WHEPStatus viewer count to main channel view 2026-05-06 16:19:35 -04:00
98b9756677 feat: add WebRTC (WHEP) output section to Processing & Control tab 2026-05-06 16:18:51 -04:00
c017367d93 feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: manifest.json 2026-05-06 16:17:44 -04:00
a769333f41 feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: index.html 2026-05-06 16:17:43 -04:00
e0b970a608 feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: rs-logo.svg 2026-05-06 16:17:43 -04:00
be494d710f feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: logo.svg 2026-05-06 16:17:42 -04:00
1590793257 feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: rsLogo.js 2026-05-06 16:17:42 -04:00
e7e6d175be feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: index.js 2026-05-06 16:17:41 -04:00
86d7b3b1c2 feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: WHEPStatus.js 2026-05-06 16:17:41 -04:00
9e1b2c2b4b feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: WHEP.js 2026-05-06 16:17:40 -04:00