When I prepared a SourceConfig object with DASH type I receive
Fatal error: One or more sources are not of type HLS or Progressive MP4.
streamUrl = URL(string: "https://bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd")
sourceConfig = SourceConfig(url: streamUrl, type: .dash)
player.load(sourceConfig: sourceConfig)
I couldn’t find anything about that in the documentation.
Could you please help me understanding why is it failing and how I can stream DASH using iOS SDK?