PersistentStreamPlayer
PersistentStreamPlayer copied to clipboard
Stream audio over http, and persist the data to a local file while buffering
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()...
Stream Video
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)  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...