Video-Player made with ReactJS and Material-UI by FLEYreal!
See Showcase Website
- Play / Pause
- Volume
- Fullscreen
- Mini-mode
- Hints
- Settings menu
- Loop
- Custom Speed
- Timeline / Video Length
- Hide / Show menu
- Keybinds for all operations
<VideoPlayer
src={video} // Source of the video
sx={{ width: '100%' }} // SX is Advanced Styling from MUI
keyHandler={{keyHandler}} // Key handler is a handler that allows to apply custom keys to player.
/>