diff --git a/i18n/en-us/docusaurus-plugin-content-blog/2023-08-29-Ensuring-Authentication-for-Live-Streaming-Publishing.md b/i18n/en-us/docusaurus-plugin-content-blog/2023-08-29-Ensuring-Authentication-for-Live-Streaming-Publishing.md index ac9f257f..f86a2920 100644 --- a/i18n/en-us/docusaurus-plugin-content-blog/2023-08-29-Ensuring-Authentication-for-Live-Streaming-Publishing.md +++ b/i18n/en-us/docusaurus-plugin-content-blog/2023-08-29-Ensuring-Authentication-for-Live-Streaming-Publishing.md @@ -70,6 +70,8 @@ You can use any name you prefer, for example, `the-10-years-anually-for-you`: - Publish URL: `rtmp://135.98.31.15/live/the-10-years-anually-for-you?secret=5181a08ee6eab86597e913e1f9e4c294` - Play URL: `http://135.98.31.15/live/the-10-years-anually-for-you.m3u8` +> Note: Please note that all streams share the same publish secret. + The SRS Stack allows for an unlimited number of simultaneous streams, with the only constraint being your server's bandwidth capacity. Additionally, you have the freedom to choose any desired stream name. diff --git a/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-29-Ensuring-Authentication-for-Live-Streaming-Publishing.md b/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-29-Ensuring-Authentication-for-Live-Streaming-Publishing.md index c737f8cf..eba5f851 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-29-Ensuring-Authentication-for-Live-Streaming-Publishing.md +++ b/i18n/zh-cn/docusaurus-plugin-content-blog/2023-08-29-Ensuring-Authentication-for-Live-Streaming-Publishing.md @@ -61,19 +61,22 @@ SRS Stack允许用户通过根据需要简单地更改资源名称(流名称 - Publish URL: `rtmp://135.98.31.15/live/the-10-years-anually-for-you?secret=5181a08ee6eab86597e913e1f9e4c294` - Play URL: `http://135.98.31.15/live/the-10-years-anually-for-you.m3u8` +> Note: 请注意这些流的Secret都是一样的。 + SRS Stack允许无限数量的同时流,唯一的限制是您的服务器带宽容量。此外,您可以自由选择任何所需的流名称。 ## Limitations of the SRS Stack 然而,SRS Stack也有一些局限性。 -截至目前,它仅支持使用适用于所有流的全局秘密进行流发布认证。为了保持简单,它不为每个流提供单独的秘密。 +截至目前,只支持全局的Publish Secret,也就是所有推流的Secret是一样的。这是为了保持简单和易用。目前不支持每个流 +使用单独的Secret,这需要每次推流都需要生成密钥,并且需要考虑密钥的管理和过期。 -此外,与YouTube和Twitch不同,SRS Stack不支持更改流名称,这些名称在发布和播放时使用不同的名称。这可能会令人困惑和复杂, -因为它需要一个额外的系统来管理文件名的映射。 +此外,与YouTube和Twitch不同,SRS Stack不支持更改流名称,也就是在发布和播放时使用不同的流名称。这可能会令人困惑, +整体的复杂性很高, 因为它需要一个额外的系统来管理推流和播放流名称的映射。 -最后,SRS Stack目前尚未支持播放流的认证,使流视图对所有人公开和可访问。如果您希望限制流的播放,请告诉我们。这个功能包含 -在里程碑中,但没有具体的实施时间表。 +最后,SRS Stack目前尚未支持播放流的认证,使流视图对所有人公开和可访问。如果您希望限制流的播放,请告诉我们。这个 +功能已经在里规划中了,但没有具体的实施时间表。 ## Conclusion