How to I access a SoundCloud public stream?
问题 How do I play a track from a SoundCloud URL, which, for example, I got from the xml response from a query <stream-url>https://api.soundcloud.com/tracks/31164607/stream</stream-url> I should have thought that it would have been as easy as: https://api.soundcloud.com/tracks/31164607/stream&client_id=my_client_id yet I get <error>401 - Unauthorized</error> All I want to do is consume it in a Silverlight MediaElement, so all I need is set some url to the MediaElement's Source property. I've