mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 15:15:56 -05:00
8b5f2b4b0d
Fixes #286. I dug into Firefox code a bit to understand this but got a lost. But I guess there are different policies for what's accessible via `video.src = ""` than for `<video src="">`. This works for now, matches what other players such as `mpegts.js` do, and is closer to what Safari MME (required on iPhone) needs anyway. (With MME, apparently you have to use `video.srcObject`, or the `MediaSource`'s `sourceopen` event will never fire.) |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
vitest.config.ts |
Moonfire UI
This is a UI built in TypeScript, React, and MUI.
See guide/developing-ui.md for help getting started developing it.