Open wilaw opened 2 years ago
FYI, a pull request has been initiated to implement support of CMSD specification as described in this issue. See PR #4095
Some first questions araise:
From dash.js call:
du
: If signaled once it is permanent.
2.2 etp
: Applies per segment duration. etp
at the moment of the last segment request. Client should evaluate if it should still use older etp
. In general only valid for the current segment.
2.3 mb
: Applies until another value is received. Cancel by setting high value.
2.4 rd
: Only applies to the current request
2.5 rtt
: Current requestmb
applies to audio and video combined.
The CTA WAVE project is releasing CTA-5006 - Common Media Server Data. This specification is intended to define a standard means by which every media server (intermediate and origin) can communicate data with each media object response and have it received and processed consistently by every intermediary and player, for the purpose of improving the efficiency and performance of distribution and ultimately the quality of experience enjoyed by the users. A draft version of the spec is available at CTA-5006_CMSD-TWG-Review-draft.pdf , the final version will be published by the CTA in December.
Request is for dash.js player to support the following features
Cheers Will