AWS Elemental MediaLive流延迟问题

时间:2019-08-13 13:00:15

标签: amazon-web-services video-streaming

我以此创建了一个medialive频道 https://docs.aws.amazon.com/medialive/latest/ug/creating-channel-scratch.html

在“清单和细分”部分中,我已将HSL输出组更改为段长度为3,段号为3。

更改段长度和段数后,流延迟大约为20到30秒。

如何减少3到4秒的流式传输延迟?

1 个答案:

答案 0 :(得分:0)

AWS Media博客上有一个演练:

https://aws.amazon.com/blogs/media/part-4-how-to-compete-with-broadcast-latency-using-current-adaptive-bitrate-technologies/

大部分延迟将取决于视频播放器的配置。通常,播放器设置为缓冲3个段,因此仅在播放器中,您可能会看到3s * 3个段= 9s。

博客文章的其他部分(第1部分)介绍了如何测量延迟的来源。