mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-01-06 15:05:27 +01:00
Fixed issue of low quality stream in JPEG: new default to RGB RAW RTP stream
Backward compatibility through menu un stream output view (allow selecting JPEG)
This commit is contained in:
@@ -242,6 +242,7 @@ struct Application
|
||||
|
||||
// settings exporters
|
||||
RecordConfig record;
|
||||
int stream_protocol;
|
||||
|
||||
// settings new source
|
||||
SourceConfig source;
|
||||
@@ -279,6 +280,7 @@ struct Application
|
||||
current_view = 1;
|
||||
current_workspace= 1;
|
||||
brush = glm::vec3(0.5f, 0.1f, 0.f);
|
||||
stream_protocol = 0;
|
||||
windows = std::vector<WindowConfig>(3);
|
||||
windows[0].name = APP_TITLE;
|
||||
windows[0].w = 1600;
|
||||
|
||||
Reference in New Issue
Block a user