StreetVoice / HysteriaPlayer

Objective-C audio player, sitting on top of AVPlayer
Other
583 stars 99 forks source link

fetch downloaded data #108

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello, I was using swift version of hysteria player and as it download the audio from url. I wanted to use that downloaded audio so that users connection can be saved.

Please let me know how can I get NSData after the hysteria get the data from the url.

Thanks