-
Notifications
You must be signed in to change notification settings - Fork 470
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
Video input device which was active is no longer available, stopping video #2999
Comments
This was an iOS issue that was fixed in iOS 18. For this reason we do not plan on attempting to mitigate this for iOS 17. Please reopen if it is still an issue on iOS 18. |
This is still an issue on IOS 18. |
I already sent the logs to the AWS Support, let me know if you got it. If not, let me know where else I can send it privately, so I don't send it here. |
Got it, I should have access to those eventually. They were iOS 18 logs correct? With the verbose browser logs? It should have a lot more then logs from just the SDK. |
They were IOS 17 logs from the logrocket, I don't know if you heard of this app. Will it contain verbose browser logs? If not, could you please send instructions on how to get them ? |
My bad, I thought you were viewing the logs in Safari desktop app already. You can connect your phone to a MacOS device and get logs by following the steps in this blog: https://www.lifewire.com/activate-the-debug-console-in-safari-445798 . I usually have luck if all devices involved are updated to latest version. After you have those logs working, navigate to the safari console tab in the image i sent and enable verbose logging for those other 3 settings. |
Thank you, but that seems like a lot to ask from a customer to be honest, would the logs that I sent to AWS support be enough? Let me know once you get them please |
If you have a MacOS device it takes around 2 minutes to set up. The browser logs will not likely have enough information, since I will likely need to cut a ticket to apple. I can see if our QA team can reproduce but it may delay mitigation. |
I will check if we can get that information, but hope that those logs might be useful! |
Hi! Do you have any update on this issue ? |
We are still looking at this internally. |
Hi! @hensmi-amazon I'm a bit confused with instructions. It says how to connect IOS device to Mac, and your picture shows how to enable verbose logs, but where to actually export them ? |
You can hold off on that for now, I think with the Javascript console logs we have a hypothesis on a possible race condition. Note that if this change went it it would be released mid December. Regarding the instructions: Safari will add the browser internal logs to the console logs. There are instructions on export here: https://stackoverflow.com/questions/15507059/save-safari-javascript-console-to-file |
Got it, thank you! So you don't need other logs for now, correct ? |
No logs for now, thank you! |
Got it! Is this the new feature of Ipads that have Ultra Wide camera and Front Facing camera causing the main issue ? |
Not sure yet |
Hi @hensmi-amazon ! Is there any update on this ? |
Maybe the internal ticket got lost. But the last thing the other engineer requested was to try to enable the verbose logs as indicated above. They also asked:
|
@hensmi-amazon I thought you said no need for logs some time ago, so I was waiting. Yes, it happens when they start the video. |
The other engineer had a theory on the issue, but it turned out they still needed further logs, unfortunately it seems like the support engineer did not forward the request :/. |
Is there any way to get those logs without user ? We have logs in logrocket, is that not enough ? I will see how we can get more logs. |
That error happens during initialization of the video |
@hensmi-amazon we got the logs, where I can send them, don't think it's a good idea to send them here. Also, one person checked it just now, and it worked fine, was there something released ? |
There wasn't anything released that addressed this - if you can reproduce it, please create a support ticket with AWS Support and paste the logs in the ticket. |
I passed the logs with webRTC enabled to AWS support team as requested by @hensmi-amazon , hopefully you receive them soon! Please update me on anything that needs as well as any news regarding this issue. |
Hello @michhyun1 , @hensmi-amazon , did you get the logs that I sent to AWS chime support ? |
Hello again, just want to say sorry for the delay. Holidays and internal/external tracking were a tough combination. Thank you for the logs. First, can you provide a code snippet for how you are calling |
Hi ! No problem, understand. Again, this works for all browsers and devices, except the iPad one, we are checking if issues is resolved, since I found the following on github: #1059 and it says: In iPad devices running iOS 17, the local camera may go blank. This is fixed in iOS 18. Am I understanding this correctly ? We use it :
|
That was what i was initially thinking, but you mentioned that this still reproduced in iOS 18 so it must be a different issue. Can you provide the snippet that includes the call to |
I will double check for IOS 18, but did you receive the logs, were they helpful?
yes after |
Do you mean that the code is
? I'm asking because i see the following in the logs
The logs that start with ** are from |
Hi, now it's a bit different, we had a person with Ipad IOS 18 version. Here is what we found: I joined as the therapist (on computer) first and then as the client (on iPad). When I was in the preview before entering the call, all the camera options on iPad were working fine, but once the therapist admitted the client, now the camera is not working anymore. Once the therapist left the session, the camera on ipad works again . What could be happening ? It seems like Safari is handling things differently ? |
Can you provide a meeting ID and console logs again? The full logs, not just a snippet :). You can post here or the support ticket but i will see it much faster here. |
What happened and what did you expect to happen?
Users on iPad (10th Gen) have Front Ultra Wide Camera as selected camera, then user is then attempting to change to the standard Front Camera. Upon selecting the Front Camera, the camera will work for a moment before cutting out with their video/camera feed then going black.
Here are the errors we get in the logs:
Video input device which was active is no longer available, stopping video.
cannot bind video preview since video input device has not been chosen
could not acquire video input from current device
Issue seems be specifically to Ipads, is this known issue ? Is there a way to overcome that ?
Thank you for response.
Have you reviewed our existing documentation?
Reproduction steps
N/A
Amazon Chime SDK for JavaScript version
3.23.0
What browsers are you seeing the problem on?
Safari (Ipad 10th)
Browser version
safari 17 (17.7.0)
Meeting and Attendee ID Information.
No response
Browser console logs
Video input device which was active is no longer available, stopping video.
cannot bind video preview since video input device has not been chosen
could not acquire video input from current device
Issue seems be specifically to Ipads, is this known issue ? Is there a way to overcome that ?
The text was updated successfully, but these errors were encountered: