indiecastfm / react-native-audio-streamer

A react-native audio streaming module which works on both iOS & Android
MIT License
132 stars 50 forks source link

Change iOS Audio Provider to StreamingKit #10

Open dcvz opened 7 years ago

dcvz commented 7 years ago

In my opinion the library is more complete, lightweight, performant. Documentation for the library is also very nicely done and the code is easy to follow.

The library is StreamingKit

victor36max commented 7 years ago

Thanks for creating the the PR. We are using DOUAudioStreamer so that we would be able to do local media caching in the future (It got a cachedPath property and we could make use of it). Are StreamingKit capable to do media caching?