I would like to load a data uri string
data:audio/wav;base64,UklGRuR+JwNXQVZFZm10IBAAAAAB
string into a react-player component or any other video player in react.
I only find the possibility to load url from local videos or e.g. youtube.
Hence, my question is, wether this is possible.