How to play an anvil.BlobMedia audio object in browser

As I look at it now, the relevant code is spread out over enough places that it’s probably better to look at an example app. I think I adapted the example here:

If I’m recalling correctly, the idea is to save the media object to Data Tables. That gives you a url you can pass to JavaScript. I don’t know enough to say whether it’s possible to stream it as a blob. This way worked for my purposes and I stopped there. :slight_smile:

1 Like