diff options
| author | Christian Franke <nobody@nowhere.ws> | 2011-11-16 05:13:50 +0100 |
|---|---|---|
| committer | Christian Franke <nobody@nowhere.ws> | 2011-11-16 05:13:50 +0100 |
| commit | 2afa174709cfb91b3c85753c1e13f203403c407d (patch) | |
| tree | b18674be6b747d0021ae2256247ccc4a9fa38cd7 | |
| parent | 3d80025b7fe79339c7985e2e10161447eea46d1e (diff) | |
append mplayer params for target platform
| -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() |
