The document discusses the tradeoff between latency and server load in DASH live streaming, highlighting how large segment sizes can hinder real-time experiences, while smaller sizes increase server requests. It introduces a solution using HTTP/2.0's push feature, allowing clients to define segment requests without explicit requests, and discusses various DASH push header options. Alternatives such as playing segments while receiving them are also mentioned, which may reduce client latency but not server-induced latency.
Related topics: