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

Michael_Krotsch
Michael_Krotsch
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Michael_Krotsch
Customize the badges you want to showcase on your profile
Server-2-Server Auth Timeout? - Adobe LiveCycle 27-02-2011
Hi guys!I have a question about the server to server session, specifically given how you guys handle authentication. I'm currently using lccs.php, but rather than call "login" every time I want to create a room or generate an authentication key, I am stashing the RTCAccount instance in memcache (timeout 24 hours) so I have easy access to it. This all works fine- authenticates only once, room and template creation is great and everything is hunky dory.Except when I go and do something else for a ...

Views

537

Likes

0

Replies

1
Re: Questions about LCCS Session Recording - Adobe LiveCycle 17-09-2010
Awesome, thanks for the answers!Regarding the last question, I'm actually more interested on whether it's possible to do offline playback rather than offline recording. I take it that's also not currently on your radar?

Views

97

Likes

0

Replies

0
Questions about LCCS Session Recording - Adobe LiveCycle 17-09-2010
I have some questions about the new (currently in private beta) feature that allows you to record LCCS sessions. From what I've been able to read up on the topic I think I already have some of the answers, but I would like some confirmation 1- What format is message data recorded in?2- What format are video and audio streams recorded in?3- Where are sessions recorded? (Dev provided storage via... scp? ftp? FMIS?)4- How are sessions replayed? (Session 'tracks' are replayed from dev-provided stora...

Views

898

Likes

0

Replies

3
Re: Editing Room Settings from the Server - Adobe LiveCycle 17-09-2010
Odd- after stripping out the additional parameters that I had attached to the message it started working. Thanks for looking into this for me

Views

106

Likes

0

Replies

0
Re: Editing Room Settings from the Server - Adobe LiveCycle 10-09-2010
Thanks for the pointer at the roomAccess node. Is there any particular location where all the default collections and node names are documented? I wasn't able to find "RoomManager" and "roomAccess" anywhere in the documentation or on Google.Having said that, I'm still having what I suppose is a syntax error. My code (PHP) is below, and from the error message it seems like I don't have all the necessary pieces attached to the publishing item, and/or I need to structure it a little differently. Is...

Views

105

Likes

0

Replies

0
Editing Room Settings from the Server - Adobe LiveCycle 10-09-2010
Hi guys-I'm trying to figure out how to change the room settings from my server, rather than from the client side with owner privileges. The use case is pretty simple: A user pre-schedules a room with a certain expiry period/timeout, and then once the session begins the room cuts out automatically when that time (plus a small graceperiod) have expired.At the moment I'm doing this via client enforcement- basically a client calls out to my own service to get the current server timestamp and the ex...

Views

995

Likes

0

Replies

4
Re: collaboration service endpoint? - Adobe LiveCycle 05-03-2010
While I can't speak for the LCCS team, I suspect that you can't use it with technologies that don't support AMF or the FLV format. Even if you can find a library to support both, you still have to reverse engineer all the client side code that adobe has so graciously provided.Having said that, you can get 95% of LCCS's functionality (and a few extra features) by using an XMPP server. You just have to figure out what to do about video.

Views

115

Likes

0

Replies

0
PHP Library Questions - Adobe LiveCycle 07-01-2010
I know this is super picky, given that you guys are providing all the support libraries and whatnot, but... How often do you guys expect to update the server libraries? I'm of half a mind to convert the PHP libraries over to the Zend framework class structure & standards, and submitting them to their library. That would mean I become the maintainer though, and I don't want to be caught in update hell.

Views

366

Likes

0

Replies

1
Re: Sprite motion sharing - Adobe LiveCycle 26-11-2009
Yes this is possible!At the end of the day, the information that describes the position of a any game token is as follows: x, y, and ID. If you create custom VO that contains that information, and send a message containing that VO to the server, then you can update the token on all clients simultaneously.A couple of gotchas: Use Message.registerClass to make sure your VO gets decoded properly so you don't have to reparse it, and make sure you wait for the message to come back from the server bef...

Views

192

Like

1

Replies

0
Re: Screen-sharing in ALCS ? - Adobe LiveCycle 23-11-2009
I have a hard time believing that Adobe will never do this.Screen sharing is actually a feature that needs to be implemented in the Flash Player, since it requires access to what's rendered on the screen, rather than solely what's being rendered inside the player experience itself. As such, the LCCS team is the wrong one to ask for this feature. As discussed at MAX, they would be more than happy to implement this as soon as the flash player itself supports it, and suggested that the best way to ...

Views

165

Likes

0

Replies

0
Likes given to
Likes from