Sergey Kondakov - 2015-02-04

I second that. Moreover, if JACK output is used it's clear that mplayer stumbles more othen (even if that's not noticable) when ran with average priority as other user processes. For now i have settled with the script /usr/local/bin/mplayer.sh:

1
2
#!/bin/sh
nice -n -2 chrt -v -r 1 mplayer "$@"