Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Apr 27, 2024
1 parent 153d138 commit 5975c4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ Open the HLS stream link in the browser to view the live stream with subtitles.
You can also use the HTTP API to obtain ASR results for each HLS segment and perform actions like translation
or integration with your AI systems.

## HLS with WebVTT

You can enable Web Video Text Tracks (WebVTT) for HLS. First, enable WebVTT in `Transcript > Service Settings > WebVTT Subtitle`,
click the checkbox `Enable WebVTT Subtitle`.

Then, open the `Stream Operations` tab, you will get a HLS stream with WebVTT subtitles.

## Cloud Service

At SRS, our goal is to establish a non-profit, open-source community dedicated to creating an all-in-one,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ docker run --rm -it -p 80:2022 -p 443:2443 -p 1935:1935 \

您还可以使用HTTP API获取每个HLS片段的ASR结果,并执行诸如翻译或与您的AI系统集成等操作。

## HLS with WebVTT

您可以为 HLS 启用 Web Video Text Tracks (WebVTT)。首先,在 `AI字幕 > 服务设置 > WebVTT字幕` 中启用 WebVTT,
勾选 `是否开启WebVTT字幕` 复选框。

然后,打开 `直播流管理操作` 标签页,您将获得一个带有 WebVTT 字幕的 HLS 流。

## Conclusion

Oryx将OpenAI的Whisper和FFmpeg整合在一起,彻底改变了直播方式,使观众体验更佳,通过提供包容性的AI驱动字幕。
Expand Down
1 change: 1 addition & 0 deletions src/pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ would need to become a contributor.

* Backer: $5 per month, online text chat support through Discord.
* Sponsor: $100 per month, online text chat plus online meeting support.
* For customized features and consulting services, please contact us through [Discord](https://discord.gg/yZ4BnPmHAd).

Please visit [OpenCollective](https://opencollective.com/srs-server) to become a backer or sponsor,
and send me a direct message on [Discord](https://discord.gg/yZ4BnPmHAd).
Expand Down

0 comments on commit 5975c4d

Please sign in to comment.