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

SOLVED

replication of screen in ScreenShareSubscriberComplex

Avatar

Level 1

Hi,

I have just started my new prototype on LCCS for my company.

I tried the sample code, downloaded with the SDK itself.

I am using Flex SDK 4.1, lccs.swc for flash player 10, have FP 10 instlalled and tried to run the example ScreenShareExampleSpark.

When I ran this from my Flash builder (not deployed on server), I get the publisher works as expected.

I ran the subscriber in the new window, I can see my screen on this new window, but immediately it starts replicating the screens. i.e. I can see my desktop screen on the subscriber window and then again I can see exactly same content nested and it goes on.

It may be I am missing some simple thing, but I have just copy paste the code.

Is it because I am running both the application from my Flash builder and trying to view the publisher and subscriber on the same macine ?

Please help.

Thanks,

Vaibhav

1 Accepted Solution

Avatar

Correct answer by
Level 10

This is because you are taking a screen shot inside a screen shot :).

Thanks

Hironmay Basu

View solution in original post

0 Replies

Avatar

Level 10

If you run on the different machine screens it should be fine. It’s a standard problem , I though don’t recollect the name.

Thanks

Hironmay Basu

Avatar

Correct answer by
Level 10

This is because you are taking a screen shot inside a screen shot :).

Thanks

Hironmay Basu

Avatar

Level 1

Thanks Basu for the quick response,

I deployed locally and run it on different machine, it works perfect.

Vaibhav.

Avatar

Level 10

This is the famous "hall of mirrors" effect, an example of "visual

feedback". Similar to (but slower than) holding a video camera up to a

screen which is projecting what the camera is seeing.

nigel