mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Tweak player options to fit live view
This commit is contained in:
parent
8946f09eec
commit
2096701c79
@ -101,6 +101,9 @@ export default function Camera({ camera }) {
|
||||
<VideoPlayer
|
||||
options={{
|
||||
autoplay: true,
|
||||
preload: 'metadata',
|
||||
poster: `${apiHost}/api/${camera}/latest.jpg`,
|
||||
playbackRates: [1],
|
||||
sources: [
|
||||
{
|
||||
src: `${apiHost}/restream/${camera}`,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user