frontyard / cordova-plugin-exoplayer

Media player plugin for Cordova that uses Google's ExoPlayer
MIT License
54 stars 69 forks source link

Is version 2.5.4 working on cordova android 8 ? #83

Closed samsoft08 closed 2 years ago

samsoft08 commented 4 years ago

I'm trying to run the plugin on cordova android 8 , but I'm facing many issues.. is it possible to do it ?

mkalyon commented 4 years ago

Hi friends, I have added exoplayer 2.11.3 to cordova android 8.1.0. New features -showtoast -show/select video/audio/subtitle tracks -clock And etc... I will share it when complete new plugin. There are some issues. But I can solve them with adding manuel properties. Thanks @frontyard for this plugin.

samsoft08 commented 4 years ago

can this player controlled by android TV box remote control ?

mkalyon commented 4 years ago

can this player controlled by android TV box remote control ?

This question is not about your issue title. Please read readme file , you can find annswer succescallback function.

samsoft08 commented 4 years ago

thanks

frontyard commented 4 years ago

@mkalyon Any chance you can submit a pull request with your changes?

mkalyon commented 4 years ago

@mkalyon Any chance you can submit a pull request with your changes?

I dont complete it yet. If you want , I can send it with my changes.. But I dont know how to share it only with you in github.

mkalyon commented 4 years ago

@mkalyon Any chance you can submit a pull request with your changes?

I dont complete it yet. If you want , I can send it with my changes.. But I dont know how to share it only with you in github.

Ok I can find it. I wil share it for only you

mkalyon commented 4 years ago

@frontyard I have added you, you can see it.

jacksun101 commented 4 years ago

@mkalyon Any update on this? I am working on a cordova project and need this. Or maybe I can help with some guidances.

mkalyon commented 4 years ago

@mkalyon Any update on this? I am working on a cordova project and need this. Or maybe I can help with some guidances.

Hi It is ready for usage. Now my users test it. I will share new plugin with new features.

jacksun101 commented 4 years ago

@mkalyon I'm glad to hear this good news. Is there release schedule that I can be looking forward to trying the new plugin? Does it support DRM video download and play-offline?

itziksha commented 4 years ago

Great... I tried to use the current plugin and made changes, I managed to play something but after few minutes the app crashes with exception.

I'm waiting too :)

frontyard commented 4 years ago

@itziks00 if you post your exception people might be able to help. This plugin has been running in production for years without any issues, so I'm gonna guess it's your app.

rcasunshare commented 4 years ago

Why is there no update for this plugin? The latest version of ExoPlayer 2.11.7

frontyard commented 4 years ago

Mainly because for the author of this plugin (yours truly) it's working and it's is stable. It will have to happen at some point and will most likely involve upgrading of cordova as well which breaks existing projects in major ways and requires significant amount of development and testing.

frontyard commented 4 years ago

Having said that, any pull requests that solve issues for people (including upgrades to underlaying frameworks) are more than welcome.

rcasunshare commented 4 years ago

Having said that, any pull requests that solve issues for people (including upgrades to underlaying frameworks) are more than welcome.

Does this plugin work with the latest version ExoPlayer 2.11.7? If it does not work then this plugin is obsolete.

frontyard commented 4 years ago

lol no it's not obsolete, how did you figure that out? Projects are rarely on last versions of their dependencies. Upgrading dependencies 1) takes time and effort and 2) you need a good reason for doing so.

So what in 2.11.7 is essential for this project to move to it? And if you really really need it, do an upgrade and submit a pull request. This is an open source project that depends on people volunteering their time to work on it.

mkalyon commented 4 years ago

This plugin is already used in a lot of applications. It is not obsolete. Thank you again @frontyard for this plugin and your time.

mkalyon commented 4 years ago

Hi, mkExoPlayer plugin ready for test with ExoPlayer 2.11.8 https://github.com/mkalyon/cordova-plugin-mkExoplayer

Please read README.md for usage