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

local connection server

Avatar

Level 1

i have been woorking in afcs in past 4 days

it is good thing to work on.

but it takes time to authenticate and to load the application.

how to use a local conection server,i have tried...bt not working

it is said that ,can't be used for audio and video streaming. why ?

please answer me.........

0 Replies

Avatar

Level 10

Hi,

Local Connection Server should work. You need to first install and run the local connection server Air App in extras folder and then you should run your code.

You can refer to the LocalConnection Example which is an app that runs with LocalConnectionServer and look through small changes you need to do in your app to get it working with LocalConnection Server.

Regarding audio video streaming, local connection doesn't use fms needed for streaming. LocalConnectionServer is very useful when you want to work offline somewhere.

Hope this helps.

Thanks

Hironmay Basu

Avatar

Level 1

thank for the replay.

i have already tried out this way.

is it necessary of using flash player 10,i used flash player 9 earlier.

Avatar

Level 10

Hi,

Player 9 should work. Is the example given not working ? What is the error you are getting ?

Thanks

Hironmay Basu

Avatar

Level 1

thanks...

it is working,actually i want to know for what purpose local server or adobe online server used,

is it used for authentication.

how peer to peer connection is done.

i didn't get clear idea.....

Avatar

Level 10

Hi,

LocalConnection Server is a small utility tool that we provide for users who would like to work with data messaging in an offline environment. Since LocalConnectionServer doesn't have any storage or fms support to it, it doesn't support audio and video streams.

For  authentication/streaming/p2p, you need to use AFCS with your login/password/roomUrl.

Thanks

Hironmay Basu