Skip to main content
December 5, 2010
Question

latency time issue

  • December 5, 2010
  • 1 reply
  • 371 views
I've build a live video/audio chat application. All works fine only the issue is latency of 5 secs. I'm using FMS 3.5 and FLEX.

Please help me out from this issue.

Thanks,

Sanjay

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    December 6, 2010

    Hi Sanjay,

    Can you turn off AggregateMessages under Live/Queue in your Application.xml and see if that decreases your latency. By default its true.

    I am quoting Asa's explanation here regarding above setting which i had posted for some other reply " In your Application.xml your <Live> tag will have settings for queueing aggregate messages (both in size and in time).  That will induce delay into your stream (up to a single GOP (keyframe interval)) but will save you oodles of CPU on not having to deliver single messages to clients.  However, as mentioned you pay for it in stream latency of about a keyframe interval."