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
|
@ -319,7 +319,8 @@ stream_caster {
|
|||
rtp_port_min 58200;
|
||||
rtp_port_max 58300;
|
||||
# Whether wait for keyframe then forward to RTMP.
|
||||
wait_keyframe off;
|
||||
# default: on
|
||||
wait_keyframe on;
|
||||
# Max timeout in seconds for RTP stream, if timeout, RTCP bye and close stream.
|
||||
# default: 30
|
||||
rtp_idle_timeout 30;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue