fixed video url

This commit is contained in:
dekzter 2025-03-16 10:16:43 -04:00
parent 4cef55a9c2
commit 5917b7cabc

View file

@ -167,7 +167,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
return;
}
// Build a playable stream URL for that channel
let vidUrl = `/output/stream/${matched.uuid}/`;
let vidUrl = `/proxy/ts/stream/${matched.uui}`;
if (env_mode == 'dev') {
vidUrl = `${window.location.protocol}//${window.location.hostname}:5656${vidUrl}`;
}