mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #474, config to donot parse width/height from sps. 2.0.189
This commit is contained in:
parent
eb578b4a39
commit
511627abab
10 changed files with 94 additions and 11 deletions
|
@ -858,6 +858,17 @@ vhost min.delay.com {
|
|||
tcp_nodelay on;
|
||||
}
|
||||
|
||||
# whether disable the sps parse, for the resolution of video.
|
||||
vhost no.parse.sps.com {
|
||||
publish {
|
||||
# whether parse the sps when publish stream.
|
||||
# we can got the resolution of video for stat api.
|
||||
# but we may failed to cause publish failed.
|
||||
# default: on
|
||||
parse_sps on;
|
||||
}
|
||||
}
|
||||
|
||||
# the vhost to control the stream delivery feature
|
||||
vhost stream.control.com {
|
||||
# @see vhost mrw.srs.com for detail.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue