srs/trunk/scripts
Winlin 1c4ecefcb6
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
..
_log.sh refine the position of log script 2015-11-11 17:49:46 +08:00
clang_format.sh Script: Use clang-format to unify the coding style. v7.0.38 (#4366) 2025-06-01 22:01:15 -04:00
copy_to_gits.sh UniquePtr: Support SrsUniquePtr to replace SrsAutoFree. v6.0.136 (#4109) 2024-07-09 10:29:36 +08:00
copy-srs-docs.sh AI: Config: Move RTMP configs to rtmp{} section. v7.0.64 (#4454) 2025-08-27 19:27:23 -04:00
docker_test.sh Sanitizer: Support address sanitizer for x86_64 platform (#3212) 2022-10-23 07:21:15 +08:00
git.commit.sh Update script. 2022-03-18 12:02:49 +08:00
htbt.sh update htbt script 2015-10-26 14:54:41 +08:00
install.sh Squash: Fix bugs 2022-01-13 18:26:28 +08:00
new_authors.sh Squash: Fix ingest bug. Refine AUTHORS. 2021-08-25 08:11:44 +08:00
package.sh Package script support extra options. v5.0.102 2022-12-03 18:56:21 +08:00
perf_gso.py update copyright to 2025. v5.0.218 v6.0.159 v7.0.21 (#4271) 2025-01-14 17:35:18 +08:00
sources_replace.sh rename kernel stream to buffer 2015-09-22 08:48:55 +08:00
unstall.sh Add uninstall script 2019-10-05 20:43:04 +08:00
verify_confs.sh Refine config directive token parsing. v6.0.135 (#4042) 2024-07-08 18:19:25 +08:00