PersistentStreamPlayer icon indicating copy to clipboard operation
PersistentStreamPlayer copied to clipboard

Stream audio over http, and persist the data to a local file while buffering

Results 6 PersistentStreamPlayer issues
Sort by recently updated
recently updated
newest added

Hey there, I've build in the PersistentStreamPlayer and works as expected! However, I'm facing some issues when the iPhone locked, or when unlocking the iPhone. When unlocking the Screen, the...

Thanks for your work. i've tried to get this to work with radio streams which are endless stream , but it did not work ``` override func viewDidLoad() { super.viewDidLoad()...

can we store stream video using this library

Expose redonly AVPlayer property to have an ability to create custom AVPlayerlayer instances in UI layer added 'muted' proxy property

@tsheaff commented on [Wed Oct 26 2016](https://github.com/calm/ios/issues/1740) ![screen shot 2017-03-13 at 5 23 17 pm](https://cloud.githubusercontent.com/assets/1238684/23880582/c8056688-0811-11e7-8ec8-98737e1806ad.png) Should wrap `writeData:` in a try-catch. Any better means of handling the catch than by...

I'm not aware of good documentation on what order the bits will stream to `resourceLoader:shouldWaitForLoadingOfRequestedResource:` I left a comment in the code about this [here](https://github.com/calm/PersistentStreamPlayer/blob/master/PersistentStreamPlayer.h#L37) So right now I believe...