ricardojlrufino / anyka_v380ipcam_experiments

Scripts and hacks for Anyka V380 / AK3918 IP camera
50 stars 13 forks source link

Getting audio playback work #5

Closed pcmester closed 2 years ago

pcmester commented 2 years ago

Hi! When I tried to run aplay, I got this error:

open /dev/akpcm_cdev0 failed: Operation not permitted

[ak_cmd_register_module:741] no server was register, can not register module

[ao_sysipc_bind_handle:477] ao handle is not working

[open:297] init aec ao failed

Do you know a fix for this?

ricardojlrufino commented 2 years ago

You are using this ? https://github.com/ricardojlrufino/anyka_v380ipcam_experiments/tree/master/apps/ak_aplay

pcmester commented 2 years ago

Yes, I am

ricardojlrufino commented 1 year ago

You need stop any services using : /dev/akpcm_cdev0 or you need start audio driver...

pcmester commented 1 year ago

Thank you, I will try that