Load audio/video from remote server

Hi, is there a way to load audio/video froma remote server? We have been trying to to do it with cc.loader.load but is not working with audio/video. @slackmoehrle, can you ask the team please?
Thanks!

I don’t know what is possible. Yes, I am happy to ask the engineering team to take a look.

For audio, you can use cc.audioEngine.play directly.
For video, just use remote mode.

Isn’t there a way to load the audio/video into a Raw Asset? So we can load it once, and play it later

This is waht we need. We dont want to play directly. Is there a way to preload when the game starts? @slackmoehrle @jare?