khunshan
khunshan

Reputation: 2862

How to play MPEG-DASH with AVPlayer?

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

Answers (1)

Macrosoft-Dev
Macrosoft-Dev

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

Related Questions