ushio
v4.1.4
Published
Get your favorite html video player in one simple html tag.
Downloads
32
Maintainers
Readme
🍭 Ushio Player
Ushio is an HTML video player, built with the trendy technology "web component". You are now able to have your favorite, lovely and good-looking video player integrated, by a simple HTML tag.
Features
Why Ushio?
Ushio is created for mainly the following needs:
Switch sources. You can provided a few sources to one video, and users are able to switch between them via a menu. This is typically used for switching video quality.
Multi-track subtitles. You can have multiple tracks of subtitles displaying in your video, at the same time. Users also have the choice to decide which track to use. Both SRT and WebVTT format are supported.
Responsive design. Ushio is not bad on interact experience when you use your finger instead a mouse. You can use this player in your responsive website, like your blog ;)
Extensible. Injecting stylesheets is super easy. This player meets your need in most situation.
Full-featured. Ushio player is highly completed. Volume change, playback rate change, hot key and everything you'll use in a normal HTML video player, they're just here.
👷♀️ User Guide
👷♂️ Developer's Guide
This project was generated with Angular CLI version 8.3.6.
Development server
Run yarn start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
This command will run the ushio demo site.
Build
Run yarn build
to build the project. The build artifacts will be stored in the dist/ushio
directory.
Build demo website
Run yarn build-demo
to build the demo website. The build artifacts will be stored in the dist/ushio-demo
directory.