Folks I am using the MediaPlayer on a Nexus One to play a RTSP stream. It works, but repeated changes of parameters for the stream (I am experimenting with video and audio codec rates), and the re-invocation of the Media Player to grab the RTSP url sometimes (more often than not) causes the following error
05-06 16:29:47.735: INFO/PlayerDriver(52): buffering (4) 05-06 16:29:51.585: WARN/QCvdec(52): vdec_open 05-06 16:29:51.585: ERROR/QCvdec(52): adsp: cannot open '/dev/vdec', fd: -1 (Out of memory) 05-06 16:29:51.585: WARN/QCvdec(52): Adsp Open Failed 05-06 16:29:51.585: WARN/QCvdec(52): adsp_close: adsp_module is not initialized 05-06 16:29:51.585: WARN/QCvdec(52): FA: Setting Tail to NULL 05-06 16:29:51.585: WARN/QCvdec(52): ERROR!!! vdec_open failed 05-06 16:29:51.585: WARN/QCvdec(52): Native decoder creation failed 05-06 16:29:51.595: ERROR/PVOMXVidDecNode(52): Ln 1373 OMX_EventError nData1 -2147479542 nData2 0 05-06 16:29:51.595: WARN/MediaPlayer(589): info/warning (1, 26) 05-06 16:29:51.595: ERROR/PVOMXVidDecNode(52): Ln 1373 OMX_EventError nData1 -2147479542 nData2 0 Additionally, using ddms, If I go to the 'sysinfo' tab, and choose 'CPU Load' and 'Update from Device', I see that the mediaserver(user) is occupying about 99% of the cpu. The rest is system_server(user). The only way to get out of this is a hard reboot. Nothing else helps. I found something similar at http://code.google.com/p/cyanogenmod/issues/detail?id=1073 but of course, this link for a custom build. I am running vanilla Nexus One (2.0.1)... but figured that this might help folks to know more about the problem. Can someone help ? Thanks in advance. -- 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

