Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -381,6 +381,10 @@ namespace config {
|
||||
-1,
|
||||
}, // vt
|
||||
|
||||
{
|
||||
false, // strict_rc_buffer
|
||||
}, // vaapi
|
||||
|
||||
{}, // capture
|
||||
{}, // encoder
|
||||
{}, // adapter_name
|
||||
@@ -414,7 +418,7 @@ namespace config {
|
||||
PRIVATE_KEY_FILE,
|
||||
CERTIFICATE_FILE,
|
||||
|
||||
boost::asio::ip::host_name(), // sunshine_name,
|
||||
platf::get_host_name(), // sunshine_name,
|
||||
"sunshine_state.json"s, // file_state
|
||||
{}, // external_ip
|
||||
};
|
||||
@@ -1060,6 +1064,8 @@ namespace config {
|
||||
int_f(vars, "vt_software", video.vt.vt_require_sw, vt::force_software_from_view);
|
||||
int_f(vars, "vt_realtime", video.vt.vt_realtime, vt::rt_from_view);
|
||||
|
||||
bool_f(vars, "vaapi_strict_rc_buffer", video.vaapi.strict_rc_buffer);
|
||||
|
||||
string_f(vars, "capture", video.capture);
|
||||
string_f(vars, "encoder", video.encoder);
|
||||
string_f(vars, "adapter_name", video.adapter_name);
|
||||
|
||||
Reference in New Issue
Block a user