srs/trunk/3rdparty/srs-docs/doc
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
..
arm.md
client-sdk.md
cloud.md
delivery-hds.md
delivery-hls.md
delivery-http-flv.md
delivery-rtmp.md
drm.md
dvr.md
edge.md
exporter.md
ffmpeg.md
flv-vod-stream.md
flv.md
forward.md
gb28181.md
getting-started-ai.md
getting-started-build.md
getting-started-k8s.md
getting-started-oryx.md
getting-started.md
git.md
gperf.md
gprof.md
hevc.md
hls.md
http-api.md
http-callback.md
http-server.md
ide.md
ingest.md
install.md
introduction.md
k8s.md
learning-path.md
log-rotate.md
log.md
low-latency.md
nginx-exec.md
nginx-for-hls.md
origin-cluster.md
perf.md
performance.md
raspberrypi.md
reload.md
resource.md
reuse-port.md
rtmp-atc.md
rtmp-handshake.md
rtmp-pk-http.md
rtmp-url-vhost.md
rtmp.md AI: Config: Move RTMP configs to rtmp{} section. v7.0.64 (#4454) 2025-08-27 19:27:23 -04:00
rtsp.md
sample-arm.md
sample-dash.md
sample-ffmpeg.md
sample-forward.md
sample-hls-cluster.md
sample-hls.md
sample-http-flv-cluster.md
sample-http-flv.md
sample-http.md
sample-ingest.md
sample-origin-cluster.md
sample-realtime.md
sample-rtmp-cluster.md
sample-rtmp.md
sample-srt.md
sample-transcode-to-hls.md
sample.md
security.md
service.md
snapshot.md
special-control.md
srs-lib-rtmp.md
srt-codec.md
srt-params.md
srt-url.md
srt.md
streamer.md
time-jitter.md
webrtc.md
windows.md AI: Config: Move RTMP configs to rtmp{} section. v7.0.64 (#4454) 2025-08-27 19:27:23 -04:00