mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update gb28181 config wait_keyframe default on
This commit is contained in:
parent
01111a0d77
commit
23ce929048
3 changed files with 4 additions and 3 deletions
|
@ -4543,7 +4543,7 @@ bool SrsConfig::get_stream_caster_gb28181_audio_enable(SrsConfDirective* conf)
|
|||
|
||||
bool SrsConfig::get_stream_caster_gb28181_wait_keyframe(SrsConfDirective* conf)
|
||||
{
|
||||
static bool DEFAULT = false;
|
||||
static bool DEFAULT = true;
|
||||
|
||||
if (!conf) {
|
||||
return DEFAULT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue