Initial POC works with IPFS

This commit is contained in:
Gabe Kangas
2020-05-30 19:05:30 -07:00
parent cc48f86b85
commit af698063bd
40 changed files with 826 additions and 29 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<video id="video" controls></video>
<script>
var video = document.getElementById('video');
var videoSrc = 'test.m3u8';
var videoSrc = 'stream.m3u8';
if (Hls.isSupported()) {
var hls = new Hls();
hls.loadSource(videoSrc);