forked from Github/frigate
Use master playlist for videojs
This commit is contained in:
committed by
Blake Blackshear
parent
89c04acdff
commit
7c57c8c2da
@@ -504,7 +504,7 @@ export default function Events({ path, ...props }) {
|
||||
autoplay: true,
|
||||
sources: [
|
||||
{
|
||||
src: `${apiHost}/vod/event/${event.id}/index.m3u8`,
|
||||
src: `${apiHost}/vod/event/${event.id}/master.m3u8`,
|
||||
type: 'application/vnd.apple.mpegurl',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user