Skip to content

Introduction

poolpeggy edited this page Jun 22, 2017 · 6 revisions

Prerequisites

Before starting using iframe Embedded Player or SDK Player, you must:

  1. Register a StraaS account.
  2. Get StraaS account id and video id.
  3. Take jwt token from your end-user for verifying permission (SDK Player only).

Media types

StraaS provides two ways to play a stream:iframe Embedded Player and Player SDK . Both ways have three types of media.

  • Video: A single VOD
  • Playlist: A list of VODs
  • Live: A live stream

Utilizing StraaS player

If you don't need any customized skin, player plugins, or extra interactions, the easiest way to show a StraaS player in your website is embedding our Iframe player in your HTML code. Note that StraaS iframe embedded player do not support media that requires payment, if you need the payment UI to show on top of the player, please use our Player SDK.

StraaS Player SDK is powerful for developers to design and integrate StraaS player in more advanced scenarios. It supports paywall (payment), player events, customized skins, extra plugins, etc. The player SDK is recommended if a highly customized player or paid content is required.

Clone this wiki locally