latency time
i am trying to make a video chat appliaction.But quality of video is not good. and i am also facing the latency problem, time lagging is aprox 1 min.i want to get best quality with no latency for live streaming. So please can any one tell me which setting is reaqiured. i am also saving stream in the .flv file by this.
ns.publish(streamName,"apppend");
i have done these setting for camera setting
my video size is 397x307
camera.setKeyFrameInterval (9);camera.setQuality(0,100);
camera.setMode(397,307,15,true);
camera.setLoopback(false);
I am using influxis services for FMS.
