Customize web app port

This commit is contained in:
Rafostar
2020-12-16 21:15:41 +01:00
parent 84762de76a
commit c1aae76d6e
6 changed files with 16 additions and 23 deletions

View File

@@ -296,10 +296,8 @@ class ClapperPlayerBase extends GstPlayer.Player
if(!this.webapp)
this.webapp = new WebApp();
this.webapp.startDaemonApp();
this.webapp.startDaemonApp(settings.get_int('webapp-port'));
}
else
this.webapp.stopDaemonApp();
}
else if(this.webserver) {
/* remote app will close when connection is lost