Open damooo opened 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.
Can you pass the fetch() method you want used to that API?
fetch()
Yes.
https://web.dev/articles/media-mse-basics#get_the_media_file
https://stackoverflow.com/a/67187208
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.