Tagged Questions
0
votes
1answer
130 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 ...
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
346 views
Use Soundmanager2 to play Soundcloud stream_url
I have a rails app in which I am trying to allow users to submit a link to a song on Soundcloud and make the song available for them to stream on my app using a custom Soundmanager2 player.
I can ...
0
votes
0answers
142 views
Setting up radio streaming feature with Soundcloud recordings according to timed schedule
A client of mine runs a music curating website that uses Soundcloud to store recordings.
He now wants to set up a radio feature on the site that continuously plays these recordings. These should ...
0
votes
1answer
508 views
trying to stream music using soundcloud sdk
hi guys am new to java script..
I am trying to stream a sound track in soundcloud using their java script SDK but my code is not working please let me know how to make this work. Below is my code
...
2
votes
1answer
442 views
How to create an audio streaming site in the style of Lynda or other video-training sites?
I would like to make a streaming store like Lynda.com, Udemy.com, or other video-training websites - where the customer can buy and/or subscribe to my digital library, but the customer can only stream ...
0
votes
1answer
356 views
AudioQueueDispose crashes in IOS 6, works fine in IOS 5
I'm streaming music from SoundCloud, using their streaming APIs, which in turn uses Apple's AudioToolbox framework. You can find the git repository here.
The app was streaming fine using ios 5 and ...
0
votes
1answer
136 views
Sound Cloud Custom Player not playing
I'm trying to setup an example Sound Cloud player by following the directions here. I end up with an index.html page that looks like this:
<!DOCTYPE HTML>
<html>
<head>
...
0
votes
1answer
146 views
Soundcloud Live Comment Stream
I am working on an app and would like to display all the comments for a given Soundcloud track in real time. We have created a custom html5 audio player and it is not the format of the standard ...
4
votes
2answers
1k views
Open stream_url of a Soundcloud Track via Client-Side XHR?
Since you can call the the Soundcloud API via XHR
(because of the CORS headers it sends http://backstage.soundcloud.com/2010/08/of-cors-we-do/, right?)
I was wondering if this was possible with the ...
1
vote
1answer
231 views
Soundcloud Streaming on Safari Mobile
I tried to use this snippet from the Soundcloud API:
<script src="http://connect.soundcloud.com/sdk.js">
<script>
SC.initialize({
client_id: 'YOUR_CLIENT_ID'
});
# stream track id 293
...
0
votes
1answer
1k views
how can i play soundcloud streams on android?
i'm using the code in the documentation of the MediaPlayer;
String url = "http://........"; // your URL here
MediaPlayer mediaPlayer = new MediaPlayer();
...
1
vote
1answer
374 views
Audio hosting platform / Server-side software
I'm looking for somewhat for audio which is like Kewego or Dailymotion Cloud to video.
I'm looking for a good service to:
Encode user-uploaded audio files in predefined qualities
Stream it on ...
1
vote
1answer
577 views
Custom music player using youtube, sound cloud, and mp3 streaming
Any ideas on how to create a custom player that would stream a list of youtube videos along with soundcloud, and MP3 similar to the one on fizy.com
I know that this might seem like quite a general ...