Commit 73a6f9d
feat(video-conf): ship MediaPipe assets locally for airgapped support
The WASM runtime and TFLite segmentation models were loaded from
cdn.jsdelivr.net and storage.googleapis.com, which broke on cloud
deployments (CSP blocks the CDN) and on airgapped workspaces (no
internet). Ship them from public/mediapipe/ instead, following the
same pattern as the RNNoise assets in public/noise-suppressor/.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a547401 commit 73a6f9d
8 files changed
Lines changed: 49 additions & 10 deletions
File tree
- apps/meteor
- client/views/videoConference/livekit
- public/mediapipe
- wasm
- docs/features/native-video-conference
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
Binary file not shown.
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments