mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Set max live size
This commit is contained in:
parent
adc287b8bc
commit
d146db4588
@ -99,7 +99,7 @@ export default function Camera({ camera }) {
|
|||||||
if (viewSource == 'mp4') {
|
if (viewSource == 'mp4') {
|
||||||
player = (
|
player = (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<div>
|
<div className='max-w-7xl'>
|
||||||
<VideoPlayer
|
<VideoPlayer
|
||||||
live={true}
|
live={true}
|
||||||
options={{
|
options={{
|
||||||
@ -123,7 +123,7 @@ export default function Camera({ camera }) {
|
|||||||
} else if (viewSource == 'webrtc') {
|
} else if (viewSource == 'webrtc') {
|
||||||
player = (
|
player = (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<div>
|
<div className='max-w-5xl'>
|
||||||
<WebRtcPlayer camera={camera} />
|
<WebRtcPlayer camera={camera} />
|
||||||
</div>
|
</div>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user