mirror of https://github.com/ossrs/srs.git
add wiki Usage: Forward and Realtime
parent
a7df93c8ff
commit
e6e32f963c
@ -0,0 +1,4 @@
|
||||
listen 1935;
|
||||
vhost __defaultVhost__ {
|
||||
forward 127.0.0.1:19350;
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
listen 19350;
|
||||
vhost __defaultVhost__ {
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
listen 1935;
|
||||
vhost __defaultVhost__ {
|
||||
gop_cache off;
|
||||
queue_length 10;
|
||||
}
|
Loading…
Reference in New Issue