Commit Graph
27 Commits
Author SHA1 Message Date
Raven Scott a7b45f96d3 Updates
CI / Build & Test (push) Successful in 9m2s
2026-08-12 18:02:16 -04:00
Raven Scott 1bc6f445ac Updates
CI / Build & Test (push) Successful in 10m34s
2026-08-12 17:01:57 -04:00
Raven Scott ff5d7b7f54 Updates
CI / Build & Test (push) Successful in 8m36s
2026-08-06 14:52:29 -04:00
Raven Scott dedd0736ad Late joiners were getting WebM clusters only — the init segment is written once at encode start, before any peer is subscribed, so MSE never had a valid stream.
CI / Build & Test (push) Successful in 8m31s
Fix (host): cache bytes before the first WebM Cluster, and on fan-out subscribe / new connIds, send that init once before media segments.

Restart the native host so it picks this up, then retry the same flow (encode → fan-out → join → viewer joins). Playback may take up to ~1s after join until the next keyframe.
2026-07-27 02:49:34 -04:00
Raven Scott a130d0c32f Updates
CI / Build & Test (push) Successful in 8m33s
2026-07-27 01:31:58 -04:00
Raven Scott e03ab91524 Updates
CI / Build & Test (push) Successful in 8m5s
2026-07-27 00:25:20 -04:00
Raven Scott b48105fabc Update License
CI / Build & Test (push) Successful in 8m49s
2026-07-27 00:08:30 -04:00
Raven Scott 480f98b595 Updates
CI / Build & Test (push) Has been cancelled
2026-07-27 00:06:23 -04:00
Raven Scott 515b946cc9 Add updated UI
CI / Build & Test (push) Has been cancelled
2026-07-27 00:00:48 -04:00
Raven Scott 83af298eb5 Updates and add examples host
CI / Build & Test (push) Successful in 8m7s
2026-07-26 23:50:17 -04:00
Raven Scott bb3b46a987 bare-ffmpeg encode support
CI / Build & Test (push) Successful in 8m23s
2026-07-26 23:34:02 -04:00
Raven Scott 906422d0a5 Updates
CI / Build & Test (push) Successful in 8m12s
2026-07-26 23:23:52 -04:00
Raven Scott 631f9c4023 Bare Caps
CI / Build & Test (push) Successful in 3m7s
2026-07-26 23:09:00 -04:00
Raven Scott f4569b765e Updates
CI / Build & Test (push) Successful in 3m12s
2026-07-26 22:58:33 -04:00
Raven Scott 90b6033382 Fixes
CI / Build & Test (push) Successful in 3m0s
2026-07-26 22:47:40 -04:00
Raven Scott ad41323e27 Fix IDs
CI / Build & Test (push) Successful in 3m4s
2026-07-26 22:02:29 -04:00
Raven Scott 914bc7e404 Modernize
CI / Build & Test (push) Successful in 3m5s
2026-07-26 21:58:45 -04:00
Raven Scott 3626a71ed5 Implement unique keyPairs per tab with improved connection handling
- Remove log count badge from Logs tab, add tab count badge to Tabs tab
- Add default settings: Request Timeout, Ready Timeout, Disable on File URLs
- Each tab now generates its own unique keyPair for connections
- Add swarm.listen() for incoming connections in native host
- Fix event routing: only send events to tabs that own the swarm
2026-02-21 18:11:31 -05:00
Raven Scott b5f489d1f0 updates 2026-02-21 05:13:06 -05:00
snxraven 9086016698 revert 0b6a34d47e
revert testing updates
2026-02-21 03:53:57 -05:00
Raven Scott 0b6a34d47e testing updates 2026-02-21 03:23:32 -05:00
Raven Scott 10785ab556 tests 2026-02-21 02:52:00 -05:00
Raven Scott 1ea4deac6e Add releases 2026-02-12 07:14:58 -05:00
Raven Scott bef6e3fdbd Add extension options, fix settings save and CSP, update docs
- Options: default max peers, ready timeout (ms), disable on file://,
  notify on host disconnect, plus existing app name, request timeout, debug
- Use storage.local instead of storage.sync so settings persist (e.g. in
  Firefox options page); add save/reset error handling in options UI
- Move options page script to options.js for CSP compliance (no inline script)
- manifest: add "notifications" permission for disconnect notification
- Docs: README (settings section, file layout), API-REFERENCE (ready timeout,
  constructor defaults, request timeout), ARCHITECTURE (storage, options page,
  content script behavior), DATA-API and examples/README (default timeout,
  file:// option)
2026-02-12 07:07:50 -05:00
Raven Scott 168c1090dd Add HRPC demo 2026-02-12 06:01:02 -05:00
Raven Scott bb47954b9f Implement hrpc with streaming and wire into setup
- Add spec/hyperschema and spec/hrpc codegen (scripts/build-hrpc.js)
  with unary, request/response-stream, duplex, and send-only commands
- Run build:hrpc and build:protomux from install.sh so setup is one-step
- Native host: add attachHrpc (Protomux channel + generated HRPC),
  handlers for ping, streamSum, fetchStream, duplex, notify
- Load HRPC lazily so missing spec does not crash host; use bare-stream
  for Duplex under Bare; add bare-stream, compact-encoding deps
2026-02-12 04:51:03 -05:00
Raven Scott 90c7a4910e first commit 2026-02-12 03:27:05 -05:00