mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Use new endpoint
This commit is contained in:
parent
71b42d5293
commit
72cb12d1ea
@ -545,7 +545,7 @@ export default function Events({ path, ...props }) {
|
||||
autoplay: true,
|
||||
sources: [
|
||||
{
|
||||
src: `${apiHost}/vod/event/${event.id}/master.m3u8`,
|
||||
src: `${apiHost}api/event/${event.id}/master.m3u8`,
|
||||
type: 'application/vnd.apple.mpegurl',
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user