SoundCloud is a social audio storage service and community. Their api allows for deep mashups, allowing access to nearly all track meta data, and provides streaming and downloads in various formats.
0
votes
1answer
33 views
401 Error on Stream even though API says share is public and accepted
So I have been chatting with my developer and we have noticed a problem with the API. Check out this song:
http://api.soundcloud.com/tracks/61858057?client_id=[MYCLIENTID]
My developer said to say ...
1
vote
1answer
165 views
iFrame links doesn't work
I've created a Ruby on Rails app which is located at heroku, you can check it here "http://soundcloud-dj-contest.herokuapp.com/"
App is working perfectly and I've placed it inside the iFrame on ...
1
vote
2answers
246 views
How to add SoundCloud files to jPlayer?
Right now I have a website that uses jPlayer to stream mp3s on. I also want to be able to add the functionality of letting SoundCloud stream directly on the player.
I know this is possible, because ...
2
votes
0answers
111 views
How can I get the secret link for a track posted to Soundcloud in Python?
I'm developing a simple app using Python where I can post tracks to my own Soundcloud account. I would like to get the 'Secret link' URL for a track that I post. For example, I get the most recent ...
3
votes
1answer
155 views
How can I access SoundCloud-Stream URLs in Python?
Some time ago I wrote a little tool for a friend of mine. I retrieved all stream-links (like this) from a soundlist and downloaded all those with a small python script.
Since begin of March, ...
0
votes
0answers
56 views
Soundcloud upload in background
Our ios app lets users upload remixes to Soundcloud. We use the SC API, all works fine. But, when we hit 'Upload and Share', we cannot seem to do anything till the upload finishes. is there a way to ...
-1
votes
1answer
88 views
0
votes
1answer
129 views
Soundcloud custom player not playing on mobile safari after user event
This is a possible duplicate of this question, but I need an example of how to make it work. The following works in desktop browsers, but doesn't in mobile safari (I'm testing in iOS 6.1.2).
I've ...
0
votes
1answer
72 views
SoundCloud API - Get my tracks by Release Number
Can I query my tracks and get right to the one with a particular release number?
Or do I have to get all my tracks then filter through them with something like for each
I know how to do the latter ...
0
votes
2answers
57 views
playback in reverse chronological order
Soundcloud is incredible. Compared to all other music-oriented sites, as a computer science major and a die-hard music fan, I can assuredly say Soundcloud is a beautiful creation, in terms of both ...
0
votes
1answer
113 views
Soundcloud Flash Widget, trying to play next song on page
I'm creating a personal blog with my friend where we are uploading our favorite songs via soundcloud and want songs to play one after another.
This is the general idea of what each song will be ...
0
votes
1answer
56 views
Dates in Soundcloud - API
Another question about using the API with Soundcloud (I'm using PHP).
I'll be uploading a large collection of sounds, some of which were recorded back in 1994 or so. I'd like to be able to use the ...
0
votes
1answer
239 views
Soundcloud custom player not playing in Firefox
I have installed soundcloud's custom HTML 5 player from github onto my site for testing purposes. I have noticed this player does not work in the firefox browser. I am getting the following error
...
1
vote
1answer
106 views
Retrieve Soundcloud search results and embed results
With Soundcloud, I've been looking at the API, but I'm not quite sure of the best way to do what I want.
I'm building a site which I'll use to host a number of sound files on Soundcloud. I'd like to ...
3
votes
1answer
71 views
Soundcloud API 401 error when resolving song/user url
Whenever I try to resolve a url to get an id for a song, it returns a 401 error. My client works fine for other operations (GET: /me, POST: /me/followings/[id]). Here's the code I'm using with the ...
0
votes
1answer
242 views
How to loop through SoundCloud track list using SoundCloud API returned Array
I am working with the SoundCloud API to try and get the number of times a users tracks have been played. This will be the total amount played for all tracks combined.
I can get a returned array from ...
0
votes
1answer
38 views
music rich snippet - soundcloud or other
Is there a way to code the soundcloud embedded player (flash) with rich snippets so the player displays in search results? Failing this is there a decent tutorial somewhere for this purpose with just ...
0
votes
1answer
79 views
Is there a maximum number of player widgets that can be added to a web page?
I'm working on a project to add Soundcloud player widgets to a page based on search results (see this question). I'm able to successfully add the players, but if I add more than 3 to the page, ...
0
votes
1answer
143 views
“Cannot call method 'oEmbed' of null” when embedding Soundcloud player in dynamically generated Div
Using the Soundcloud JavaScript API, I want to dynamically generate a page of player widgets using track search results. My code is as follows:
<html>
<head>
<script ...
0
votes
2answers
69 views
“Uncaught ReferenceError” when using Soundcloud API
I'm trying to use Javascript to search for tracks on Soundcloud using the site's API. I have created a page test.html with the following code (client ID removed):
<html>
<head>
...
-3
votes
2answers
151 views
How to Play music in my ios application from a link ( soundcloud ) [closed]
The below is the link where I uploaded my song file "https://soundcloud.com/smkumar84/summa". From here I need to play the music in my iphone application.
How can I do it in my iphone app?
1
vote
1answer
67 views
Searching by licence on soundcoud returns 503 error
When I try to replicate the search by licence, as described here
http://developers.soundcloud.com/docs#search
with this code
<script src="http://connect.soundcloud.com/sdk.js"></script>
...
0
votes
2answers
104 views
How to display playback_count for a user using the SoundCloud API
I am trying to display the total track views ("playback_count") for a specific SoundCloud user using the SoundCloud API.
According to the API documentation I get the info using the below function ...
0
votes
2answers
84 views
Using soundcloud as an audio file serve
I would like to store samples for my iPhone application on soundcloud. This would enable me to package a small binary and have the users download the sounds after installation.
I would make all of ...
1
vote
1answer
72 views
Ruby Soundcloud Gem: Cannot Test Uploaded File
Haven't seen much on testing for the soundcloud gem. Most everything has been splendid - however I found that uploading files to SoundCloud through my specs is a bit tricky.
Here's the problem:
...
0
votes
0answers
50 views
Controlling Content inside PHP HTML Loop
So I am trying to make Universal next() and prev() buttons using soundcloud API. The thing is the Iframes are retrieved from my database and generated using a Loop and the only way ive been able to ...
0
votes
1answer
90 views
Receiving Stream from soundcloud in different file formats
At the moment I am using url to generate src="" for an audio tag which looks like:
<audio src="http://api.soundcloud.com/tracks/81827374/stream?client_id=my_id" controls>
</audio>
...
2
votes
1answer
137 views
Soundcloud Redirects Https -> Http
I have a page using the SoundCloud js sdk to stream audio. The initialization looks like this:
SC.initialize({
client_id: myId,
redirect_uri: "https://" + window.location.host + ...
1
vote
1answer
119 views
Migrating from OAuth1 to OAuth2
We have an existing application on SoundCloud that was created some time ago and set up to use OAuth1. Recently we needed to expand SoundCloud-related functionality and, because of some problems with ...
1
vote
1answer
96 views
Soundmanager 2 events won't fire/trigger
The soundmanager 2 events won't fire. Here is a snippet where the console.logs don't fire at all, therefore any of the different events aren't being triggered when they should.
soundManager.setup({
...
0
votes
1answer
98 views
SoundCloud Group Playlist Player Iframe
any suggestions on an iframe for a soundcloud player that shows a playlist from a soundcloud group to go in a wordpress page - i.e., http://soundcloud.com/groups/buddhatunes
2
votes
2answers
377 views
jQuery <audio> Plugin Doesn't work in Firefox and Opera
I was working with a plugin for custom <audio> player and everything was fine. I was working in Safari browser on Mac OSX 10.8.2 , Once I decided to test project in other browsers things got ...
0
votes
1answer
138 views
Changing masking colour around waveform on custom Soundcloud player
before I start I'm not a developer, so apologies in advance for any potentially daft questions. Our developer has just integrated a custom soundcloud player for our website ...
0
votes
1answer
85 views
Soundcloud API doesn't explicitly support pagination with json
Specific example I was working with:
http://api.soundcloud.com/users/dubstep/tracks.json?client_id=YOUR_CLIENT_ID
You'll get their first 50 tracks, but there is not next-href object like what you ...
0
votes
0answers
53 views
Custom Player not streaming external link / purchase url — PROOF
http://ragetracks.com/soundcloudtest.html
As you can see the sounds with external url (i think purchase-url?) don't work with custom player. The last track that doesn't have an external link works. ...
0
votes
1answer
306 views
HTML5 custom player not working with Soundcloud api uri
I am using a jQuery plugin which turns simple <audio></audio> into a set of different elements which are than controlled by javascript, basically creates a custom html5 player.
You can ...
0
votes
1answer
87 views
Getting access to JSON Array elements
So .getsounds returns a list of objects which are tracks in a music playlist and each track has a song "title" element field that I want to gain access to and print on screen. How do I run through the ...
0
votes
1answer
166 views
How to get SoundCloud iframe API working on iPhone?
I'm trying to get the SoundCloud iframe API up and running on an iPhone, but I'm running into issues with getting it to play. I've prepared a JSFiddle to demonstrate this: ...
2
votes
0answers
78 views
Soundcloud api: Geo Tag search not working
Geo search tags appear not to be working. I have an app that has been running for months with no changes. It broke recently and upon troubleshooting I found that geo tag search, both specific and ...
0
votes
2answers
83 views
SoundCloud JS SDK - SC.get is not working at all on IE9
I'm trying to fetch information about a track like so:
SC.get('/tracks/15158492', {limit: 1}, function(track) { console.log(track); });
Which works great on all real web browsers, but Internet ...
0
votes
0answers
29 views
soundcloud oauth2 redirect weirdness
When the redirect happens I also see the *access_token* as a parameter in the anchor.
I didn't even ask for an access_token just yet because I don't have the code or I am missing something?
...
2
votes
2answers
172 views
Tracks for “The Hives” are not streaming via the api
Tracks for "The Hives" claims to be streamable, but are returning 404s.
Here's the JSON response for Civilization's Dying id 3644317 (http://api.soundcloud.com/tracks/3644317.json?client_id=):
{
...
0
votes
2answers
431 views
How to use Soundcloud api to get stream into html5 audio player?
I've just started learning javascript and as my first attempt I'd like to create custom audio player which uses soundcloud's api as a source for music.
So far this is what I got set up:
<!DOCTYPE ...
0
votes
0answers
118 views
Soundcloud API SC.stream (track not loading)
I'm streaming music from the soundcloud API, and sometimes when I call SC.stream the track does not stream and I get the error:
"GET ...
1
vote
0answers
70 views
Sound Cloud javascript API Stop() method not working
I'm trying to toggle start and stop a Sound Cloud stream with the following code. The play() method is working as wall as the conditional logic. But the stop() method is not. Can anyone explain what ...
0
votes
1answer
173 views
Possible? Record play counts for embedded YouTube videos
I have a webapp that allows users to post videos. I was wondering if it would be possible to record the play counts so that each time someone clicks the play button a counter adds +1.
I'm currently ...
0
votes
1answer
216 views
How to pause streaming in soundcloud javascript api
I would like to allow a sound file to play and pause. The documentation shows how to play a streaming file:
$("#stream").live("click", function(){
...
0
votes
0answers
107 views
How to embed soundcloud player in flash based site, flash CS3, actionscript 2.0?
I'm looking for actionscript 2.0 code which will embed soundcloud player in my flash based website. I managed to embed youtube video and this works well. Here's the code I used:
...
-1
votes
3answers
437 views
Video on popup page still playing even when I close the popup layer
I have a popup layer on my website that show the latest news on it. Now I want to embed a YouTube video on it, that plays once the user open the website. And I would like it to stop playing after the ...
0
votes
1answer
78 views
Compress audio upload to soundcloud
Our ios app records to wav, then that can be uploaded to Soundcloud. As recordings can be 5mins, thats 50 meg, so upload is slow. is there any Obj C code for ios that compresses eg to AAC or IM4 which ...

