Nedim Cholich
Nedim Cholich
If anyone has time to work on this and submit a pull request that would be awesome, otherwise it's probably not gonna happen.
Version of exoplayer has been upgraded to 2.9.6 recently to help with upgrade to the latest android and cordova versions. This version of the plugin works with: cordova: 11.0.0 (latest)...
For posterity, install the plugin from git not npm. If I get some time I'll release latest version to npm but there are no guarantees.
If you have a fix please submit a pull request.
Yes that would be nice. My streams are all single language so I didn't have the need for it so far. There are two parts to this: 1. Getting info...
Finding these streams is not an issue, it's finding time to implement this. ExoPlayer demo app has the functionality you're talking about, but this plugin is not a demo app....
If anyone has time to work on this and submit a pull request that would be awesome, otherwise it's probably not gonna happen.
Location of images must be proper URIs. So try putting file: in front, for example: 'exo_rew': 'file://../assets/icon/rew.png' I'm still not sure this exact string will work, but this is the...
If you're looking for help you should provide more details. If I understand you correctly, your app works exactly as it should, when you start the stream, Cordova UI is...
Whether something should or should not happen is up for a debate ;-) It sounds like you're not handling those clicks properly. What you need is keyboard events handler in...