SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

Make A/V players work with authentication #204

Open damooo opened 1 year ago

damooo commented 1 year ago

Currently included A/V players doesn't work for private resources. They can be supported using Media source extensions api, which is supported in most of the browsers.

timbl commented 1 year ago

Can you pass the fetch() method you want used to that API?

damooo commented 1 year ago

Yes.

https://web.dev/articles/media-mse-basics#get_the_media_file

https://stackoverflow.com/a/67187208