Playback of Beatsmusic audio API not working

126 views Asked by At

I have followed the instructions here to no avail: https://developer.beatsmusic.com/docs/read/web_playback_api/Getting_Started

Everything loads, but no music plays.

I have also tried their simple example: https://developer.beatsmusic.com/docs/web_playback_api/Examples

But again, no streaming occurred. In both cases, no errors are thrown, but also no music.

I've tried multiple debug techniques, etc. Any suggestions?

Thanks!

1

There are 1 answers

5
krogers On

In the simple example on JSFiddle it makes the bam_engine object 500px x 300px. Do you see the Black console window when you run your html? Do you see it when you load the simple example page at JSFiddle? If you can't see it in your local html page, but you can see it on JSFiddle, then you do not have the location of your html file set as a trusted location. Setting a trusted location is explained on the getting started page.