mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Release v5.0-r2, 5.0 release2, v5.0.210, 163515 lines.
This commit is contained in:
parent
244ce7bc01
commit
427104f1da
2 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,7 @@ distributed under their [licenses](https://ossrs.io/lts/en-us/license).
|
|||
* 2023-09-28, [Release v6.0-d2](https://github.com/ossrs/srs/releases/tag/v6.0-d2), v6.0-d2, 6.0 dev2, v6.0.85, 167509 lines.
|
||||
* 2023-08-31, [Release v6.0-d1](https://github.com/ossrs/srs/releases/tag/v6.0-d1), v6.0-d1, 6.0 dev1, v6.0.72, 167135 lines.
|
||||
* 2023-07-09, [Release v6.0-d0](https://github.com/ossrs/srs/releases/tag/v6.0-d0), v6.0-d0, 6.0 dev0, v6.0.59, 166739 lines.
|
||||
* 2024-04-03, [Release v5.0-r2](https://github.com/ossrs/srs/releases/tag/v5.0-r2), v5.0-r2, 5.0 release2, v5.0.210, 163515 lines.
|
||||
* 2024-02-15, [Release v5.0-r1](https://github.com/ossrs/srs/releases/tag/v5.0-r1), v5.0-r1, 5.0 release1, v5.0.208, 163441 lines.
|
||||
* 2023-12-30, [Release v5.0-r0](https://github.com/ossrs/srs/releases/tag/v5.0-r0), v5.0-r0, 5.0 release0, v5.0.205, 163363 lines.
|
||||
* 2023-11-19, [Release v5.0-b7](https://github.com/ossrs/srs/releases/tag/v5.0-b7), v5.0-b7, 5.0 beta7, v5.0.200, 163305 lines.
|
||||
|
|
|
@ -217,6 +217,7 @@ http_api {
|
|||
password admin;
|
||||
}
|
||||
# For https_api or HTTPS API.
|
||||
# Note: The SRS HTTPS server is for demo only, please use Nginx/Caddy to proxy to SRS in production environment.
|
||||
https {
|
||||
# Whether enable HTTPS API.
|
||||
# Overwrite by env SRS_HTTP_API_HTTPS_ENABLED
|
||||
|
@ -272,6 +273,7 @@ http_server {
|
|||
# default: on
|
||||
crossdomain on;
|
||||
# For https_server or HTTPS Streaming.
|
||||
# Note: The SRS HTTPS server is for demo only, please use Nginx/Caddy to proxy to SRS in production environment.
|
||||
https {
|
||||
# Whether enable HTTPS Streaming.
|
||||
# Overwrite by env SRS_HTTP_SERVER_HTTPS_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue