Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stroeer/stroeer-videoplayer-livestream-ui


https://github.com/stroeer/stroeer-videoplayer-livestream-ui

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Ströer Videoplayer Livestream UI
================================

## Development

Install via dependencies via `yarn install`.

Build via `yarn run build`. Lint via `yarn run lint`. Test via `yarn run test`.

See coverage with `yarn run test --coverage`.

## Events

- UIPlay (currentTime)
- UILivestreamPlay (currentTime)
- UIPause (currentTime)
- UILivestreamPause (currentTime)
- UIMute (currentTime)
- UILivestreamMute (currentTime)
- UIUnmute (currentTime)
- UILivestreamUnmute (currentTime)
- UIEnterFullscreen (currentTime)
- UILivestreamEnterFullscreen (currentTime)
- UIExitFullscreen (currentTime)
- UILivestreamExitFullscreen (currentTime)
- UIUIContainerPlay (currentTime)
- UILivestreamUIContainerPlay (currentTime)
- UIUIContainerPause (currentTime)
- UILivestreamUIContainerPause (currentTime)
- UIOverlayContainerPlay (currentTime)
- UILivestreamOverlayContainerPlay (currentTime)
- UIOverlayContainerPause (currentTime)
- UILivestreamOverlayContainerPause (currentTime)
- UIVolumeChangeStart (currentTime, volume)
- UILivestreamVolumeChangeStart (currentTime, volume)
- UIVolumeChangeEnd (currentTime, volume)
- UILivestreamVolumeChangeEnd (currentTime, volume)