Skip to content
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

Capture two or more devices at the same time? #6

Open
chsasaw opened this issue Dec 2, 2016 · 28 comments
Open

Capture two or more devices at the same time? #6

chsasaw opened this issue Dec 2, 2016 · 28 comments

Comments

@chsasaw
Copy link

chsasaw commented Dec 2, 2016

@sorccu Thank you for the great works!!
I have successed on one device.
Can I capture two or more devices in two browser tabs at the same time?

What I have done:
./run.sh

to connect one device, and to connect the other one device:

./build/ios_minicap --udid $device_id --port 9001 --resolution 400x600

and it stop at:

EnableDALDevices
2016-12-02 11:01:46.403 ios_minicap[12142:338516] Available devices:
2016-12-02 11:01:46.404 ios_minicap[12142:338516] 88c2450dd52ffeb9bb24da05e8fc566bf7a2914b
2016-12-02 11:01:46.404 ios_minicap[12142:338516] 1fcab6c6785e3894ac64f4f684b603b27daa1228
2016-12-02 11:01:46.404 ios_minicap[12142:338516] CC25121R3T0F6VVD4

What should I do?

@nwlunatic
Copy link
Collaborator

You've done everything right. Screen capture of multiple devices at the same time is not supported in current ios-minicap version. We are working on it. But the exact solution is currently unknown and under research. Please, be patient )

@sorccu
Copy link
Member

sorccu commented Dec 2, 2016 via email

@chsasaw
Copy link
Author

chsasaw commented Dec 2, 2016

@nwlunatic @sorccu
Thanks!
Looking forward to the support.

@channingbreeze
Copy link

Will docker on mac work for this problem? @nwlunatic @sorccu

@sorccu
Copy link
Member

sorccu commented Feb 24, 2017

No. It only runs on mac and docker only runs Linux containers.

@davieds
Copy link

davieds commented Mar 8, 2017

You've done everything right. wait u team solution supported many devices

@tonylpt
Copy link

tonylpt commented Mar 10, 2017

@nwlunatic, have you had a chance to look into this issue? If you have done some investigation on this, I'll be happy to help out if possible

@yuzhidi
Copy link

yuzhidi commented Apr 28, 2017

@nwlunatic Hi , I'm a new one to iOS, could you introduce a little about iOS-minicap principle and why not support multi-devices, I want has some try. thx!

@sorccu
Copy link
Member

sorccu commented Apr 28, 2017 via email

@yuzhidi
Copy link

yuzhidi commented Apr 28, 2017

why minicap start will cause usb shutdown then restart?

@sorccu
Copy link
Member

sorccu commented Apr 28, 2017 via email

@Tamil-Arya
Copy link

Hi, Is there any update on this issue #6 ?

@sorccu
Copy link
Member

sorccu commented Jun 7, 2017 via email

@Tamil-Arya
Copy link

Can you hint us how you are going with another approch?

@sorccu
Copy link
Member

sorccu commented Jun 7, 2017 via email

@retd-jerome
Copy link

retd-jerome commented Jun 27, 2018

No. While I do have a separate solution built entirely from scratch, but it
will not be open sourced as per my employer's request.

Is it something you want to monetize ? Is it possible to contact you about it ?

@sorccu
Copy link
Member

sorccu commented Sep 26, 2018

I can’t share it.

@yuzhidi
Copy link

yuzhidi commented Sep 26, 2018

I can’t share it.

You have total implemented? right?

@sorccu
Copy link
Member

sorccu commented Sep 26, 2018

It has been in production for a few years now. While I may have made it, it belongs to my previous employer.

@ACBNair
Copy link

ACBNair commented Sep 26, 2018

@sorccu can you share the details of that , so that we can purchase it? I am new to this, so no idea about which app/lib you are talking about.

@tyrocoding
Copy link

@ACBNair Use XCUITEST to get screenshot, later convert it to jpeg images if required and then pass on the jpeg images to mjpeg server.

@retd-jerome
Copy link

@vinodpatil103 how many frame per seconds may we expect this way ?
I guess @sorccu implemented something comparable with ios-minicap framerate.

@ACBNair
Copy link

ACBNair commented Sep 26, 2018

Yes I think the same. fps and performance.

@tyrocoding
Copy link

tyrocoding commented Sep 26, 2018

@retd-jerome @ACBNair Around 10 fps, This resolves the problem of running on multiple devices, performance would be degraded.

@ACBNair
Copy link

ACBNair commented Oct 25, 2018

@nwlunatic Hi, I saw a branch you worked on . How was it?

@KavithaRamkrishnan
Copy link

How to connect multiple devices in Minicap? It shows two or more emulator/devices error. Kindly help me to fix this. Note: Both the devices are android only.

@jjunghyup
Copy link

@kavithamanivel @ACBNair how about use this link

@krishtoautomate
Copy link

two or more devices is also working as long as you use different ports in run.sh and also in app.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests