Logo
Explore Help
Register Sign In
lenn/srs
1
0
Fork 0
You've already forked srs
mirror of https://github.com/ossrs/srs.git synced 2025-11-24 03:44:02 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
e59b30301a03f9b3b7e943c795d9e3f4f5a8fc4e
srs/trunk/conf/rtmp.conf

13 lines
268 B
Plaintext
Raw Normal View History

refine readme, confs
2014-03-18 15:38:34 +08:00
# the config for srs to delivery RTMP
Update docs link to latest in code.
2025-07-05 09:32:11 -04:00
# @see https://ossrs.io/lts/en-us/docs/v7/doc/rtmp
refine readme, confs
2014-03-18 15:38:34 +08:00
# @see full.conf for detail config.
refine the max connections, compare the system ulimit max open files, error when exeed limit
2014-07-26 15:34:45 +08:00
max_connections 1000;
Config: Update config files, daemon off, log to console
2021-02-18 11:39:25 +08:00
daemon off;
srs_log_tank console;
AI: Config: Move RTMP configs to rtmp{} section. v7.0.64 (#4454) This PR reorganizes SRS configuration structure by moving RTMP-specific configurations from global scope to a dedicated `rtmp {}` section, and includes various cleanups. **Before (SRS 6.x):** ```nginx listen 1935; chunk_size 60000; max_connections 1000; ``` **After (SRS 7.0+):** ```nginx max_connections 1000; rtmp { listen 1935; chunk_size 60000; } ``` Cleanup: * Removed unused threads_interval configuration and related code * Cleaned up reload handlers and removed obsolete functionality --------- Co-authored-by: OSSRS-AI <winlinam@gmail.com>
2025-08-27 19:27:23 -04:00
rtmp {
listen 1935;
}
simplify usage
2014-03-10 18:59:11 +08:00
vhost __defaultVhost__ {
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 5943ms Template: 201ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API