You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token fields with names ot, sf, st should not have their value quoted.
Link to spec: https://cdn.cta.tech/cta/media/media/resources/standards/pdfs/cta-5004-final.pdf. For reference, here's one example from the spec which clearly shows that the tokens should not be quoted: CMCD-Session:cid="faec5fc2-ac30-11ea-bb37-
0242ac130002",pr=1.08,sf=d,sid="6e2fb550-c457-11e9-bb97-
0800200c9a66",st=v
Console output
Irrelevant
Expected behavior
The token fields should not be quoted, i.e. remove the " around the token values.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Play the stream on the CMCD sample page: https://reference.dashif.org/dash.js/nightly/samples/advanced/cmcd.html
Observed behavior
All CMCD tokens fields are quoted as strings (with "...") which is incorrect according to the CMCD spec. Here's one example: https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps_480x270_600k/bbb_30fps_480x270_600k_1.m4v?CMCD=bl%3D0%2Cbr%3D759%2Ccid%3D%2221cf726cfe3d937b5f974f72bb5bd06a%22%2Cd%3D4000%2Cdl%3D0%2Cnor%3D%22%2Fakamai%2Fbbb_30fps%2Fbbb_30fps_480x270_600k%2Fbbb_30fps_480x270_600k_2.m4v%22%2Cot%3D%22v%22%2Crtp%3D30400%2Csf%3D%22d%22%2Csid%3D%22b248658d-1d1a-4039-91d0-8c08ba597da5%22%2Cst%3D%22v%22%2Csu%2Ctb%3D14932%2C
Here's the decoded variant with the token fields highlighted:
https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps_480x270_600k/bbb_30fps_480x270_600k_1.m4v?CMCD=bl=0,br=759,cid="21cf726cfe3d937b5f974f72bb5bd06a",d=4000,dl=0,nor="/akamai/bbb_30fps/bbb_30fps_480x270_600k/bbb_30fps_480x270_600k_2.m4v",**ot="v"**,rtp=30400,**sf="d"**,sid="b248658d-1d1a-4039-91d0-8c08ba597da5",**st="v"**,su,tb=14932,
The token fields with names ot, sf, st should not have their value quoted.
Link to spec: https://cdn.cta.tech/cta/media/media/resources/standards/pdfs/cta-5004-final.pdf. For reference, here's one example from the spec which clearly shows that the tokens should not be quoted: CMCD-Session:cid="faec5fc2-ac30-11ea-bb37-
0242ac130002",pr=1.08,sf=d,sid="6e2fb550-c457-11e9-bb97-
0800200c9a66",st=v
Console output
Irrelevant
Expected behavior
The token fields should not be quoted, i.e. remove the " around the token values.
The text was updated successfully, but these errors were encountered: