mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, refine the config forward.
This commit is contained in:
parent
bc24c0407b
commit
6bd05f9cfc
7 changed files with 119 additions and 45 deletions
|
@ -44,7 +44,10 @@ vhost demo.srs.com {
|
|||
enabled on;
|
||||
gop_cache on;
|
||||
queue_length 30;
|
||||
forward 127.0.0.1:19350;
|
||||
forward {
|
||||
enabled on;
|
||||
destination 127.0.0.1:19350;
|
||||
}
|
||||
bandcheck {
|
||||
enabled off;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue