Skip to content
Snippets Groups Projects
Commit 39d9ce71 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Fix URL in raspi post.

parent d5f5094a
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ Here's a live stream using this setup.
var cfg = {
fragLoadingTimeOut: 500,
};
var src = 'https://streamer.ant.sr/hls/fridgecast.m3u8';
var src = 'https://live.ant.sr/hls/fridgecast.m3u8';
var video = document.getElementById('video');
var hls = new Hls(cfg);
hls.loadSource(src);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment