Hey, I am wondering if its possible to stream audio from a mediaset to a custom widget or a frontend developer console application.
I have tried the creating a media url like this: https://{my-foundry-url}/mio/api/media-set/{media set rid}/items/{media item rid}, but seeking is not enabled because the endpoint doesn’t return a 206 partial.
I have also tried api/v2, but the “read media item” endpoint doesn’t support ranged requests and loads an entire audio file into the browser memory.