butterproject / butter-android

All the cool technical bits of what used to be Popcorn Time for Android
Other
315 stars 367 forks source link

Allow media providers to reuse existing JS providers #159

Open blazsolar opened 7 years ago

blazsolar commented 7 years ago

As mentioned in #8 we should add possibility to reuse JS media providers in android app. This will probably not be as preferment as native implementations but would be convenient and allow someone that is not familiar with android development to provide android version easily alongside desktop version.

Writing native providers should still be the base for the app since performance of JS providers is questionable.

se-bastiaan commented 7 years ago

This would most likely help: https://github.com/LiquidPlayer/LiquidCore Works pretty well.