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

Commit af66e94

Browse files
authored
fix: reinstate hlsjs-ipfs-loader dep for video streaming example (#2914)
Otherwise the test times out. I have to specify the dist file in the url too, otherwise the test times out, not 100% sure why.
1 parent cd46c78 commit af66e94

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="./node_modules/ipfs/dist/index.js"></script>
5-
<script src="https://cdn.jsdelivr.net/npm/ipfs/dist/index.min.js"></script>
5+
<script src="https://cdn.jsdelivr.net/npm/hlsjs-ipfs-loader@latest/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)