简体   繁体   English

如何将 AWS IVS Player 设置为正常延迟

[英]how to set AWS IVS Player to normal latency

According to Amazon IVS doucumentation,根据 Amazon IVS 文档,

Chrome for iOS, Safari for iOS: iOS 的 Chrome,iOS 的 Safari:
Ultra-low latency playback is not supported.不支持超低延迟播放。 Normal latency playback is supported.支持正常延迟播放。

So my streams' latency are around 2~5s,but Safari are always delay >15s.所以我的流延迟在 2~5 秒左右,但 Safari 总是延迟 >15 秒。 I'm using pure web player to stream:我正在使用纯 web 播放器到 stream:
<script src="https://player.live-video.net/1.14.0/amazon-ivs-player.min.js">

In my scenario, although latency is important, but the simultaneousness is much more crucial than latency.Is there any way to force all the platforms to delay >15s?在我的场景中,虽然延迟很重要,但同时性比延迟更重要。有什么办法可以强制所有平台延迟> 15s?

When creating a channel, you can choose NORMAL latency mode instead of LOW ( source ).创建通道时,您可以选择NORMAL延迟模式而不是LOW ( source )。 Most third-party broadcasting software also has an option to introduce intentional delay, if that's what you're looking to do.大多数第三方广播软件也可以选择引入有意延迟,如果这是您想要做的。 Example for OBS here . OBS 的例子在这里

Edit: You can also turn live low latency off in the player (except on iOS).编辑:您还可以在播放器中关闭实时低延迟(iOS 除外)。 Docs . 文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM