From 427104f1dab86f5afc7d7b49b02ed27d03ef9346 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 3 Apr 2024 15:04:09 +0800 Subject: [PATCH] Release v5.0-r2, 5.0 release2, v5.0.210, 163515 lines. --- README.md | 1 + trunk/conf/full.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 4aef3ecb6..95aebad40 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 3cbaf09df..7733f0458 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -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