activating fullscreen

This commit is contained in:
Fabian Stamm 2017-06-20 17:24:17 +02:00
parent e320169465
commit 7629d6c5ce

View File

@ -22,7 +22,7 @@ class VLC_RC {
var args = [ var args = [
"-I rc", //Remote Control Interface "-I rc", //Remote Control Interface
"--play-and-pause", //Pause at end of Movie "--play-and-pause", //Pause at end of Movie
//"--fullscreen" //Start in Fullscreen "--fullscreen" //Start in Fullscreen
]; ];
this.vlc_process = spawn('cvlc', args); this.vlc_process = spawn('cvlc', args);