diff options
Diffstat (limited to 'remote')
-rwxr-xr-x | remote/projector.py | 4 |
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() |