Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f5cf216

Browse files
author
Alan Shaw
authoredJul 16, 2019
fix: browser video streaming example (#2267)
resolves #2255 License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 7544785 commit f5cf216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/browser-video-streaming/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<body>
33
<video id="video" controls></video>
44
<script src="https://unpkg.com/ipfs/dist/index.js"></script>
5-
<script src="https://unpkg.com/hlsjs-ipfs-loader@0.1.3/dist/index.js"></script>
5+
<script src="https://unpkg.com/hlsjs-ipfs-loader@0.1.4/dist/index.js"></script>
66
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
77
<script src="streaming.js"></script>
88
</body>

0 commit comments

Comments
 (0)
This repository has been archived.