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
develop
srs/trunk/conf/go-oryx-edge.conf

18 lines
401 B
Plaintext
Raw Permalink Normal View History

Add config files for go-oryx
2019-10-05 17:02:25 +08:00
# the config for srs origin-edge cluster
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/edge
Add config files for go-oryx
2019-10-05 17:02:25 +08:00
# @see full.conf for detail config.
max_connections 1000;
pid objs/edge1.pid;
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 19351;
}vhost __defaultVhost__ {
Add config files for go-oryx
2019-10-05 17:02:25 +08:00
cluster {
mode remote;
origin 127.0.0.1:19350;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 414ms Template: 14ms
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