mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 11:49:59 +01:00
Set SRT Latency to 200ms
TODO: make it configurable
This commit is contained in:
@@ -101,9 +101,9 @@ std::string VideoBroadcast::init(GstCaps *caps)
|
||||
}
|
||||
|
||||
// TODO Configure options
|
||||
// setup SRT streaming sink properties
|
||||
// setup SRT streaming sink properties (latency)
|
||||
g_object_set (G_OBJECT (gst_bin_get_by_name (GST_BIN (pipeline_), "sink")),
|
||||
"latency", 1000,
|
||||
"latency", 200,
|
||||
"wait-for-connection", false,
|
||||
NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user