mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
9 lines
252 B
Text
9 lines
252 B
Text
# the config for srs to forward
|
|
# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleForward
|
|
# @see full.conf for detail config.
|
|
|
|
listen 19350;
|
|
max_connections 1000;
|
|
pid ./objs/srs.slave.pid;
|
|
vhost __defaultVhost__ {
|
|
}
|