Skip to content

Commit

Permalink
chore: use srt-whep test stream as demo
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Aug 24, 2023
1 parent 1271406 commit b89e6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const BROADCASTER_URL =
'https://broadcaster.lab.sto.eyevinn.technology:8443/broadcaster';
const WHEP_URL =
process.env.WHEP_URL ||
'https://wrtc-edge.lab.sto.eyevinn.technology:8443/whep/channel/sthlm';
'https://srtwhep.lab.sto.eyevinn.technology:8443/channel';

async function getChannels(broadcasterUrl: string) {
const response = await fetch(broadcasterUrl + '/channel');
Expand Down

0 comments on commit b89e6bb

Please sign in to comment.