Hi,

I'm publishing and recording a stream for late playback, thru NetStream encoding:

var userCam:Camera     = Camera.get();
userCam.setMode(320, 240, 15);
userCam.setKeyFrameInterval(60);
userCam.setQuality(144000, 85);

ns.attachVideo(userCam);
ns.publish(camName, "record");

Then, why the saved .flv file has a lower (poor) quality compared to the one being live streamed?
Shouldn't this be recorded with the same quality it has been published?

This doesn't happen if I encode the live feed thru FlixOn2 or Flash Media Encoder, both them saves the flv with the same streamed quality.


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to