You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
The file master.m3u8 contains the URI to the encryption key #EXT-X-KEY:METHOD=AES-128,URI="https://hlsbook.net/enc.key",IV=0xecd0d06eaf884d8226c33928e87efa33
Here is the error in the console:
Error: File not found: Qma4qsd4h5PY7YmxHgva1w68FMcPv4c8fBR5LjUwfzZEzq/enc.key
at getFile (index.js:125)
In a context where a video is encrypted, it does not make sense to include the key in the ipfs directory itself.
The URI should remain https and not become ipfs.
The text was updated successfully, but these errors were encountered:
At present hlsjs-ipfs-loader does not support any external URLs. This is something I've been thinking about implement, but at present it isn't implemented.
I have fetching from external URLs working in my fork; specifically I needed the key included in EXT-X-KEY to be fetched externally, not over IPFS. The commit that implements that is here: up_the_irons@098d233
The file master.m3u8 contains the URI to the encryption key
#EXT-X-KEY:METHOD=AES-128,URI="https://hlsbook.net/enc.key",IV=0xecd0d06eaf884d8226c33928e87efa33
Here is the error in the console:
In a context where a video is encrypted, it does not make sense to include the key in the ipfs directory itself.
The URI should remain https and not become ipfs.
The text was updated successfully, but these errors were encountered: