-
-
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
black remote video on using twilio #541
Comments
@sboudouk can you try 6.0.11 just curious. |
I will not release 6.0.13 until this is solved for information :) |
I will give it a shot then give you feedback there. Thanks for your work. |
Last 6.0.13 issue. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks for pointing that out, wanted to provide more info as it's related to the Twilio setup and remote video. |
If any Twillio user can assist and update the sample to help debug iosRTC with Twillio. You can make a PR on Sample repository. |
Ok then, there are my results: Local Participant: iPhone 11 iOS 13.4.1 6.11: Same results as 6.11. Local Video: Local Camera successfully displayed and sent to remote. Displayed successfully on remote device. Here is a screenshot of console logs in First object is an instance of: RemoteTrack , and the second one is an instance of RemoteTrackPublication. Same results as c04df62. I hope it will be helpful. Thanks for your work, feel free to ask precisions. |
can you try this ones @sboudouk Example:
|
Local Participant: iPhone 11 iOS 13.4.1 LocalParticipant: LocalVideoTrack is displayeds successfully. Remote video track is black. Exact same results as b632a98. Also exact same results as b632a98. Interesting fact, switching to Cordova 6.1 makes also aee2b39 act like the others (remoteParticipant is a blackscreen on iPhone.) , while on Cordova 5.1.1, on first connection, everything works fine, but once remoteParticipant unpublish his video, and publish it again, it becomes black. |
Hi, This doesn't seem to be affecting only twilio, observing same behaviour (remote video only black) with Janus. I am able to receive remote audio. It works fully with plugin version 6.0.7. Here is my config that causes the issue: |
Thank you, we need to find what changes introduce the issue. It almost look like a he issue is in 6.0.12 but not 6.0.11. |
I will investigate Monday. We need to fix that to release 6.0.13 |
|
Last bug for 6.0.13 |
Master tested succesfully with twilio 2.4.0 |
Please read first!
Please use Public Google Group (mailing list) for general technical discussions and questions.
extra/renderer-and-libwebrtc-tests.js
file).Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed, removing this checkbox will result in automatic closed issue.
Versions affected
Description
Black video on remote participant unless using aee2b39
aee2b39b2ccebd3dc01019d7c8ebdf2bd4c90600.diff.txt
Steps to reproduce
Use sample Cordova twilio app.
Expected results
See remote participant video using master
Actual results
Black video on remote participant
The text was updated successfully, but these errors were encountered: