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

johnnyFlash4AFC
johnnyFlash4AFC
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
42

Discussions

Discussions
0

Questions

Questions
12

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by johnnyFlash4AFC
Customize the badges you want to showcase on your profile
Re: Roster title Changes - Adobe LiveCycle 10-06-2011
Arun, Yeah the titles are hard coded in the UserItemRenders.as class in a public static const ROLE_STRINGS:Object = {10:"Audience", 50:"Participants", 100:"Hosts"};Const. If you need to change the titles just extend this class and define it as the itemRenderer. Should be styleable but it works for now.John

Views

175

Likes

0

Replies

0
Roster title Changes - Adobe LiveCycle 10-06-2011
I need to change the titles for roles in the roster. I need to change "participant" to "presenters" for instance. I need this change to be reflected in the change role drop down as well.Can someone point me in the right direction to get this done?John

Views

480

Likes

0

Replies

2
Re: No idea why I'm getting a netGroupRejected error. - Adobe LiveCycle 07-06-2011
I thought I had compiled it against 10, but double checked after your post. It did resolve the issue. Is there a different method to setting this up with 10.1? Not migrating today, but we would like to take advantage of the p2p stuff in the future.Thanks for the suggestions,John

Views

246

Likes

0

Replies

0
Re: No idea why I'm getting a netGroupRejected error. - Adobe LiveCycle 07-06-2011
package com.rhythmLive.controls.LiveVideo { import com.adobe.rtc.collaboration.WebcamPublisher; import com.adobe.rtc.collaboration.WebcamSubscriber; import com.adobe.rtc.session.ConnectSessionContainer; import flash.events.Event; import mx.core.Container; import mx.core.Repeater; public class LiveWebCamera extends Container { [Bindable] public var connectSession:ConnectSessionContainer; /** * Web Camera Publisher */ [Bindable] public var webCamPublisher:WebcamPublisher; protected var webCamSubsc...

Views

244

Likes

0

Replies

0
Re: No idea why I'm getting a netGroupRejected error. - Adobe LiveCycle 07-06-2011
Here's the code for the view. There are a couple of extensions that I had to make to the Standard LCCS components to garbage collect them properly. For instance LiveConnectSession exposes the primarySession for garbage collection later. None of these extensions have changed the initialization of the component. This error is specifically related to the Subscribers. If I comment out WebcamSubscriber and AudioSubscriber it runs fine. The error is thrown on instantiation. Can you give me possible ca...

Views

243

Likes

0

Replies

0
No idea why I'm getting a netGroupRejected error. - Adobe LiveCycle 07-06-2011
I have an issue that I could use some help with. I have a "Live" module for our app that is based on LCCS. It's been in beta and I now have some features I need to add to the module. After not touching the code for some months. I went to compile and test it prior to making my changes and this is what I'm gettingI could use any insight you can offer. The strange part of it to me is the beta version is still live and working on the server. So there must be something that's changed in my code, but ...

Views

866

Likes

0

Replies

7
Re: Usage info - Adobe LiveCycle 05-05-2011
Sure, thank you.

Views

285

Likes

0

Replies

0
Re: Usage info - Adobe LiveCycle 05-05-2011
Yeah, our product has 200 portals and 15,000 users on it currently so it's unmanageable to produce billing manually. We need to be able to generate LCCS costs through an API. Also do you guys have usage testing? If my clients all decide to host or attend live events at the same time will I be in trouble? So if there are 7,000 rooms and 20,000 attendees does it stand up? We are just getting started selling the product and I expect the usage to grow exponentially over the next year. How can I ensu...

Views

284

Likes

0

Replies

0
Re: Usage info - Adobe LiveCycle 05-05-2011
Jaimie,Thanks, yeah I saw what the unit charges are. What I'm looking for is actual usage info. I don't want to be estimating usage ie $$ to bill my customers. Is there a plan to add reporting on these services? Seems like a totalPushMessages, totalStreamsBytes and totalRoomBytes would be easy enough to add and would make this product a more attractive solutions for resale. Estimating usage isn't a good business model for a startup that's watching burn rate.thanks for you response,John

Views

292

Likes

0

Replies

0
Usage info - Adobe LiveCycle 03-05-2011
I've completed an implementation of LCCS that is going into Beta now and preparing to roll out to a couple hundred clients in the next 90 days. The business until is asking me for usage metrics for the LCCS service so they can predict what our changes will be and in turn what we need to charge. I've read a few posts on the subject and am still at a loss for how to manage this part of your product.What are my options for determining how much I'll be changed on a per/room or per/user basis?The res...

Views

1.4K

Likes

0

Replies

8