From: James Bunton Date: Sun, 17 Feb 2013 10:51:16 +0000 (+1100) Subject: Run mplayer with -nocache, makes seeking more reliable X-Git-Url: https://code.delx.au/bluplayer/commitdiff_plain/553c4340bd0e699f05c6d23d317a46c8c6f3f987 Run mplayer with -nocache, makes seeking more reliable --- diff --git a/bluplayer.py b/bluplayer.py index d119a3a..9c76010 100755 --- a/bluplayer.py +++ b/bluplayer.py @@ -156,6 +156,7 @@ class MPlayer(QObject): else: self.opts = [ "-fs", + "-nocache", "-lavdopts", "threads=%s" % get_num_cpus(), "-volume", "100", ]