RE: Screenshare in AIR

2015-07-02 Thread David Frank
Thank you, John. It looks very interesting. I'll check this out as another option of doing this app. Thanks again! - David -Original Message- From: John Wu [mailto:j...@johnwu.com] Sent: Wednesday, July 01, 2015 2:19 PM To: dev@flex.apache.org Subject: Re: Screenshare in AIR Check

Re: Screenshare in AIR

2015-07-01 Thread Héctor A
? Thank you again! - David From: Héctor A [neverbi...@gmail.com javascript:;] Sent: Tuesday, June 30, 2015 2:39 PM To: dev@flex.apache.org javascript:; Subject: Re: Screenshare in AIR With ffmpeg there are tons of ways of doing something and parameters

RE: Screenshare in AIR

2015-07-01 Thread David Frank
-Original Message- From: Héctor A [mailto:neverbi...@gmail.com] Sent: Wednesday, July 01, 2015 1:20 AM To: dev@flex.apache.org Subject: Re: Screenshare in AIR For mobile you'd need an ANE, as ffmpeg is used as a library in that case. 2015年7月1日水曜日、David Frankdavid.fr...@on24.comさんは書きました

Re: Screenshare in AIR

2015-07-01 Thread Fabrice Montfort
: Screenshare in AIR With ffmpeg there are tons of ways of doing something and parameters to set... so I'll just give one sample commandline, then you can investigate a bit further googling around or you can always try to ask and if we can reply we'll do so: -f gdigrab -framerate 30 -i desktop -vcodec

RE: Screenshare in AIR

2015-07-01 Thread David Frank
Thank you, Hector, for all your inputs and guidance. Cheers! David -Original Message- From: Héctor A [mailto:neverbi...@gmail.com] Sent: Wednesday, July 01, 2015 10:35 AM To: dev@flex.apache.org Subject: Re: Screenshare in AIR Yes, more or less like you say. FFMPEG is a library

Re: Screenshare in AIR

2015-07-01 Thread John Wu
: Héctor A [mailto:neverbi...@gmail.com] Sent: Wednesday, July 01, 2015 10:35 AM To: dev@flex.apache.org Subject: Re: Screenshare in AIR Yes, more or less like you say. FFMPEG is a library on mobile, already in ObjectiveC on iOS, and I think it's written in C for Android and the NDK has to be used

RE: Screenshare in AIR

2015-07-01 Thread David Frank
the application in FlashBuilder, the ffmpeg got included in the application's installer. Piece of cake! Thank you, David -Original Message- From: Fabrice Montfort [mailto:f...@runware.com] Sent: Wednesday, July 01, 2015 7:20 AM To: dev@flex.apache.org Subject: Re: Screenshare in AIR Hi

Re: Screenshare in AIR

2015-07-01 Thread Héctor A
that invokes ffmpeg? Or is there a simpler way? Thank you again for helping me out. - David -Original Message- From: Héctor A [mailto:neverbi...@gmail.com] Sent: Wednesday, July 01, 2015 1:20 AM To: dev@flex.apache.org Subject: Re: Screenshare in AIR For mobile you'd need an ANE

Re: Screenshare in AIR

2015-06-30 Thread Nicholas Kwiatkowski
Adobe Connect uses a plugin (one of the only plugins into Flash allowed by Adobe) to record the screen and include the high-bandwidth recording codecs. Unfortunately, we don't have access to it. Screen recording should be able to be done via an ANE on an AIR app. AIR can not do it natively,

Re: Screenshare in AIR

2015-06-30 Thread Jasen Martin
Or maybe these guys: http://diadraw.com/release-updates-screen-recording-anes/ On Tue, Jun 30, 2015 at 9:53 PM, Nicholas Kwiatkowski nicho...@spoon.as wrote: Adobe Connect uses a plugin (one of the only plugins into Flash allowed by Adobe) to record the screen and include the high-bandwidth

Re: Screenshare in AIR

2015-06-30 Thread Jeffry Houser
To share a desktop on Connect you have to use a proprietary plugin which uses undocumented APIs in the Flash Player. If memory serves me; Adobe was going to offer a service to expose these APIs. I don't know what happened to it [and I don't remember the code name) On 6/30/2015 5:57 AM,

Re: Screenshare in AIR

2015-06-30 Thread Russ Ferguson
There is influxis collaboration service (used to be livecycle collaboration service) http://ics.influxis.com/modules/ Šruss On 6/30/15, 10:45 AM, Jeffry Houser jef...@dot-com-it.com wrote: To share a desktop on Connect you have to use a proprietary plugin which uses undocumented APIs in the

RE: Screenshare in AIR

2015-06-30 Thread David Frank
Ferguson [mailto:rfergu...@technologycoach.com] Sent: Tuesday, June 30, 2015 9:15 AM To: dev@flex.apache.org Subject: Re: Screenshare in AIR There is influxis collaboration service (used to be livecycle collaboration service) http://ics.influxis.com/modules/ Šruss On 6/30/15, 10:45 AM, Jeffry

Re: Screenshare in AIR

2015-06-30 Thread Héctor A
-Original Message- From: Russ Ferguson [mailto:rfergu...@technologycoach.com] Sent: Tuesday, June 30, 2015 9:15 AM To: dev@flex.apache.org Subject: Re: Screenshare in AIR There is influxis collaboration service (used to be livecycle collaboration service) http://ics.influxis.com

RE: Screenshare in AIR

2015-06-30 Thread Kessler CTR Mark J
Well adobe has their Connect [1] application. It runs in flash and can share a desktop [2], so I know something exists. Although I think people are changing over to Java for screen sharing these days since it's installed in most places already. [1]

RE: Screenshare in AIR

2015-06-30 Thread David Frank
Hi Hector, Yes, please do provide me with some info. I already have the FMS part all done since we have a webcam application. I'm just trying to build a screenshare app through AIR. Any help would be very greatly appreciated. Thank you! -Original Message- From: Héctor

Re: Screenshare in AIR

2015-06-30 Thread Héctor A
, 2015 at 11:19 PM, David Frank david.fr...@on24.com wrote: Hi Hector, Yes, please do provide me with some info. I already have the FMS part all done since we have a webcam application. I'm just trying to build a screenshare app through AIR. Any help would be very greatly appreciated. Thank

RE: Screenshare in AIR

2015-06-29 Thread David Frank
! From: Jasen Martin [jasen.mar...@gmail.com] Sent: Monday, June 29, 2015 7:15 PM To: dev@flex.apache.org Subject: Re: Screenshare in AIR David This may help: http://red5pro.com/docs/ Jasen On Tue, Jun 30, 2015 at 11:10 AM, David Frank david.fr...@on24.com wrote: Hey guys

Screenshare in AIR

2015-06-29 Thread David Frank
Hey guys, I would really really appreciate it if someone could throw some answers on the following: 1. Is it possible to build a ScreenSharing AIR desktop/mobile application in Flex (without using any kind of proprietary plugin of sorts)? The application would simply capture my screen

Re: Screenshare in AIR

2015-06-29 Thread Jasen Martin
David This may help: http://red5pro.com/docs/ Jasen On Tue, Jun 30, 2015 at 11:10 AM, David Frank david.fr...@on24.com wrote: Hey guys, I would really really appreciate it if someone could throw some answers on the following: 1. Is it possible to build a ScreenSharing AIR

Re: Screenshare in AIR

2015-06-29 Thread Jeffry Houser
@flex.apache.org Subject: Re: Screenshare in AIR David This may help: http://red5pro.com/docs/ Jasen On Tue, Jun 30, 2015 at 11:10 AM, David Frank david.fr...@on24.com wrote: Hey guys, I would really really appreciate it if someone could throw some answers on the following: 1