2

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

Community
  • 1
  • 1
khunshan
  • 2,662
  • 4
  • 28
  • 34

1 Answers1

2

You could look into the following Github project or simply use it licence is MIT

https://github.com/Viblast/ios-player-sdk

Macrosoft-Dev
  • 2,195
  • 1
  • 12
  • 15