Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要根据时间戳信息(PTS PCR DTS)计算 MPEG 2 TS 中的端到端延迟(编码器和解码器之间)。这些时间戳是否足以计算延迟?
这些时间戳由编码器插入到传输流中,并由解码器使用 - 例如在音频和视频帧之间同步,并且通常与原始时钟锁定以正确显示视频。
另一方面,编码器和解码器之间的延迟就像询问从源传输数据到在目的地接收数据之间的延迟是多少。这不是由数据(即传输流和时间戳等数据)决定的,而是由网络条件决定的。