mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 22:59:59 +01:00
UI Integration of output to SRT, Shmdata and V4L2
Improved user interface and messages for the activation of Output streaming with SRT, shared memory, or loopback camera with V4L2 under linux.
This commit is contained in:
@@ -263,6 +263,8 @@ struct Application
|
||||
int stream_protocol;
|
||||
int broadcast_port;
|
||||
KnownHosts recentSRT;
|
||||
int loopback_camera;
|
||||
std::string shm_socket_path;
|
||||
|
||||
// Settings of widgets
|
||||
WidgetsConfig widget;
|
||||
@@ -317,9 +319,11 @@ struct Application
|
||||
show_tooptips = true;
|
||||
accept_connections = false;
|
||||
stream_protocol = 0;
|
||||
broadcast_port = 7070;
|
||||
broadcast_port = 0;
|
||||
recentSRT.protocol = "srt://";
|
||||
recentSRT.default_host = { "127.0.0.1", "7070"};
|
||||
loopback_camera = 0;
|
||||
shm_socket_path = "";
|
||||
pannel_current_session_mode = 0;
|
||||
current_view = 1;
|
||||
current_workspace= 1;
|
||||
|
||||
Reference in New Issue
Block a user