Add unsupported codecs detection
Created by: nicosang
Hi,
as explained in issue #1643 (closed), only codec of the first representation is verified by dash.js. Unfortunately, the others codec are not tested. In this PR, when an unsupported codec is detected, the representation is deleted from the adaptation.
Nicolas