0.1.1
Pre-release
Pre-release
Chimee is a web video player
- It support multiple video stream including mp4, m3u8, flv etc
- It solve most of the compatibility issues including fullscreen, autoplay, inline playing etc.
What's more, it's also a component framework based on video element.
- It help us to split complex function into multiple plugins.
- For each plugin, they can operate the video element directly and easily.
- It will sort out the hierarchical relationship between plugins, which will keep us free from
z-index
problem. - It provides a variety of modules such as transparent plugin, penetrating plugin, inner plugin and outer plugins, which can cover most of the interative scenerios.
- It offer us convinient ways to communicate between plugins.
- It allow us to define high priority plugin, which is useful in making advertising plugin.
- It also support async plugin.