-
-
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
Allow setting video.srcObject (should fix issues such as #262) #270
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, but I need to test it before merging.
@ggozad That has nothing to do with this AFAICT. See the FAQ https://github.com/BasqueVoIPMafia/cordova-plugin-iosrtc/blob/master/FAQ.md for how to remove the play button. |
@saghul You misunderstand. The issue is not the play button, the issue is the video does not render. |
@ggozad I cannot reproduce the problem. Unless there is a way for me to reproduce it there is nothing I can do to fix it. 🤷♂️ |
@saghul not being able to reproduce a bug does not mean it does not exist. You are far more familiar with the codebase than I am, could you suggest what kind of test you would like to see? Would it be helpful to make an example app with the bug? |
I don't mean to sound smug, but video rendering is one of the primary goals of this plugin. It's the main thing I test before making a release, and we just made one, so I tested my existing app (since we had made significant changes to the plugin, for Swift 3 support) and it continues to work as expected.
Definitely. |
I was also seeing something like #262 - PR worked great in my tests 👍 |
@uunp do you mean that this PR works fine? To be clear: this PR enables |
@ibc Correct, this PR works fine in my tests when using |
Nice to know. I will merge it so users can use the master branch (while waiting after holidays for @saghul to release a new NPM version). |
@ibc Sorry, forgot about this - I did have to run |
It may work (or not, since I don't have an iOS device to check it).