Introduction

OvenPlayer is a proven HTML5 standard player designed for smooth streaming with Ultra-Low Latency and automatically fallback using various protocols.

Features

  • Various Protocols: WebRTC, HLS, MPEG-DASH, RTMP

  • Streaming with Ultra-Low Latency

  • Customizable UI

  • Supports Streaming regardless of Browser and Media Type

  • Receives the Signaling Protocol from OME (Signalling Protocol conforms to the OME specification)

  • Automatically Fallback using HLS, MPEG-DASH

  • Easily create profit by adding Ads in various formats

  • Supports various subtitle formats (SMI, VTT, SRT)

  • Responsive player regardless of screen size

Download

You can download OvenPlayer from OvenPlayer GitHub.

If you have access to OvenPlayer GitHub, you can download it by pressing the Clone or Download button and clicking Download ZIP in the menu that appears.

Precompiled OvenPlayer

When you download and decompress it, you will see:

This default format is OvenPlayer compiled for use in most web projects.

We currently provide Developer, a development version for local builds, and Production, a distribution version for production builds for distribution. Also, It is split-compiled on a module-by-module basis to reduce the amount of wasted capacity.

When you put production/ovenplayer in static directory in the web server and include only ovenplayer.js, you are ready to use OvenPlayer.

Quick Start

You can import ovenplayer.js as shown below:

And if you add the following code to your HTML code, OvenPlayer will be initialized in this element later.

Initialize for default

Initialize for OME

You can use OvenPlayer.generateWebrtcUrls() to generate the list of WebRTC signalling URL.

Or you can write your list of URLs and use them as in the code below:

Initialize for DASH

If you want to play MPEG-DASH, you need the dash.js plugin.

You need to place the dash.js plug-in first, and then ovenplayer.js, as shown below:

Initialize for HLS

If you want to play HLS, you need the hls.js plugin.

You need to place the hls.js plug-in first, and then ovenplayer.js, as shown below:

Initialize for Ads

If you want to use Ads in OvenPlayer, you need the google ima plugin.

You need to set the ima plug-in first, and then ovenplayer.js, as shown below:

Starter Template

How to Contribute

Please read our Guidelines and Rules.

License

OvenPlayer is under the MIT license.

Last updated

Was this helpful?