smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
638 stars 156 forks source link

Android Support #40

Closed randydom closed 6 years ago

randydom commented 6 years ago

Hello , please does the screen-capture lite support the Android Dev ? .

so many thanks , Yours,Randy

smasherprog commented 6 years ago

No. Capturing of android requires a different approach.

randydom commented 6 years ago

Hello , is there any future or roadmap to support Android ? On Thu, Dec 21, 2017 at 14:34 Scott notifications@github.com wrote:

No. Capturing of android requires a different approach.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smasherprog/screen_capture_lite/issues/40#issuecomment-353352030, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGG-vUYVLKfoPGoH31ijV5E1KESL6qAks5tCl53gaJpZM4RJxlg .

smasherprog commented 6 years ago

no support for android or Iphone. Its not possible because of how capturing works on these operating systems

randydom commented 6 years ago

Hi Scott , please do you know any android / iPhone capture library ? Or a cross-platform one ( that support these ) ? On Thu, Dec 21, 2017 at 14:38 Scott notifications@github.com wrote:

no support for android or Iphone. Its not possible because of how capturing works on these operating systems

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smasherprog/screen_capture_lite/issues/40#issuecomment-353352769, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGG-paPB8SVqMtbA27j2-fpswn_optFks5tCl9QgaJpZM4RJxlg .

smasherprog commented 6 years ago

There are none. Use MediaProjectionManager for capturting on android IOS you cannot capture the screen. The only thing you can do is have the user take screen shots one at a time.

randydom commented 6 years ago

Scott , really wondering how does TeamViewer do that on both Android and IOS , or is this a different approach ? On Thu, Dec 21, 2017 at 14:50 Scott notifications@github.com wrote:

There are none. Use MediaProjectionManager for capturting on android IOS you cannot capture the screen. The only thing you can do is have the user take screen shots one at a time.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smasherprog/screen_capture_lite/issues/40#issuecomment-353355285, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGG-m9ewPAHVZseqSFsEnxx6HYcB0e7ks5tCmIUgaJpZM4RJxlg .

smasherprog commented 6 years ago

team viewer doesnt do it on ios on android they use MediaProjectionManager

smasherprog commented 6 years ago

my company uses teamviewer and the only thing the ios version does it is allow a user to take a screen shot and chat.

smasherprog commented 6 years ago

but you cannot stream the screen automatically like you can on android

randydom commented 6 years ago

Ah ok , so many thanks Scott for this great help . On Thu, Dec 21, 2017 at 14:56 Scott notifications@github.com wrote:

team viewer doesnt do it on ios on android they use MediaProjectionManager

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smasherprog/screen_capture_lite/issues/40#issuecomment-353356744, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGG-mXSRqf7NQbzoplt7ADgp2FvUmYpks5tCmOSgaJpZM4RJxlg .

smasherprog commented 6 years ago

NM.. you have to do this on IOS https://community.teamviewer.com/t5/Knowledge-Base/How-can-I-share-the-screen-on-my-iPad-iPhone-with-TeamViewer/ta-p/4734

smasherprog commented 6 years ago

It was just added with the last OS 11, but its still a clunky way.

smasherprog commented 6 years ago

If you want to write it and do a pull request. please do.