View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#128
Originally Posted by rotoflex View Post
I'm not familiar with the internal differences of the players, but I have noticed that mplayer has issues with buffering that result in its abandoning a stream & going silent when taxed. I must use kmplayer, which must differ somehow, when reliability for not going silent is essential.
You can set the buffer size for mplayer with the 'cache' parameter, e.g

Code:
mplayer --cache=2048 $filename
This should help with any buffering issues. I don't know if KMPlayer changes the default buffer size when it uses the mplayer backend.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post: