cta-wave / common-media-client-data

A repository to collect discussion and feedback on the Common Media Client Data proposal.
30 stars 0 forks source link

Can we report a CMAF chunk a response? #147

Open ZmGorynych opened 2 weeks ago

ZmGorynych commented 2 weeks ago

LL-DASH allows long-running responses spanning multiple CMAF chunks. It is sometimes useful to report parameters (buffer, ttfb/ttlb, etc) per chunk. I don't think this is supported now, as we only consider full responses. Proposal: enable response mode on chunk arrival (as opposed to completion) and enable a ps key indicating either (a) the number of a partial segment (for LL-HLS / L3D) or (b) number of CMAF chunk in a single request.

haudiobe commented 2 weeks ago

But you can quite often not even detect chunk boundaries in DASH segments. They are transparently handed to MSE.