From f7bc5ca0092925d1e910b7d3ca71bdc41856630f Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Thu, 7 Jul 2011 19:31:10 +0300 Subject: Use mplayer as primary player because VLC is so poor with fifos --- src/webvicli/webvicli/client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index 5af0abe..3d63080 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -40,9 +40,9 @@ from . import menu VERSION = '0.4.2' # Default options -DEFAULT_PLAYERS = ['vlc --play-and-exit --file-caching 5000 "%s"', - 'totem "%s"', - 'mplayer "%s"', +DEFAULT_PLAYERS = ['mplayer -cache-min 10 "%s"', + 'vlc --play-and-exit --file-caching 5000 "%s"', + 'totem "%s"', 'xine "%s"'] # These mimetypes are common but often missing -- cgit v1.2.3