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

Experiments on introducing newer approach #22

Closed
sarbagyastha opened this issue May 25, 2019 · 3 comments
Closed

Experiments on introducing newer approach #22

sarbagyastha opened this issue May 25, 2019 · 3 comments

Comments

@sarbagyastha
Copy link
Owner

sarbagyastha commented May 25, 2019

The current approach is based on playing videos on top of webview, which is using PlatformViews (Android & iOS). And PlatformViews are known to have issues and are resource hungry too. (See here and here).

Some of the issues in current approach:

I intend to address all these issues with a new approach. If I succeed with this new approach then:

  • Player will be lot more faster.
  • Will have more controls over the player.
  • Addresses all the issues listed above.
  • Will also support Android KitKat devices (API Level 19).

So, I will be working on this from today and won't be replying to newer issues in this repo until something is decided regarding the newer approach.

Thank you for love and support folks. ❤️
Your feedbacks will be appreciated.

@sumitgohil
Copy link

Sounds Great. Please make sure it's in a way that it does not violate YouTube terms.

@GeertJohan
Copy link

GeertJohan commented May 26, 2019

Great! What technique will you be using to implement this? Can you share some details about how it will work?

@sarbagyastha
Copy link
Owner Author

Sorry but it did not work intended, was intending to draw the player on canvas and export the texture to flutter.

@vinodlee vinodlee mentioned this issue Aug 25, 2019
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

3 participants