1
0
Fork 0
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:
xiaozhihong 2020-07-02 21:59:51 +08:00
parent 5d561b1915
commit 3bab0ad345

View file

@ -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) {