Expose Connection environment variables to the app start (#1430)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Elia Zammuto
2023-07-29 18:21:58 +00:00
committed by GitHub
parent 4b986b26c2
commit 3b2a098640
6 changed files with 117 additions and 40 deletions

View File

@@ -15,6 +15,7 @@
#include "config.h"
#include "platform/common.h"
#include "rtsp.h"
#include "utility.h"
namespace proc {
@@ -65,7 +66,7 @@ namespace proc {
_apps(std::move(apps)) {}
int
execute(int app_id);
execute(int app_id, rtsp_stream::launch_session_t launch_session);
/**
* @return _app_id if a process is running, otherwise returns 0