OSSRS-AI
|
a83c9026f9
|
SRT: Enable tlpktdrop by default to prevent 100% CPU usage. v7.0.133 (#4587) (#4601)
|
2025-12-04 09:47:01 -05:00 |
|
OSSRS-AI
|
fc6a851d5f
|
SRT: Support configurable default_streamid option. v6.0.180 v7.0.95 (#4515)
|
2025-10-01 22:05:15 -04:00 |
|
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 |
|
hondaxiao
|
fbc6eebe18
|
SRT: remove rtmp_to_srt
|
2022-06-14 20:02:25 +08:00 |
|
winlin
|
bda0268a37
|
SRT: Update full.conf for new configs.
|
2022-06-14 20:02:24 +08:00 |
|
hondaxiao
|
b566182f0b
|
SRT: fix utest failed
|
2022-06-14 20:02:24 +08:00 |
|
hondaxiao
|
94fa0ff7bd
|
Refine SRT code, with StateThread adpater
|
2022-06-14 19:58:42 +08:00 |
|
winlin
|
e3bca883e1
|
SuqashSRS4: Build SRT native
|
2021-05-16 16:14:00 +08:00 |
|
winlin
|
adb6f723c7
|
Config: Update config files, daemon off, log to console
|
2021-02-18 11:39:25 +08:00 |
|
winlin
|
4ff8a055c5
|
Update conf to follow wiki
|
2020-10-23 20:54:36 +08:00 |
|
runner365
|
7f4cc6221c
|
1,solve audio timestamp bugs;2,solve video dts increase bugs
|
2020-02-29 16:47:20 +08:00 |
|
runner365
|
4bd37d43b4
|
solve dts==0 bugs; solve large aac 2930bytes timestamp bugs
|
2020-02-26 11:14:05 +08:00 |
|
runner365
|
24f286684e
|
add srt parameter configure
|
2020-02-12 20:02:55 +08:00 |
|
winlin
|
87ba204a42
|
Update doc for SRT url.
|
2020-01-23 18:25:44 +08:00 |
|
winlin
|
c7f6eef4ac
|
Refine config file, link to issue.
|
2020-01-23 11:51:35 +08:00 |
|
runner365
|
03ef01c635
|
update configure
|
2020-01-22 10:59:50 +08:00 |
|
runner365
|
746d188e6f
|
update srt.conf
|
2020-01-21 19:23:38 +08:00 |
|
runner365
|
5c5fd805c5
|
add srt mpegts to rtmp
|
2020-01-21 19:20:09 +08:00 |
|