Add option for sending quit app request after quitting streaming session

* By default this option is set to `false` and can be enabled using the
  new `-quitappafter`/`quitappafter` command-line/config options.
This commit is contained in:
Hugo Hromic
2019-01-22 22:02:30 +00:00
committed by Iwan Timmer
parent 7a32234c0b
commit d0f5f90dea
5 changed files with 25 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ typedef struct _CONFIGURATION {
bool localaudio;
bool fullscreen;
bool unsupported;
bool quitappafter;
char* inputs[MAX_INPUTS];
int inputsCount;
enum codecs codec;