Exact semantics of IVS Player getLiveLatency()?

0

What exactly is getLiveLatency() measuring for a live stream?

https://aws.github.io/amazon-ivs-player-docs/1.7.0/web/interfaces/player.html#getlivelatency

Given:

content recorded (A) --> content received at AWS IVS ingest endpoint (B) ---> presumably some processing in AWS (C) ---> content available for a viewer to view on AWS IVS servers (D) ----> viewer downloads live data, a HLS segment (E) ---> viewer watches segment (F)

getLiveLatency gives the difference between which of the following?

1: A and E? 2: B and E? 3: D and E? 4: Other?

How is that number actually being computed?

已提问 2 年前328 查看次数
1 回答
0

Thank you for using the Amazon Interactive Video Service. The IVS Player's getLiveLatency method (https://aws.github.io/amazon-ivs-player-docs/1.7.0/web/interfaces/player.html#getlivelatency) measures the latency between when the content is received by Amazon IVS (B) and when the viewer watches the segment (F). The delay/latency before the content enters the IVS system is unknown to IVS, thus it cannot be calculated into the final live latency value.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容