-
Notifications
You must be signed in to change notification settings - Fork 65
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
Support more than 5 devices #124
Comments
hi @NguyenHoangDuy2406 , Did you setup successfully with latest code ? |
@Sin-Nguyen |
Can you give me your email ? I would like to ask some questions relate to this setup. |
@NguyenHoangDuy2406 , Finally , IOS devices can work with my STF |
There is no restriction ( in the code itself ) on the number of devices that are supported by this. Realistically it won't work with more than 5 devices connected to a single provider machine. Even worse, it cannot realistically stream video simultaneously from more than 2 devices per provider. The reason for the 2 device limitation is that the way stf_ios_support works it decodes video and re-encodes to frames on the provider. The reason for the 5 device "limitation" is bugs within Apple usbmuxd code. If a Linux machine is used as the provider this limitation goes away. So, what is necessary if the "5 device limitation" is to be "removed" is to:
|
Hi @nanoscopic , currently performance of each IOS device a bit laggy. |
Hi @nanoscopic I just want to make clear more details:
Many thanks about contribute this great repository, @nanoscopic |
@Sin-Nguyen @tuyenlq Sorry for late reply, I'm too busy with my company now. |
Hi @NguyenHoangDuy2406 I think it out date for a long time |
@Sin-Nguyen for case new wda (it's mean new iOS version), we should download the new wda from appium repo, then copy it into stf_ios_support, then build it again, we will get the build of new iOS version. And one more thing when handling the wda version, please remember the tips also: please clone the wda build in /bin/wda > then update the version of it into the latest or specific version that device connected |
@NguyenHoangDuy2406 |
@NguyenHoangDuy2406 need your help on making this iOS set up. Can you please help me out on this ? |
@Sin-Nguyen need a small help from u. I m not getting the devices in stf. Can you please help me out ? |
I am using Mac OS Samoa in Mac mini M2. While running make run I am getting below given error. Any resolution? |
@Jitu1888 do you try build wda via xcode manually on your device first? is it built successfully? Because I saw the iOS version is 17.1.1 (latest).
@volvoeacs you can download manually the repo WebDriverAgent from appium and comment out it in make file |
I'm able setup and use remote control for iOS device base on this repository.
BUT now have a limitation is ONLY support 5 iOS devices.
Could you give me where can I update number of control device?
The text was updated successfully, but these errors were encountered: