-
Notifications
You must be signed in to change notification settings - Fork 822
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
Comments
Sounds Great. Please make sure it's in a way that it does not violate YouTube terms. |
Great! What technique will you be using to implement this? Can you share some details about how it will work? |
Sorry but it did not work intended, was intending to draw the player on canvas and export the texture to flutter. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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.
The text was updated successfully, but these errors were encountered: