nativescript-exoplayer icon indicating copy to clipboard operation
nativescript-exoplayer copied to clipboard

Please use: https://github.com/nstudio/nativescript-plugins/

Results 16 nativescript-exoplayer issues
Sort by recently updated
recently updated
newest added

Has anyone tried livestream with nativescript-exoplayer ? Any example or demo with nativescript angular would be nice to share around. srcType - (Android Only) 0 = DETECT (from src) 1...

question

Is it possible to add some error event? This would be realy helpful

enhancement

When the user has connection problems I get this in the console: ``` PlayerError com.google.android.exoplayer2.ExoPlaybackException: com.google.android.exoplayer2.upstream.HttpDataSource$HttpDataSourceException: Unable to connect to ... ``` I was wondering if it was possible to...

Hello please the exoplayer looses aspectFill after orientation changes .. So if I start out in portrait its in aspectFill but if it goes into landscape it changes ... So...

I have an exoplayer with the AspectFill attribute, and a width and heigth of 100%. But the video is distorted ![WhatsApp Image 2020-07-14 at 9 08 42 AM](https://user-images.githubusercontent.com/7539995/87429611-0bbce200-c5b2-11ea-913d-dcbda5e789d3.jpeg)

I have added exoplayer in listview it is working properly but loading only for first 5 items and hiding all instances after scrolling. I think exoplayer is not re-rendering after...

How can I call API method in vue? Can anyone give me some snippets for Vue? Thanks

When running on Android v27, I see this error. I'm using NativeScript v6 with project created from CLI with Angular. Implementation: ` import { registerElement } from "nativescript-angular/element-registry"; registerElement('exoplayer', ()...