- pod
pod 'StreamingKit', :podspec => 'Dylib/StreamingKit.podspec.json'
- Play an MP3 over HTTP
STKAudioPlayer* audioPlayer = [[STKAudioPlayer alloc] init]; [audioPlayer play:@"http://www.abstractpath.com/files/audiosamples/sample.mp3"];
?
本文摘自 :https://blog.51cto.com/i