Tuesday, May 27, 2014

iOS AudioStreamer implementation

There is an open source free license git hub project which allows the streaming files to be played.

This inputs the streaming URL and plays the media from the given location. the main intention for this attempt is to control the player via the lock screen media controls which are called iPod controls.

Initially thought of using the AVPlayer and doing the below is not really solving the issue of getting the events to the application when the lock screen media controls are invoked.

https://github.com/DigitalDJ/AudioStreamer

No comments:

Post a Comment