Good day!
Can you please tell me if anyone had to use the Add remote URL function in the Audio plugin to download and play music from devices or websites?
I'm trying to make a game that looks like "osu!", where in the editor I need to load mp3 from the device and put my visual game elements on it.
I managed to launch from a local device (computer) using File Chooser (it generates an address with a blob), but at every new session of the game, the address changes and it is impossible to reopen the same track using the saved link.
If you could save a static address of a music track on your device, that would be ideal. But I haven't found a way to do it yet.
Now I'm trying to load a track from my site, but for some reason it doesn't load, or it doesn't start.
Already started digging towards .htaccess - I think the site may be blocking access to files. Tried opening from a test domain without .htaccess, but that didn't work either.
Does anyone have a working example of downloading and launching music from a permalink on a device or from a link on a website?