-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Example: Browser video streaming broken #1422
Comments
@PascalPrecht thanks for reporting - did you find issues with any of the other examples? |
Looks like https://github.com/moshisushi/hlsjs-ipfs-loader/blob/f0df3ff963bfb0ed8b4e6faf3aefa8e69a72d941/src/index.js#L90 needs to use |
Have been through a couple other examples, not all of them yet as I had to do some other work. I'll take a look at the hlsjs-ipfs-loader thing. |
Since that's an external dependency I think it would be more valuable to continue through the examples and come back to it later. |
Gotcha! |
I builded the hlsjs-ipfs-loader (https://github.com/moshisushi/hlsjs-ipfs-loader) and tested it, but it works well. I found that the recent version of it works well. |
@seungwon-kang are you saying you couldn't reproduce the bug in the version of the issue? |
@PascalPrecht It was already issued before (pgc-13/hlsjs-ipfs-loader#1), so the maintainer fixed the issue and published the new version (0.1.2). In the getFile function in version 0.1.1(https://unpkg.com/hlsjs-ipfs-loader@0.1.1/dist/index.js),
error occurs in |
Ah, perfect! Thanks for clarifying! |
Fixed with #1427 |
Type: Bug
Severity: Medium/Low
Description:
In latest master (c01a83a at the time of creating this issue), the
browser-video-streaming
example is broken and throws with:First I thought it might've been related to Chrome, as this is an HLS example, so I tried it with Safari. That one doesn't work either.
Steps to reproduce the error:
Simply following the example instructions:
$ serve .
The text was updated successfully, but these errors were encountered: