You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using parameter videoMode = “app” in the “devices” section of the config.json file (ios_remote_provider), if there is an alert being displayed on device when I start the provider, the alert is recognized and the provider tries to click on 'OK' button, however the click does not occur and the provider gets froze.
This is the alert
This is the log
devices at config.json
alerts messages configuration at default.json
Analyzing the code, I noticed that it is stopping at this line, in function StartBroadcastStream
Hello,
When using parameter videoMode = “app” in the “devices” section of the config.json file (ios_remote_provider), if there is an alert being displayed on device when I start the provider, the alert is recognized and the provider tries to click on 'OK' button, however the click does not occur and the provider gets froze.
This is the alert
This is the log
devices at config.json
alerts messages configuration at default.json
Analyzing the code, I noticed that it is stopping at this line, in function StartBroadcastStream
https://github.com/nanoscopic/ios_remote_provider/blob/8fe86caf15dcdc96cf7bf8f7446cd6344680fcba/cfa.go#L809
The text was updated successfully, but these errors were encountered: