mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rtc merge_nalu default value off
This commit is contained in:
parent
5d561b1915
commit
3bab0ad345
1 changed files with 1 additions and 1 deletions
|
@ -4848,7 +4848,7 @@ int SrsConfig::get_rtc_server_reuseport2()
|
|||
|
||||
bool SrsConfig::get_rtc_server_merge_nalus()
|
||||
{
|
||||
static int DEFAULT = true;
|
||||
static int DEFAULT = false;
|
||||
|
||||
SrsConfDirective* conf = root->get("rtc_server");
|
||||
if (!conf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue