I like stream video on flash media server. I user webcam on flash and publish on the FMS. When my viewers see this video through FMS video show slowly.
I set the Camera parameters in the flash:
var cam:Camera = Camera.getCamera();
cam.setMode(760,420,25,true);
cam.setQuality(0,100);
I thing if I can Buffer video on the FMS Server for 3sec and then release for distribute to viewers can to solve this issue.
Is it possible?