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

Re: Screenshare in AIR

2015-07-01 Thread John Wu
> 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 on mobile, already in > ObjectiveC on iOS, and I think it's written in

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 on

Re: Screenshare in AIR

2015-07-01 Thread Héctor A
ctiveC class 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 > Sub

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 Frankさんは書きました: > Thank you

RE: Screenshare in AIR

2015-07-01 Thread David Frank
g 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

Re: Screenshare in AIR

2015-07-01 Thread Fabrice Montfort
David Frank > 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

Re: Screenshare in AIR

2015-07-01 Thread Héctor A
ished through an Android/iOS > AIR app? > > Thank you again! > > - David > > > From: Héctor A [neverbi...@gmail.com ] > Sent: Tuesday, June 30, 2015 2:39 PM > To: dev@flex.apache.org > Subject: Re: Screenshare in AIR > &

RE: Screenshare in AIR

2015-07-01 Thread David Frank
0, 2015 2:39 PM To: dev@flex.apache.org Subject: Re: 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 re

Re: Screenshare in AIR

2015-06-30 Thread Héctor A
lp would be very greatly appreciated. > > Thank you! > > > -Original Message- > From: Héctor A [mailto:neverbi...@gmail.com] > Sent: Tuesday, June 30, 2015 2:06 PM > To: dev@flex.apache.org > Subject: Re: Screenshare in AIR > > You can also use ffmpeg through

RE: Screenshare in AIR

2015-06-30 Thread David Frank
tor A [mailto:neverbi...@gmail.com] Sent: Tuesday, June 30, 2015 2:06 PM To: dev@flex.apache.org Subject: Re: Screenshare in AIR You can also use ffmpeg through NativeProcess and stream directly to FMS through it. If you are interested I could provide some info, although not on the FMS part, it's been y

Re: Screenshare in AIR

2015-06-30 Thread Héctor A
t; height="530" roomURL="http://myfmsserver.com/appname";> > > > > height="309" left="484" y="207" /> > > > > Thank you, > > David > > > -Original Message- > From

RE: Screenshare in AIR

2015-06-30 Thread David Frank
Thank you, David -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.in

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" wrote: > > To share a desktop on Connect you have to use a proprietary plugin >which uses undocumented APIs in the Flash Player. > >

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 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 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 recording > codec

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, thou

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] http://www.adobe.com/products/adobeconn

Re: Screenshare in AIR

2015-06-29 Thread Jeffry Houser
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 wrote: Hey guys, I would really really appreciate it if someone could throw some answers on the following: 1. Is it possible

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 wrote: > Hey guys, > > I wou

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 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 desktop/mobile > appli