Reputation: 2862
I was wondering what could be approach for AVPlayer to stream DASH (Dynamic Adaptive Streaming over HTTP). I saw this AVFoundation (AVPlayer) supported formats? No .vob or .mpg containers? but it looks AVFoundation has no support for DASH.
This is the sample link https://d28ny1s9kzd6a.cloudfront.net/shark+video/shark.mpd
Upvotes: 2
Views: 5723
Reputation: 2185
You could look into the following Github project or simply use it licence is MIT
https://github.com/Viblast/ios-player-sdk
Upvotes: 2