6.2.6 • Published 7 months ago

ozone-video-player v6.2.6

Weekly downloads
173
License
ISC
Repository
github
Last release
7 months ago

NPM version

ozone-video-player

Customisable Ozone video player. Package in a webComponents and written in typeScript. Features:

  • Play video from an url
  • Play ozone Video item
  • Control video (OSD) play/pause, sound, full screen
  • Display control for ozone subtitles
  • Add and controls markers on the video (used for video montage)

usage

Install

npm install  ozone-video-player --save

Add conf.ozone.json at root of your project. You can adapt conf.ozone.json from this repo.

use pre bundle version

To include bundle ozone-video-player element in your javaScript:

<script type="text/javascript" src="node_modules/ozone-video-player/build/index.js"></script>

<ozone-video-player></ozone-video-player>

See example in demo/Example_Bundle

Build with webpack

import {OzoneVideoPlayer} from "ozone-video-player";

// Your code here

See example in demo/Example_Import

For usage in typeScript use option "moduleResolution": "node"

API

Most important parameters.

Attribute

Attribute are javaScript properties accessible from the dom.

  • hidden

hidden: Default is false. True when set. hide element and pause the player.

  • video-url (alias videoUrl)

videoUrl: string Url to play a video directly

  • video

video: Video OzoneVideo to play.

  • markers

    markers: Array Array of markers on video

  • subtitlesAvailable

    subtitlesAvailable: Array List of subtitles languages available

  • subtitleSelected

    subtitleSelected: string selected subtitle language

Properties

Only accesible for JavaScript

  • player

player: ClapprPlayer Interface to Clappr player element

Methode

  • loadOzoneVideo

loadOzoneVideo(data?: Video): Promise Load video from Ozone. Parameters is an Ozone Video Object

  • loadVideoUrl

    loadVideoUrl(url: string): Promise Load a video from an url.

Styling

The following custom css mixin properties are available for styling:

Custom propertyDescriptionDefault
--marker-bar-backgroundBackground color of the marker's barrgba(29,38,43,0.52)
--resizer-colorBackground color of the resizerrgba(29,38,43,0.9)
--resizer-handle-colorBackground color of the resizer's handlergba(255,255,255,0.2)
--marker-barMixin applied to the marker's bar{}
--resizerMixin applied to the marker's bar{}
--moving-tooltip-background-colorBackground color of the moving tooltiprgba(29,38,43,0.9)
--moving-tooltip-text-colorText color of the moving tooltipwhite
--moving-tooltip-mixinMixin applied to the marker's bar{}
--subtiltes-colorColor of the subtitles#fffb00
--subtitles-font-sizeFont size of the subtiltes16px
--subtitles-weightFont weight of the subtitlesbold
--subtitles-font-familyFont family of the subtitles'Roboto'
--subtitlesMixin applied to the subtitles and the subtitles' container{}

Contribution guide

Build your package

$ npm run start

Or watch demo on change

$ npm run demo
6.2.6

7 months ago

6.2.5

11 months ago

6.2.4

11 months ago

6.2.1

12 months ago

6.2.3

11 months ago

6.2.2

12 months ago

6.2.0

1 year ago

6.1.11

2 years ago

6.1.10

2 years ago

6.1.4

2 years ago

6.0.7

2 years ago

6.0.6

2 years ago

6.1.6

2 years ago

6.1.5

2 years ago

6.1.8

2 years ago

6.1.7

2 years ago

6.1.9

2 years ago

6.0.5-sha

2 years ago

6.1.3

2 years ago

6.0.5

2 years ago

6.1.0

2 years ago

6.1.2

2 years ago

6.0.3

2 years ago

6.0.2

2 years ago

6.0.4

2 years ago

6.0.1

3 years ago

6.0.0

3 years ago

5.9.2

3 years ago

5.9.1

3 years ago

5.9.0

3 years ago

5.8.0

3 years ago

5.7.2

3 years ago

5.7.1

3 years ago

5.7.0

3 years ago

5.6.0

3 years ago

5.5.11

3 years ago

5.5.10

3 years ago

5.5.9

3 years ago

5.5.8

3 years ago

5.5.7

3 years ago

5.5.6

3 years ago

5.4.61

3 years ago

5.4.51

3 years ago

5.4.58

3 years ago

5.4.59

3 years ago

5.4.56

3 years ago

5.4.54

3 years ago

5.4.55

3 years ago

5.4.52

3 years ago

5.4.53

3 years ago

5.5.1

3 years ago

5.4.50

3 years ago

5.4.47

3 years ago

5.4.45

3 years ago

5.4.46

3 years ago

5.4.43

3 years ago

5.4.44

3 years ago

5.4.41

3 years ago

5.4.40

3 years ago

5.4.39

3 years ago

5.4.38

3 years ago

5.4.36

3 years ago

5.4.37

3 years ago

5.4.34

3 years ago

5.4.35

3 years ago

5.4.32

3 years ago

5.4.33

3 years ago

5.4.30

3 years ago

5.4.29

3 years ago

5.4.27

3 years ago

5.4.28

3 years ago

5.4.26

3 years ago

5.4.22

3 years ago

5.4.21

3 years ago

5.4.20

3 years ago

5.4.19

4 years ago

5.4.17

4 years ago

5.4.16

4 years ago

5.4.15

4 years ago

5.4.14

4 years ago

5.4.13

4 years ago

5.4.12

4 years ago

5.4.11

4 years ago

5.4.10

4 years ago

5.4.9

4 years ago

5.4.8

4 years ago

5.4.7

4 years ago

5.4.5

4 years ago

5.4.4

4 years ago

5.4.3

4 years ago

5.4.2

4 years ago

5.4.1

4 years ago

5.4.0

4 years ago

5.3.2

4 years ago

5.3.1

4 years ago

5.3.0

4 years ago

5.2.2

4 years ago

5.2.1

4 years ago

5.2.1-alpha.0

4 years ago

5.2.0

4 years ago

5.2.0-alpha.0

4 years ago

5.1.6

4 years ago

5.1.5

5 years ago

5.1.4

5 years ago

5.1.3

5 years ago

5.1.2

5 years ago

5.1.1

5 years ago

5.1.0

5 years ago

5.0.9

5 years ago

5.0.8

5 years ago

5.0.6

5 years ago

5.0.5

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.5.0

5 years ago

4.4.1-2

5 years ago

4.4.9

5 years ago

4.4.7

5 years ago

4.4.6

5 years ago

4.4.5

5 years ago

4.4.3

5 years ago

4.4.2

5 years ago

4.4.1

5 years ago

4.4.0

5 years ago

4.3.0

5 years ago

4.2.2

5 years ago

4.2.0

5 years ago

4.1.3-alpha.0

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.1

6 years ago

4.0.0

6 years ago

4.0.0-alpha.1

6 years ago

4.0.0-alpha.0

6 years ago

3.4.15

6 years ago

3.4.13

6 years ago

3.4.11

6 years ago

3.4.10

6 years ago

3.4.6

6 years ago

3.4.5

6 years ago

3.4.4

6 years ago

3.4.2

6 years ago

3.4.1

6 years ago

3.4.0

6 years ago

3.3.3

6 years ago

3.3.1

6 years ago

3.3.0

6 years ago

3.3.0-beta

6 years ago

3.2.0

6 years ago

3.2.0-beta9

6 years ago

3.2.0-beta8

6 years ago

3.2.0-beta6

6 years ago

3.2.0-beta5

6 years ago

3.2.0-beta4

6 years ago

3.2.0-beta3

6 years ago

3.2.0-beta2

6 years ago

3.2.0-beta1

6 years ago

3.2.0-0

6 years ago

3.1.0

6 years ago

3.1.7

7 years ago

3.1.6

7 years ago

3.1.5

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago