diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index 417423cca..5a96732bd 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -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', }, ],