i am using MediaRecorder object class to record media stream on Nexus One phone ( Froyo 2.2.1). I see the following errors in "LogCat" MediaRecorder m_mediaRecorder; mediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); m_mediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.H263); m_mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); m_mediaRecorder.setVideoSize(320, 240); m_mediaRecorder.setVideoFrameRate(15); .... ERROR/VENC_ENC(59): VENC_ERROR update_param_port_def::1643 Frame rate is for input port (refer to OMX IL spec) ERROR/VENC_ENC(59): VENC_ERROR get_parameter::952 unsupported index 0x700000b ERROR/VENC_ENC(59): VENC_ERROR set_parameter::2720 unsupported index 0x700000b ERROR/VENC_ENC(59): Bitrate 320000 ERROR/VENC_ENC(59): VENC_ERROR get_parameter::952 unsupported index 0x6000005 ERROR/VENC_ENC(59): VENC_ERROR set_parameter::2720 unsupported index 0x6000005
... m_mediaRecorder.prepare() ERROR/PVOMXEncNode(59): PVMFOMXEncNode-Video_H263::DoPrepare(): Got Component OMX.qcom.video.encoder.h263 handle Any idea what the cause of those errors and how to fix them? Thank you, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

