Skip to content Skip to sidebar Skip to footer

Getting A 404 Page For The Stream_url. All Permissions Are Set

Getting the track data with GET yields the normal results. But, the stream URL (with appended client-id) doesn't work. Here are the important ones: public

Solution 1:

I've found the issue in my particular case. Our client had some arrangement with Soundcloud that fell outside of the norm, and they had disabled streams but the API still reported the sound as available. After some help from our client we were able to get proper streams... Sorry for a non-technical solution!

Solution 2:

For those coming here for an answer to this problem, it is a known bug when a song reports streamable: true yet results in a blank white page in browser when trying to stream. The bug is in the streamable boolean being false.

Email response from SoundCloud on this issue:

The developers have let me know that the problems you are having is due to issues with RTMP.

Currently certain content on SoundCloud is using a secure streaming method called RTMP.

To explain RTMP, even if a track is set to public and streamable by the artist, if the artist is under a major label, this label can further control those streaming permissions. So, it looks like it should stream correctly, however it doesn't.

This particular bug that you have highlighted is more complicated than originally thought, and as only a handful of tracks are affected we unfortunately don't have the resources to dedicate a team entirely to this project as of right now.

So unfortunately you'll just have to deal with/work around this issue.

Solution 3:

You need to add ?client_id=YourClientID to the url when you're requesting the stream.

Post a Comment for "Getting A 404 Page For The Stream_url. All Permissions Are Set"