Quality when streaming through flash is worse than Live Encoder
I am creating a system where people can broadcast video to a Flash Media Server. When I broadcast to the stream using live encoder, the video looks decent. When I try to broadcast from Flash, the video comes out heavily pixilated.
The only code I can find to do it is:
cam = Camera.getCamera();
cam.setQuality(0, 100);
ns = new NetStream(nc);
ns.attachCamera(cam);
Shouldn't there be a way to input resolution? Live encoder has ~15 settings, are these settings adjustable when publishing from Flash?
