Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

performance issue on android. #164

Open
rnmhdn opened this issue Dec 20, 2019 · 0 comments
Open

performance issue on android. #164

rnmhdn opened this issue Dec 20, 2019 · 0 comments

Comments

@rnmhdn
Copy link

rnmhdn commented Dec 20, 2019

Here is my video URL:
with this plugin it takes 8-10 seconds to start the playback, with exoplayer it takes 2-3 seconds. I'm using the plugins like this in nativescript-vue:

      <VideoPlayer
        height="300"
        ref="player"
        :src="video.src"
        autoplay="true"
        controls="false"
      />
      <exoplayer
        :src="video.src"
        autoplay="true"
        controls="false"
        height="300"
        @finished="done"
      />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant