solidos icon indicating copy to clipboard operation
solidos copied to clipboard

Make A/V players work with authentication

Open damooo opened this issue 2 years ago • 2 comments

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.

damooo avatar Sep 30 '23 06:09 damooo

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

timbl avatar Oct 17 '23 14:10 timbl

Yes.

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

https://stackoverflow.com/a/67187208

damooo avatar Oct 17 '23 18:10 damooo