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

Handle external URLs outside of IPFS #32

Closed
wants to merge 6 commits into from

Conversation

up_the_irons
Copy link

Implements fallback to Fetch for external URLs. Tested against an .m3u8 that contains #EXT-X-KEY pointing to an external HTTPS source (the key, obviously, not being on IPFS). The encrypted video played correctly. Closes #21 .

@up_the_irons
Copy link
Author

up_the_irons commented Oct 11, 2022

Ugh, used the wrong branch, includes other, non-related, changes. Removing...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If the m3u8 file contains #EXT-X-KEY, the URI will be converted to an IPFS request!
2 participants