In the key_events section: case MP_CMD_MUTE: { mixer_mute(); } ^^^^^^ There's a break missing here, which causes mplayer to crash when you try to mute it. Jim