Getting started - Storm iOS

Storm Streaming for iOS is a complete set of toolkit essentials for building applications for Apple ecosystem. It's primarily based on the SWIFT programming language. Whole SDK is split into two pieces:

  1. Storm Library - contains the application core functionality and is based on AVPlayer library. It performs all tasks related to acquiring the stream data and the playback itself. This library however does not provide any GUI.
  2. Storm Player - a fully working video player wrapped around Storm Library. Can be used both as a component or as a template for creating a customized player.
Storm Player iOS preview on iPhone

Requirements

IDEXCode 12.5
You can use a different environment to build the application. However, our documentation shows how to implement the Library in the XCode environment.
PlatformiOS v14
Table 1. iOS environment requirements