Player: preusmeri na folx-anywhere MediaTailor stream (streamfolx ukinjen)

This commit is contained in:
Sebastjan Artic 2026-08-04 19:47:18 +02:00
parent 387d7bc612
commit 2dc22c2238

View File

@ -39,7 +39,7 @@ app.use(express.static(path.join(__dirname, '..', 'public'), {
app.get('/', (_req, res) => { app.get('/', (_req, res) => {
// Use our proxy route for the player — it always returns fresh tokens // Use our proxy route for the player — it always returns fresh tokens
const bg = '/assets/bg/bg' + (1 + Math.floor(Math.random() * 4)) + '.jpg'; const bg = '/assets/bg/bg' + (1 + Math.floor(Math.random() * 4)) + '.jpg';
res.render('index', { hlsUrl: '/stream/1/master.m3u8', bg }); res.render('index', { hlsUrl: 'https://d7337e9a291d4863960a0884b8fb3d0c.mediatailor.eu-central-1.amazonaws.com/v1/master/df4c495df88d26d0791564a04bad000ad9abcdbf/folx-anywhere/folx/index.m3u8', bg });
}); });
app.get('/test-embed', (_req, res) => { app.get('/test-embed', (_req, res) => {