Expand my Community achievements bar.

Raff_
Raff_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Arum will be unavailable for a few days but we can have Julian check if the latest version of Skype fixes the problem.Sent from my iPhone

    Type

    Questions

    Views

    684

    Likes

    0

    Replies

    0
  • Can you give us more details of what error you are getting now and exactly what version of FlashBuilder and the LCCS SDK you are using ?I have seen problems similar to what you describe but I think they were related to me mixing up projects between FlashBuilder 4.5 (super beta and still quite unstab...

    Type

    Questions

    Views

    462

    Likes

    0

    Replies

    0
  • 1) I have a similar example (using the Flash-only SWC but with Flex 4.5) and it works fine. Can you send the code you have for setting up webpublisher and websuscriber ? Also, I am using the player 9 SWC (that doesn't support RTMFP and p2p but in my test case I couldn't use RTMFP anyway so it wasn't...

    Type

    Questions

    Views

    464

    Likes

    0

    Replies

    0
  • You actually DON'T want "DebugUtil.suppressDebugTraces = true;" or nothing is going to be traced

    Type

    Questions

    Views

    373

    Likes

    0

    Replies

    0
  • There shouldn't be any problem with Android (or at least nothing that we know of).Invalid instance means the room name is wrong (that room doesn't exists in your account). Best think to do is to collect the log messages and send them over (what I usually do is to set a "debug trace" function that ad...

    Type

    Questions

    Views

    373

    Likes

    0

    Replies

    0
  • If you send us the room URL we can check if we see anything strange in your room. Logs for a session where permissions are correct and a session where permissions are wrong would also be helpful.

    Type

    Questions

    Views

    392

    Likes

    0

    Replies

    0
  • The way RTMP tunnelling work is that a new HTTP request is created for every message pushed to the server (there are some optimizations to collapse multiple requests sent in a short time but this is the general idea) and receiving data is done by "polling" the HTTP endpoint (you receive data on the ...

    Type

    Questions

    Views

    284

    Likes

    0

    Replies

    0
  • With the player 10 and 10.1 swcs you need to make sure FlashBuilder is configured to generate code for FlashPlayer 10.The difference between player 9 and 10.x is support for p2p. The player exposes new objects and properties (like the GroupSpecifiers) and our SWC makes use of them.If your project is...

    Type

    Questions

    Views

    462

    Like

    1

    Replies

    0
  • Yes, currently we don't have a way to automatically delete rooms (but it's in my todo list )So, there are actually two way to manage room cleaning:1) as Nigel says, keep track of your rooms and run a "cleanup" task once in a while (or just reuse your already existing rooms).   The server integration...

    Type

    Questions

    Views

    280

    Likes

    0

    Replies

    0
  • We are doing some work in this area but at this point in time it's going pretty slow since not all the old component have been ported to Spark yet or are missing some of the functionalities we were using.

    Type

    Questions

    Views

    385

    Likes

    0

    Replies

    0