Check if given url is HLS / DASH-type data source.
static bool isDataSourceAsms(String url) => isDataSourceHls(url) || isDataSourceDash(url);