Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I get the metadata from a SoundCloud stream?
    primarykey
    data
    text
    <p>Using Soundmanager2 to get metadata is hitting troubles with flash permissions. What I want is to access the metadata of a track in order to generate visual effects. (example of which <a href="http://reasoner.comoj.com/visual" rel="nofollow noreferrer">here</a>)</p> <p>One thing I note is that you state</p> <blockquote> <p>Their api allows for deep mashups, allowing access to nearly all track meta data</p> </blockquote> <p>So I know that you intend for this to be possible, in face the presence of <a href="http://api.soundcloud.com/crossdomain.xml" rel="nofollow noreferrer">the crossdomain.xml</a> file needed shows this. The problem is that this file only grants permissions for the api subdomain. When a request is made to the api a 3XX response is given, and we are transferred to ec-media.soundcloud.com . This site has no crossdomain.xml file, and so flash and soundmanager hit an error and no metadata is received. </p> <p>I have found a few instances of this via searching, primarily <a href="https://stackoverflow.com/questions/11642556/soundcloud-soundmanager2-eqdata">SoundCloud + Soundmanager2 + EQData</a> is exactly the problem I'm having. This question was never answered though, in fact the only responses are from the original poster, and it is left with a hack around the problem. </p> <blockquote> <p>My fix is every time I start a song over again I modify the Sound's URL to include a new ts={time} argument and then run .load() on the SMSound which causes a reload and fixes the issue.</p> </blockquote> <p>So I was wondering why the crossdomain.xml file is omitted on your ec-media subdomain, is it for security reasons? If so why do you state we have access to metadata? </p> <p>Ultimately, would you be able to put in place the aforementioned file, or will you not and shall we work around the issue?</p> <p>Thank you</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload