Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stroeer/stroeer-videoplayer-livestream-ui
https://github.com/stroeer/stroeer-videoplayer-livestream-ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stroeer/stroeer-videoplayer-livestream-ui
- Owner: stroeer
- Created: 2021-12-14T14:29:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T13:38:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T16:22:51.657Z (8 months ago)
- Language: TypeScript
- Size: 590 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)