Check if given url is DASH-type data source.
static bool isDataSourceDash(String url) => url.contains(_dashExtension);