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);
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-25
View File
@@ -1,25 +0,0 @@
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:17
#EXT-X-MEDIA-SEQUENCE:737
#EXTINF:8.333333,
stream-20200522-1590201311.ts
#EXTINF:8.333333,
stream-20200522-1590201319.ts
#EXTINF:8.333333,
stream-20200522-1590201328.ts
#EXTINF:16.666667,
stream-20200522-1590201336.ts
#EXTINF:8.333333,
stream-20200522-1590201353.ts
#EXTINF:8.333333,
stream-20200522-1590201361.ts
#EXTINF:8.333333,
stream-20200522-1590201369.ts
#EXTINF:8.333333,
stream-20200522-1590201378.ts
#EXTINF:16.666667,
stream-20200522-1590201386.ts
#EXTINF:5.700000,
stream-20200522-1590201403.ts
#EXT-X-ENDLIST