activating fullscreen
This commit is contained in:
parent
e320169465
commit
7629d6c5ce
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user