summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()