tumtumtum / StreamingKit

A fast and extensible gapless AudioPlayer/AudioStreamer for OSX and iOS (iPhone, iPad)
Other
2.42k stars 523 forks source link

Could StreamingKit play with SoundCloud url #382

Closed gauuni closed 6 years ago

gauuni commented 6 years ago

Hi guys, I'm using this lib to play streaming url from Souncloud, it looks like https://api.soundcloud.com/tracks/344134966/stream?client_id=[CLIENT_ID].

I have tried but It cannot play. Others are fine.

Can anyone help me? Thanks a lot

Denages commented 6 years ago

Check transferred data with debugging proxy (e.g. Charles) to find out the issue.

gauuni commented 6 years ago

Xcode show log some handle SSL error

derpoliuk commented 6 years ago

@gauuni what exactly Xcode log shows? Can you past it here?

obrhoff commented 6 years ago

This should be fixed with https://github.com/tumtumtum/StreamingKit/pull/354

iDevelopper commented 6 years ago

Hi @derpoliuk , @docterd

Is it possible to merge this PR?

https://github.com/audionowdigital/StreamingKit/commit/79ee9bd1a951b9f08414f55a3503d167a57b2dce

Thanks

derpoliuk commented 6 years ago

@gauuni

This should be fixed with #354

Is your issue fixed?

derpoliuk commented 6 years ago

@iDevelopper

Is it possible to merge this PR?

audionowdigital/StreamingKit@79ee9bd

Yes, please create PR in this repo and add description there what is ice cast and where it is used (or just drop links to description).

iDevelopper commented 6 years ago

@derpoliuk , #179

gauuni commented 6 years ago

I have updated pod but it still got v0.1.29

gauuni commented 6 years ago

@docterd , @derpoliuk , I have checked. The problem is fixed. Thanks a lot. But I cannot update pod. I have to get the zip file

derpoliuk commented 6 years ago

@gauuni just pushed 0.1.30 tag to CocoaPods, please update.

I'm closing the issue.