Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

daminee80
daminee80
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
58

Discussions

Discussions
0

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by daminee80
Customize the badges you want to showcase on your profile
Re: Automatic kill switch? - Adobe LiveCycle 14-06-2011
NP, Thanks for the reply^^ doTwelveHoursDisconnect, that might be a hard one to figure out... that's why you should leave good comments next to all your variable names^^ Sorry for the bad joke... But yeah, I figured something was strange, because it seemed to take the same amount of time to cut off everyday. One possible case of a room, (which I thought about implementing) Actually, that comes to mine would be a security monitoring program. Something like that might have to be on 24/7 (hopefully...

Views

447

Likes

0

Replies

0
Re: iOS Front Camera? - Adobe LiveCycle 14-06-2011
Thanks, I will put all the connection code into the main app and see what happens... thanks for the response, and I got the camera working without any problems... however I noticed that it was turned 90 degrees to left. I am not sure why that is? The Webpublisher view seems to only stay in landscape mode on the iPad 2.

Views

431

Likes

0

Replies

0
Re: Room suddenly crashes, stopping streams & messages - Adobe LiveCycle 12-06-2011
I think this problem might be related to mine as well. After a few hours, the "automatic kill switch" where the video and shat doesn't work. I sent an email further describing the problem... I am not sure if you guys had any time to check the logs as of yet?

Views

412

Likes

0

Replies

0
iOS Front Camera? - Adobe LiveCycle 10-06-2011
I am trying to get the fron camera to work, but I am not sure exactly how I am supposed to use the "getCamera" method...I used a slightly modified version of Raff's code that he posted, some of the project specific code was removed... Also, I am creating a tabbed program, however whenever I switch tabs it attemps to relogin and the streem is interrupted. import com.adobe.rtc.authentication.AdobeHSAuthenticator; import com.adobe.rtc.clientManagers.MicrophoneManager; import com.adobe.rtc.events.AuthenticationEvent; import com.adobe.rtc.events.CollectionNodeEvent; import com.adobe.rtc.events.ConnectSessionEvent; import com.adobe.rtc.events.SessionEvent; import com.adobe.rtc.events.SharedPropertyEvent; import com.adobe.rtc.events.StreamEvent; import com.adobe.rtc.messaging.UserRoles; import com.adobe.rtc.session.ConnectSession; import com.adobe.rtc.sharedManagers.descriptors.StreamDescriptor; import com.adobe.rtc.sharedManagers.descriptors.UserDescriptor; import com.adobe.rtc.sharedModel.SharedProperty; import mx.core.IFlexDisplayObject; [Bindable] protected var sess:ConnectSession; [Bindable] private var auth:AdobeHSAuthenticator; private function init():void { if(sess==null){ auth = new AdobeHSAuthenticator(); sess = new ConnectSession(); sess.authenticator = auth; auth.userName=""; auth.password=""; auth.protocol = "rtmfp"; sess.roomURL="https://connectnow.acrobat.com/foobar/footest"; sess.authenticator=auth; sess.addEventListener(SessionEvent.ERROR, onEventNotification); sess.addEventListener(SessionEvent.SYNCHRONIZATION_CHANGE, onEventNotification); auth.addEventListener(AuthenticationEvent.AUTHENTICATION_FAILURE, onEventNotification); auth.addEventListener(AuthenticationEvent.AUTHENTICATION_SUCCESS, onEventNotification); Camera.getCamera("1"); } if(!sess.isSynchronized) { sess.login(); } } /** * Process Events */ private function onEventNotification(p_event:Event):void { if (p_event.type == SessionEvent.SYNCHRONIZATION_CHANGE) { if (sess.isSynchronized) { webcamSub.subscribe(); webcamPub.publish(); audioSub.subscribe(); audioPub.publish(); camera.addChild(webcamSub); webcamSub.width = camera.width; webcamSub.height = camera.height; if ( sess.userManager.myUserRole == UserRoles.OWNER ) { sess.roomManager.autoPromote = true ; } } } }

Views

4.5K

Like

1

Replies

11
Re: Automatic kill switch? - Adobe LiveCycle 10-06-2011
I sent you an email... thanks again

Views

442

Likes

0

Replies

0
Re: Automatic kill switch? - Adobe LiveCycle 09-06-2011
Can I send you my room info my email?

Views

444

Likes

0

Replies

0
Re: Automatic kill switch? - Adobe LiveCycle 08-06-2011
I tested it once more, after about 6 hours or so, it seems to cut off

Views

440

Likes

0

Replies

0
Re: Automatic kill switch? - Adobe LiveCycle 08-06-2011
I am on a paid account, and I have a lot of pie left.Should it matter on what mode I have it set on? hub-and-spoke, p2p?

Views

440

Likes

0

Replies

0
Automatic kill switch? - Adobe LiveCycle 08-06-2011
I am doing some testing currently, where I leave the service on over night with no user intervention. However after a few hours it seems to close the streems. I am not sure if this a feature of LCCS, and if it is, is there anyway I can adjust this?

Views

1.5K

Likes

0

Replies

9
The best solution? Hub-and-spoke, Peer-to-peer, Multi-cast? - Adobe LiveCycle 06-06-2011
By the best solution, I mean in terms of price and quality (latency, minimum lag, etc)App type: Video conferencingPlatforms: PC, Mobile (Android, iOS) [If mobile support would reduce performance or increase costs, I am willing to scrap it] Users: There will be 5 - 30 users logged into the service in the same room at a time. And a maximum of 5 - 7 users in that room will have their webcam's on at any given time.My main concern is performance, Since I might make it a paid service in the future, I ...

Views

414

Likes

0

Replies

0
Likes from