Downloading and playing offline HLS Content - iOS 10

后端 未结 4 465
离开以前
离开以前 2020-12-16 06:01

Since iOS 10, Apple has provided the support for downloading HLS (m3u8) video for offline viewing.

My question is: Is it necessary that we can only download HLS when

4条回答
  •  粉色の甜心
    2020-12-16 06:22

    Yes, you can download video stream served over HLS and watch it later.

    There is a very straight forward sample app (HLSCatalog) from apple on this. The code is fairly simple. you can find it here - https://developer.apple.com/services-account/download?path=/Developer_Tools/FairPlay_Streaming_Server_SDK_v3.1/FairPlay_Streaming_Server_SDK_v3.1.zip

    You can find more about offline HLS streaming here.

提交回复
热议问题