HLS Converting Video Files for HLS Streaming This reference shows how to convert video files for HLS streaming with ffmpeg and how to create video files from .m3u8 manifest and .ts files.
AVKit Create with Swift at NSSpain 2021 This article will get you started with material created for our workshop on Creating a media streaming App with SwiftUI and AWS at NSSpain 2021.
HLS Using HTTP Live Streaming (HLS) for live and on‐demand audio and video This article introduces most relevant aspects of HTTP Live Streaming (HLS) and powerful toolchains provided by Apple for live and on-demand media.
AVKit Switching between HLS streams with AVKit With this tutorial you will be able to create a simple VideoPlayerViewModel that monitors the playback buffer of an AVPlayerItem and lowered resolution of the playback is likely to stall.
AVKit HLS Streaming with AVKit and SwiftUI By the end of this article, you will be able to understand the basic of HTTP Live Streaming (HLS) and how to use it with the VideoPlayer in SwiftUI