This website works better with JavaScript.
Explore
Help
Sign In
github-forks
/
srs
mirror of
https://github.com/ossrs/srs.git
Watch
1
Star
0
Fork
You've already forked srs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9f94f891ad
srs
/
trunk
/
conf
/
srs.conf
8 lines
115 B
Plaintext
Raw
Normal View
History
Unescape
Escape
support listen multiple ports.
12 years ago
listen 1935 19350;
support nginx-style config file
12 years ago
vhost __defaultVhost__ {
application live {
support listen multiple ports.
12 years ago
no_delay on;
allow all;
support nginx-style config file
12 years ago
}
}