Mixer dead after 10 seconds.

I m starting the MIXER using API.
After 10 seconds, mixer is dead.

What i m doing wrong?

Once attempt to attach the stream, mixer is not found.
 
Hello!

I found the error:
mixer_idle_timeout=10000
into .proprieties file.

Change to
mixer_idle_timeout=3600000 to give me 1 hour window.
 
Top