summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-11-16 05:13:50 +0100
committerChristian Franke <nobody@nowhere.ws>2011-11-16 05:13:50 +0100
commit2afa174709cfb91b3c85753c1e13f203403c407d (patch)
treeb18674be6b747d0021ae2256247ccc4a9fa38cd7
parent3d80025b7fe79339c7985e2e10161447eea46d1e (diff)
append mplayer params for target platform
-rwxr-xr-xremote/projector.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/remote/projector.py b/remote/projector.py
index 16cceb8..b502712 100755
--- a/remote/projector.py
+++ b/remote/projector.py
@@ -70,6 +70,10 @@ def display_video(url):
projection_task = [
'mplayer',
'-fs',
+ '-vo',
+ 'x11',
+ '-ao',
+ 'pulse',
url
]
restart_projection()