Check if given url is HLS-type data source.
static bool isDataSourceHls(String url) => url.contains(_hlsExtension);