-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
videoEl.render is undefined #479
Comments
Assuming you attached the stream to the video this should works:
|
@hthetiot yup, I saw that example but it doesn't work for me =/ Get the following error:
|
@GProst I will recheck will keep you posted. |
@hthetiot I found the problem. Perhaps this is expected? But I wasn't aware |
@GProst Thank you, Yes that because the video tag was not rendered yet, you can subscribe to MediaElement events to make sure it's rendered. (example: loadedmetadata) Thank you for solving your own issue. |
@hthetiot thank you for your awesome work on this plugin! |
I want to capture video screenshot on a canvas, there is an example that says there is
videoEl.render.save
method which can be usedsource1: #116 (comment)
source2: #454 (comment)
Expected behavior
videoEl.render is present with 'save' method on it
Observerd behavior
videoEl.render is undefined
Steps to reproduce the problem
Just create an HTML video element after running
cordova.plugins.iosrtc.registerGlobals()
, it won't haverender
prop setPlatform information
The text was updated successfully, but these errors were encountered: