-
Notifications
You must be signed in to change notification settings - Fork 330
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
Can iOS be based on Windows? #263
Comments
Hi. |
Hello, thank you. Let me take a look at this article first. Also, I have a question - is there a reason why my iOS device is often not detected? |
Unable to find iOS devices when searching for devices in the device list, while there are no issues detecting Android devices. At the beginning, the iOS device was detectable but not anymore. Are there any other possible reasons for this? Could there be conflicts with other installed drivers? |
iOS support was always experimental. It has never been completed properly.
Since I don't use Windows, I never tried tidevice or anything from #195. I guess drivers conflict is possible, but I don't really know. |
Thank you very much. I was able to transfer and operate iOS device video streams by modifying the tidevice and enabling WDA. I have another question to ask: the video transmission through MJPEG is a bit jerky, is there any way to increase the frame rate? I found two configuration files that can be modified: "src\app\player\BasePlayer.ts" and "src\app\applDevice\client\WdaProxyClient.ts". Should I modify the frame rate in WdaProxyClient.ts or is there another file I should modify? |
You can set framerate, scaling factor and sreenshot quality from the UI (in three dots) ws-scrcpy/src/app/applDevice/toolbox/ApplMjpegMoreBox.ts Lines 49 to 72 in ee87ba6
|
It is possible to run Android on Windows, but currently running iOS on Windows only allows you to see the connected device without any further functionality. This is because iOS typically requires macOS to run properly.
The text was updated successfully, but these errors were encountered: