Add config file. Turn on/off ipfs

This commit is contained in:
Gabe Kangas
2020-06-01 16:53:31 -07:00
parent 9bad847be4
commit ca622c85c7
13 changed files with 166 additions and 51 deletions

View File

@@ -20,7 +20,7 @@
<video id="video" controls></video>
<script>
var video = document.getElementById('video');
var videoSrc = 'stream.m3u8';
var videoSrc = 'hls/stream.m3u8';
if (Hls.isSupported()) {
var hls = new Hls();
hls.loadSource(videoSrc);