Expand my Community achievements bar.

SOLVED

LCCS Screenshare-How to view the shared screen?

Avatar

Level 1

Hi all,

                    Im new to LCCS,doing lccs screen sharing application using Flash Builder 4.I have used session.streamManager.maxP2PStreamPublish = 20;    session.streamManager.streamMulticast = true to publish my screen,How can i view the shared screen from another system?Do i need to use the subscriber in another system to view the shared screen?Can anyone plz help me...

.Thanks in Advance

Duva

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi Duva,

Have you tried using the Screen Sharing SampleApps? You can download them from our SDK Navigator. Within the "ScreenShareExample" folder has "ScreenSharePublisherExample.mxml" and "ScreenShareSubscriberExample.mxml" which I think might help

Here is the info from the Readme about these examples:

ScreenSharePublisherExample:This example shows how to publish one's screen and share with other subscribers in the same room who has its publisherID. When invoke this publisher, Adobe Screen Share Addin will appear and a sharing dialog will pop up for asking which application/view to share.  Upon confirmation,
both streamID and publisherID will be displayed on the center textfields.  Use the publisherID on the screenshare subscriber to see the screenshare.  (Please verify account information and roomURL before using the publisher)

ScreenShareSubscriberExample:With right account information and roomURL, this application will connect to the first screen share publisher in the room (you don't need to specify the publisherID).


Here are some good pages with ScreenSharing info that you might find helpful as well:
http://learn.adobe.com/wiki/display/lccs/08+Audio%2C+WebCam%2C+and+Screen+Sharing
http://learn.adobe.com/wiki/display/lccs/8.3+Screen+Sharing

JG
LCCS Quality Engineering

View solution in original post

3 Replies

Avatar

Correct answer by
Former Community Member

Hi Duva,

Have you tried using the Screen Sharing SampleApps? You can download them from our SDK Navigator. Within the "ScreenShareExample" folder has "ScreenSharePublisherExample.mxml" and "ScreenShareSubscriberExample.mxml" which I think might help

Here is the info from the Readme about these examples:

ScreenSharePublisherExample:This example shows how to publish one's screen and share with other subscribers in the same room who has its publisherID. When invoke this publisher, Adobe Screen Share Addin will appear and a sharing dialog will pop up for asking which application/view to share.  Upon confirmation,
both streamID and publisherID will be displayed on the center textfields.  Use the publisherID on the screenshare subscriber to see the screenshare.  (Please verify account information and roomURL before using the publisher)

ScreenShareSubscriberExample:With right account information and roomURL, this application will connect to the first screen share publisher in the room (you don't need to specify the publisherID).


Here are some good pages with ScreenSharing info that you might find helpful as well:
http://learn.adobe.com/wiki/display/lccs/08+Audio%2C+WebCam%2C+and+Screen+Sharing
http://learn.adobe.com/wiki/display/lccs/8.3+Screen+Sharing

JG
LCCS Quality Engineering

Avatar

Level 1

Thanks a lot .. able to view from another system...working fine...

Avatar

Level 1

HI JG,

I have screen sharing working on the computer where my source code, but when I deploy and install the app on another computer I get an error and can not do screen sharing. Can you help me with this?

Need help ASAP.

Thanks

Chaz

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----