FMS 3.5 webcam recording, FLV playback crash browser
Hello there,
I was wondering is any of you can help me with my problem. I'm building a webcam recording and playback application, I'm using Flash media interactive server 3.5.3 and my Flash player is the latest version. I'm authoring my application on Flash cs4and publishingfor AS3, flash player 10
Most of the time, if I make a recording and previews it there are pauses and gaps, then most of the time it continues to play and sometimes it crashed the browser.
heres my cam and microphone settings.
__cam = Camera.getCamera()
__cam.setMode(320,240,16)
__cam.setKeyFrameInterval(4)
__cam.setQuality(57344,0)
__mic = Microphone.getMicrophone()
__mic.codec = SoundCodec.SPEEX
__mic.encodeQuality = 4;
__mic.gain = 50
__mic.setSilenceLevel(1)
for the FMS backend I used the DVR record method, wherein I listen for netstream onPublish and records it, and unPublish will stop the recording. On my local development server, I never experience the problem.
Hope you can help me on this one. thanks.
