0

Is that any possibility to buffer Live Streaming?

I searched a lot but didn't get any official answer. Different people have different views on this.

Many people told that It is open from ios 10 , but did not get this.

Some have answered that use caching proxy, but I did not understand this.

Thanks for your valuable time

user2526811
  • 1,233
  • 4
  • 20
  • 54
  • Possible duplicate of [Is it possible to cache HLS segments with AVPlayer?](http://stackoverflow.com/questions/29434682/is-it-possible-to-cache-hls-segments-with-avplayer) – Dev-iL Nov 01 '16 at 11:21
  • @Dev-iL, Caching is different than buffering. pls check it. – user2526811 Nov 02 '16 at 12:52

1 Answers1

1

I'll share a good answer i found.

https://stackoverflow.com/a/36538295/2037169

To sum it up. this is wwdc 2016 on how to work with HLS from ios 10. i did a poc today using this example it works great.

im currently looking into how to use HLS in tvOS. the AVFoundation class they used in the example seem to apply to ios only

NS_CLASS_AVAILABLE_IOS(9_0) __TVOS_PROHIBITED AVAssetDownloadTask : NSURLSessionTask

Community
  • 1
  • 1
Gabriel R
  • 21
  • 6