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

Timur_Valishev
Timur_Valishev
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Timur_Valishev
Customize the badges you want to showcase on your profile
Re: Optimizing screen sharing traffic route - Adobe LiveCycle 02-06-2011
Nigel, thank you very much for your quick respose!Is it possible to use ConnectNow add-in with FMS that is installed on my premises instead of hosted LCCS?

Views

65

Likes

0

Replies

0
Optimizing screen sharing traffic route - Adobe LiveCycle 01-06-2011
Dear Adobe,I'm trying to make screen sharing work a bit faster and optimize traffic route. When I establish screen sharing session between two browser windows on my local computer, Wireshark tells me that the traffic is going to 209.34.68.78 (fms1.acrobat.com), which is somewhere in California. While most of my users will be in Europe, this traffic route may cause too high delay, and I'd like to make the path shorter.First question is - why LCCS did not establish P2P RTMFP connection? Here is de...

Views

504

Likes

0

Replies

2
Re: Remote screen control example - Adobe LiveCycle 31-05-2011
Nigel,it seems that startControlling() method is not working. I used the *undocumented* requestControlling method instead and it worked -)

Views

119

Likes

0

Replies

0
Re: Remote screen control example - Adobe LiveCycle 31-05-2011
Dear aponnusa,thank you, your example is working! To eliminate confusions for other users, I think it is better to remove onStreamReceived - it is not used through the code -)Many thanks!

Views

95

Likes

0

Replies

0
Re: Remote screen control example - Adobe LiveCycle 30-05-2011
Dear Adobe!Please clarify at least in general - is it possible to control the remote screen with LCCS?Looking forward for your resonse a lot!

Views

95

Likes

0

Replies

0
Remote screen control example - Adobe LiveCycle 24-05-2011
Dear Adobe,Would you be so kind to provide code example for using the remote control feature? Because here http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/collaboration/ScreenShareSubscriberComplex.html methods startControlling() and stopControlling() are not documented.Thank you!

Views

854

Likes

0

Replies

5
Using sspublisher.recipientIDs to specify viewers of screen sharing - Adobe LiveCycle 24-05-2011
Dear colleagues,In the documentation here: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/collaboration/ScreenSharePublisher.htmli fount this lines of code://this is optional var userlist:ArrayCollection = connectSession.userManager.userCollection; var recipientIDs:Array = new Array(); for(var i:int=0; i import com.adobe.rtc.authentication.AdobeHSAuthenticator; import com.adobe.rtc.collaboration.ScreenShareSubscriberComplex; import com.adobe.rtc.events.AddInLauncherEvent; import com.adobe.rtc.events.ScreenShareEvent; import com.adobe.rtc.events.SessionEvent; import com.adobe.rtc.events.StreamEvent; import com.adobe.rtc.sharedManagers.StreamManager; import com.adobe.rtc.sharedManagers.descriptors.UserDescriptor; import com.adobe.rtc.collaboration.ScreenSharePublisher; import flash.events.UncaughtErrorEvent; import flash.external.*;public function presetup():void { var recipientIDs:Array = new Array(); sspublisher.recipientIDs = recipientIDs; }

Views

516

Likes

0

Replies

1
Increasing the quality of screen sharing picture - Adobe LiveCycle 30-10-2010
Dear collegues,I'm trying to make my LCCS screen sharing video more sharp. By default it looks a little bit blurry and artifacted.Documentation on ScreenSharePublisher (http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/collaboration/ScreenSharePublisher.html) says, that ScreenSharePublisher class provides ability of "setting stream properties (frame per second, key frame Interval, qualities etc. Explain in detail in later API section.)"What is that "Later API section"? I did not find it. Y...

Views

653

Likes

0

Replies

1