shaka-player
shaka-player copied to clipboard
fix: Fix multi-codec filtering on DASH live
Regression of Preload API
In HLS the definition of variants is only done once and it is the master playlist. In DASH, the definition of variants is done in each manifest update. If we make the codec choice only at the beginning, in HLS it works, but in DASH in the updates we lose this choice.