1

According to Amazon IVS doucumentation,

Chrome for iOS, Safari for iOS:
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. I'm using pure web player to 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?

user3602859
  • 87
  • 1
  • 6

1 Answers1

0

When creating a channel, you can choose NORMAL latency mode instead of 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.

Edit: You can also turn live low latency off in the player (except on iOS). Docs.

Todd Sharp
  • 3,207
  • 2
  • 19
  • 27