summaryrefslogtreecommitdiff
path: root/liveRTMP.js
diff options
context:
space:
mode:
Diffstat (limited to 'liveRTMP.js')
-rw-r--r--liveRTMP.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/liveRTMP.js b/liveRTMP.js
index dc1da7c..4e35857 100644
--- a/liveRTMP.js
+++ b/liveRTMP.js
@@ -7,7 +7,10 @@ const homedir = require('os').homedir();
const ffmpegServer = config.ffmpegServer + ":" + config.ffmpegServerPort + "/auth/" + config.auth;
-var xvfb = new Xvfb({silent: true});
+var xvfb = new Xvfb({
+ silent: true,
+ xvfb_args: ["-screen", "0", "1280x800x24", "-ac", "-nolisten", "tcp", "-dpi", "96", "+extension", "RANDR"]
+});
var width = 1280;
var height = 720;
var options = {