StevenSunzh / redfire

Automatically exported from code.google.com/p/redfire
0 stars 1 forks source link

30 Second Lag Between Transmit and Receive. #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Join a group chat.
2. Say something and have a type something in Jabber when you do.
3. Have a friend time it, and then type when they receive it.
4. It should be 15-30 seconds.

What is the expected output? What do you see instead?
Expected: Instantly Received.
Instead: Huge Lag
What version of the product are you using? On what operating system?
0.0.0.6 on latest stable OpenFire on x86_64 Ubuntu 11.04 Server with Oracle 
Java Runtime Environment.

Please provide any additional information below.

Original issue reported on code.google.com by chance1c...@gmail.com on 22 Aug 2011 at 2:51

GoogleCodeExporter commented 9 years ago
Try playing with video settings in redfire_video.html

        var videoPicQuality     = getPageParameter('videoPicQuality', '0');
        var videoFps            = getPageParameter('videoFps', '30');
        var videoBandwidth      = getPageParameter('videoBandwidth', '256000');
        var micSetRate          = getPageParameter('micSetRate', '22');

Original comment by olajide....@gmail.com on 3 Sep 2011 at 9:54