decentraland/explorer

Audio streaming doesn't work in portable experiences

Closed this issue · 1 comments

I tried to make a radio portable experience where you stream audio from internet radios. It works fine in local preview, but not when running it in the world.

https://github.com/decentraland/portable-experiences-assets

You can test it here:
https://play.decentraland.zone/branch/test-portable-experience/index.html?DEBUG_SCENE_LOG&position=0%2C0&realm=hephaestus-amber

and add it with:
spawnPortableExperienceScene("urn:decentraland:off-chain:static-portable-experiences:radio", "main")

I can interact with the UI, but I never hear the radios.

Theory: maybe the scene I'm standing on is reserving the right to do streaming, and doesn't let other scenes (or portable experiences) do streaming

I'm pretty sure this is fixed and can be closed!
@sandrade-dcl