Home Tutorials Forums Articles Blogs Movies Library Employment Press

Go Back   ActionScript.org Forums > ActionScript Forums Group > ActionScript 3.0

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-09-2012, 11:00 AM   #1
manabendra
Registered User
 
Join Date: Aug 2012
Posts: 3
Default The Video frames (and audio) freeze frequently during video conferences. This happens

The Video frames (and audio) freeze frequently during video conferences. This happens even when both users have good connections (>1.5 MBPS up and down).

Question: are there any settings or parameters that should be adjusted client or server side? The following is the code snippet:

var live_mic:Microphone = Microphone. getEnhancedMicrophone();
live_mic.useEchoSuppression;
live_mic.useEchoSuppression;
var live_cam:Camera = Camera.get();
live_cam.setMode(320, 240, 15, false);
live_cam.setQuality(32768, 80);
live_cam.setKeyFrameInterval(30);

Then start the netstreams:

var out_ns:NetStream;
out_ns = new NetStream(nc);
out_ns.attachAudio(live_mic);
out_ns.attachVideo(live_cam);
out_ns.publish("ns_myStream", "live");
manabendra is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:51 AM.

///
Follow actionscriptorg on Twitter

 


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2013 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.