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

Commit ccb632a

Browse files
committed
fix: browser video streaming example
resolves #2255 License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 4ee28e0 commit ccb632a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser-video-streaming/index.html

Lines changed: 1 addition & 1 deletion
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/[email protected].3/dist/index.js"></script>
5+
<script src="https://unpkg.com/[email protected].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)