Description
Add codec information received from video cache.
The type parameter should include the codecs, e.g. type="video/mp4;codecs=vp9", from the JSON response we receive:
"sources": [
{
"url": "url",
"codec": "h264",
"type": "video/mp4",
"bitrate_kbps": 400
},
{
"url": "url",
"codec": "vp09.00.21.08",
"type": "video/mp4",
"bitrate_kbps": 276
}
],
cc @ampproject/wg-stories
Alternatives Considered
Additional Context
No response