mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Add base for webrtc option
This commit is contained in:
parent
5bced8376a
commit
8488f5a5ea
@ -119,6 +119,14 @@ export default function Camera({ camera }) {
|
||||
</div>
|
||||
</Fragment>
|
||||
);
|
||||
} else if (cameraConfig.live.source == 'webrtc') {
|
||||
player = (
|
||||
<Fragment>
|
||||
<div>
|
||||
Not implemented
|
||||
</div>
|
||||
</Fragment>
|
||||
)
|
||||
} else {
|
||||
player = (
|
||||
<Fragment>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user