Winlin
|
d4d1d5d8b5
|
AI: Move some app files to kernel. v7.0.86 (#4486)
Co-authored-by: OSSRS-AI <winlinam@gmail.com>
|
2025-09-13 10:26:47 -04:00 |
|
Winlin
|
2384f3fb06
|
AI: Fix naming problem for app module. v7.0.85 (#4485)
Co-authored-by: OSSRS-AI <winlinam@gmail.com>
|
2025-09-12 19:44:43 -04:00 |
|
winlin
|
084bb6f7fc
|
Remove most of reload, only keep framework.
|
2025-08-30 10:06:11 -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 |
|
Winlin
|
6e1134fe9b
|
Use clang format. v7.0.52 (#4433)
---------
Co-authored-by: ChenGH <chengh_math@126.com>
|
2025-08-11 23:19:19 -04:00 |
|
ChenGH
|
13597d1b7f
|
update copyright to 2025. v5.0.218 v6.0.159 v7.0.21 (#4271)
update copyright to 2025
---------
Co-authored-by: john <hondaxiao@tencent.com>
Co-authored-by: winlin <winlinvip@gmail.com>
|
2025-01-14 17:35:18 +08:00 |
|
Winlin
|
7ab012c60f
|
SmartPtr: Support detect memory leak by valgrind. v6.0.132 (#4102)
1. Support detect memory leak by valgrind.
2. Free the http handler entry.
3. Free the stack of ST.
---
Co-authored-by: Jacob Su <suzp1984@gmail.com>
|
2024-06-29 11:16:32 +08:00 |
|
winlin
|
2a2da2253f
|
Switch to 2013-2024. v6.0.109
|
2024-01-01 10:51:24 +08:00 |
|
winlin
|
29eff1a242
|
Refine LICENSE.
|
2023-10-23 14:33:19 +08:00 |
|
winlin
|
c46ef81ff2
|
SRS5: Update license date to 2023. v5.0.123
PICK 72f8ed4916
|
2023-01-01 08:56:20 +08:00 |
|
winlin
|
d117145b95
|
Update date from 2021 to 2022.
|
2022-06-20 19:22:25 +08:00 |
|
winlin
|
d5c86dc5fa
|
Switch LICENSE from MIT to **MIT or MulanPSL-2.0**. v5.0.21
|
2022-01-13 18:40:22 +08:00 |
|
Winlin
|
c8a1e0f3da
|
Refine AUTHORS.txt to AUTHORS.md, etc. 5.0.8 (#2464)
* Refine AUTHORS.txt to AUTHORS.md, etc. 5.0.8
* Update README.md
* Update README.md
* Refine format for AUTHORS.md
|
2021-07-08 14:30:47 +08:00 |
|
winlin
|
15901cacee
|
SquashSRS4: Use SPDX-License-Identifier: MIT. 5.0.3
|
2021-05-31 13:42:20 +08:00 |
|
winlin
|
8b74c7cb89
|
SquashSRS4: Happy 2021
|
2021-04-16 09:29:43 +08:00 |
|
winlin
|
2135b638b1
|
Merge srs_app_thread.hpp to srs_app_conn.hpp
|
2020-09-11 16:44:40 +08:00 |
|
winlin
|
23ece94064
|
Fix #1206, dispose ingester while server quiting. 3.0.111
|
2020-01-29 20:22:28 +08:00 |
|
winlin
|
d783a12f89
|
Happy 2020
|
2019-12-30 10:10:35 +08:00 |
|
winlin
|
6b2c71d385
|
Refine typo in files. 3.0.51
|
2019-04-30 08:30:13 +08:00 |
|
winlin
|
aac8a13f42
|
Refine typo in app.
|
2019-04-28 09:08:05 +08:00 |
|
winlin
|
283c4c7449
|
Refine SrsPithyPrint.age or SrsIngesterFFMPEG.alive in time unit.
|
2019-04-18 08:15:55 +08:00 |
|
winlin
|
53357e92fe
|
Refine headers
|
2019-04-11 09:27:16 +08:00 |
|
winlin
|
6c12aa0eca
|
Refine srs_update_system_time in time unit
|
2019-04-10 09:07:03 +08:00 |
|
winlin
|
b2d1d84634
|
Change to 2019
|
2019-01-01 21:37:28 +08:00 |
|
winlin
|
aa1a5442f9
|
Always enable SRS_Ingest
|
2018-12-22 20:30:13 +08:00 |
|
winlin
|
ca1395a807
|
Change date from 2017 to 2018
|
2018-01-07 10:58:53 +08:00 |
|
winlin
|
6eae93258a
|
For #913, APP support complex error.
|
2018-01-01 19:39:57 +08:00 |
|
winlin
|
fd91df9411
|
For #913, reload use complex error
|
2017-09-22 16:14:30 +08:00 |
|
winlin
|
9db2a04c3b
|
For #913, coroutine support complex error.
|
2017-06-11 18:44:20 +08:00 |
|
winlin
|
ea9a5f26d9
|
For #906, #902, use coroutine for reusable thread
|
2017-05-29 20:33:32 +08:00 |
|
winlin
|
b21f92f97a
|
For #906, #902, remove the thread start and stop event
|
2017-05-29 18:42:36 +08:00 |
|
winlin
|
0a57a46016
|
Refine LICENSE
|
2017-03-25 21:29:29 +08:00 |
|
winlin
|
f32aab3d92
|
For #299, refine code.
|
2017-03-25 17:21:39 +08:00 |
|
winlin
|
7ac932cfa0
|
update to 2013-2017
|
2016-12-16 11:57:25 +08:00 |
|
winlin
|
d0c74fa7cd
|
update 2015 to 2016
|
2015-12-23 11:35:40 +08:00 |
|
winlin
|
01c46bdbfd
|
rename org simle-rtmp-server to ossrs
|
2015-11-11 10:45:45 +08:00 |
|
winlin
|
1ffd5fd455
|
rename org simple-rtmp-server to ossrs
|
2015-11-11 10:37:50 +08:00 |
|
winlin
|
342483bf04
|
for #319, when reload the listen, restart all ingesters.
|
2015-09-01 18:39:14 +08:00 |
|
winlin
|
2a1db36750
|
refine the pithy print of ingesters.
|
2015-06-06 18:57:41 +08:00 |
|
winlin
|
860d68e6e7
|
for #374, use fast stop for ingesters to stop many FFMPEG.
|
2015-05-30 11:25:33 +08:00 |
|
winlin
|
567d84e997
|
fix #374: when terminate srs, cleanup to ensure FFMPEG quit.
|
2015-05-30 09:58:17 +08:00 |
|
winlin
|
e5f449ce36
|
refine the thread to three category.
|
2015-05-23 09:20:16 +08:00 |
|
winlin
|
b23e196f20
|
migarate from winlinvip to srs org, move the copyright to srs org.
|
2015-04-29 17:38:23 +08:00 |
|
winlin
|
1102c7a58f
|
refine pithy print to more easyer to use 2.0.121.
|
2015-02-19 18:56:21 +08:00 |
|
winlin
|
569596c10d
|
update copyright, from 2013 to 2015
|
2014-12-31 20:32:09 +08:00 |
|
winlin
|
7b24788445
|
for bug #143, build on centos5.
|
2014-08-02 22:18:39 +08:00 |
|
winlin
|
c59576146b
|
rename struct to class. 0.9.100
|
2014-05-17 14:59:33 +08:00 |
|
winlin
|
23a1b29935
|
add dvr option. refine macros of auto headers
|
2014-04-15 14:01:57 +08:00 |
|
winlin
|
73c310cd2e
|
refine the macro.
|
2014-04-14 09:10:36 +08:00 |
|
winlin
|
e432fe931f
|
support reload ingesters(added/removed/updated). change to 0.9.57.
|
2014-04-10 11:21:47 +08:00 |
|