Bypassing CORs on Android for video elements

Greetings, I’m looking for a solution similar to CapacitorHTTP but for bypassing CORs on video elements for Android. I can happily make fetch requests to my API but can’t stream videos due to CORs issues. Changing my API’s cors headers isn’t a option.

Yes have already read over that documentation. Doesn’t help my question…

You sure about that? theres a section called: Solutions for CORS Errors. If you cant change the backend then this is your only solution. There are countless post about this same issue within this forum, search.

Can’t find any other posts on this forum around video element CORs. Proxying the video isn’t an option, modifying server headers isn’t a option. I’m looking for a similar solution like CapacitorHTTP, but if you can’t point me in the right direction thats allg. The link you posted is yes about CORs in general, but doesn’t help with my specific question.