我们希望使用 Soundcloud 在 Android 和 iOS 应用程序中传输简短的声音片段。
我们是否应该只在 URL 中添加
/stream
或者我们如何知道 id 以及流媒体 URL?
声音示例: http://soundcloud.com/sebastian-kurt/audio-recording-on-friday/ 如何找到直播网址?
我建议您阅读 SoundCloud API 文档,特别是 http://developers.soundcloud.com/docs/api/reference#tracks
API 调用 /tracks 的响应会为您提供该曲目的
streamable
和 stream_url
。