Skip to content

Commit

Permalink
Update docs for SRS Stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jan 22, 2024
1 parent b50b9cd commit d61d1ef
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,21 @@ SRS Stack支持对实时流进行转码,以降低比特率、节省带宽和

详细信息请参阅[直播转码](/blog/Live-Transcoding)

## AI Products

我们正在SRS Stack中实现各种AI的工具和产品,这里是最新的状态,我们会持续更新这个文档。

1. 直播AI字幕,对接的OpenAI的Whisper实现的语音转文字,然后将文字字幕叠加到直播中,实现直播的自动字幕。
* 状态:已经完成,可以在SRS Stack中使用。参考[AI自动字幕](/blog/live-streams-transcription)
1. AI文档助手,对接的AI文档的API,会在官网上提供AI助手,可以不用花时间看文档,也可以知道正确的答案。
* 状态:开发中,对接的是 https://glimelab.ai 的服务,首先会在官网上上架这个能力。
1. 直播间AI助手,在直播间放一个AI当助手,可以让助手帮自己回答问题,或者完成直播中的一些任务。
* 状态:测试中,将 [AI Talk](https://github.com/ossrs/ai-talk) 集成到了直播间,并做了改进和完善,可以将AI放到OBS中嵌入到直播流中。
1. 点播视频翻译,可以将英文视频翻译成中文了学习英文,或者制作多语言的视频,在教育和电商中用的比较多。
* 状态:原型开发中,正在调研方案和测试体验和效果。

如果你对我们的AI产品感兴趣,可以关注我们的公众号后,在[公众号](/contact#discussion)菜单选择`AI产品`,可以加入微信群,和我们一起讨论。

## HTTP API

你可以打开`系统配置 > OpenAPI`来获取Bearer鉴权并尝试HTTP API。
Expand Down
16 changes: 16 additions & 0 deletions versioned_docs/version-5.0/doc/getting-started-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,22 @@ live stream content to make it better.

See [Efficient Live Streaming Transcoding for Reducing Bandwidth and Saving Costs](/blog/Live-Transcoding) for details.

## AI Products

We are implementing various AI tools and products in the SRS Stack, and here is the latest status. We will continue
to update this document.

1. AI Transcript: Implement voice-to-text by connecting to OpenAI's Whisper, and overlay the text captions onto the live broadcast, enabling automatic subtitles for streaming.
* Status: Completed and available in the SRS Stack. Refer to [Creating Accessible, Multilingual Subtitles for Diverse Audiences](/blog/live-streams-transcription).
1. Document Assistant: Connect to the AI document API, and provide an AI assistant on the official website, so users can obtain correct answers without spending time reading the documentation.
* Status: In development, integrating with the service from https://glimelab.ai. This capability will initially be available on the official website.
1. Streamer Assistant: Place an AI assistant in the live stream room to help answer questions and accomplish tasks during the broadcast.
* Status: In testing, integrating [AI Talk](https://github.com/ossrs/ai-talk) into the live streaming room, making improvements, and perfecting the integration. This allows embedding AI into OBS within the live stream.
1. VoD Translation: Translate English videos into Chinese for English learning or create multilingual videos, frequently used in education and e-commerce.
* Status: Prototype development in progress, currently researching solutions and testing user experience and results.

If you are interested in our AI products, feel free to join our [Discord](https://discord.gg/yZ4BnPmHAd) server to discuss with us.

## HTTP API

You can open the `System > OpenAPI` to get the Bearer token and try the HTTP API.
Expand Down

0 comments on commit d61d1ef

Please sign in to comment.