Soundcloud + SoundManager bug: reading a stream

2019-07-31 16:52发布

问题:

(This is mainly targeted toward Soundcloud employees because they use Stackoverflow for support)

I've built an app that reads the eqData from a soundcloud stream using soundmanager2: http://music.freefarm.co.uk/

The eqdata works fine when starting a track, but when seeking or resuming a paused stream, the eqData is no longer updated. Either the array is updated with zeros, or hangs on the previous frame's data.

The app was built almost 6 months and worked correctly, so I'd like to assume it was a change in the soundcloud api. Perhaps due to changes in the flash cross-domain permissions?