Wowza Community

Problems with Flash recorder

We are having some some issues with recording and playback, it works really well with the gocoder app, but with the HD webcam the quality and framerate are nowhere near as good.

var cameraWidth = 1280;

var cameraHeight = 720;

camera.setMode(cameraWidth, cameraHeight, 25,false);

camera.setQuality(0, 88);

camera.setKeyFrameInterval(25);

Its important that it works on mobile to (which it does currently), here are the cupertino settings:

cupertinoChunkDurationTarget 1

cupertinoMaxChunkCount 4

cupertinoPlaylistChunkCount 3

I’ve tried various different flash settings (bigger and smaller sizes, higher and lower quality) but none of them seem to work correctly.

Any assistance with this would be great, thanks