Initial POC works with IPFS

This commit is contained in:
Gabe Kangas
2020-05-29 18:08:33 -07:00
parent cc48f86b85
commit af698063bd
40 changed files with 826 additions and 29 deletions

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);