calm / PersistentStreamPlayer

Stream audio over http, and persist the data to a local file while buffering
MIT License
133 stars 29 forks source link

crashes if device runs out of space while streaming to disk #5

Open tsheaff opened 7 years ago

tsheaff commented 7 years ago

@tsheaff commented on Wed Oct 26 2016

screen shot 2017-03-13 at 5 23 17 pm

Should wrap writeData: in a try-catch. Any better means of handling the catch than by simply swallowing?