Streaming audio to iphone (with options play/pause)?
Is there any third party frameworks for streaming audio form net开发者_如何学Cwork server/ web server? I need to implement audio streaming functionality in my new project
The framework StreamingKit from Thong Nguyen works very well for streaming audio https://github.com/tumtumtum/StreamingKit
It's not third party. You need to use Apple's HTTP Live Streaming framework if you want to be approved in the app store to stream over 3G.
精彩评论