Directory

← Back

video-js-player

Vaadin 14 wrapper for Video JS player

Author

Rating

Popularity

200+

Simple Vaadin 14 wrapper for Video JS player (https://videojs.com)

Supports Firefox, Chrome, Edge and Safari (with Content-Range requests).

IMPORTANT! Before use, please check the list of video formats wich video-js suppotrs here: https://docs.videojs.com/tutorial-faq.html or here: https://docs.videojs.com/tutorial-troubleshooting.html

Sample code

File mediaFile = new File("./path/to/file.mov");
File posterImage = new File("./path/to/file.jpg");

final VideoJS video = new VideoJS(UI.getCurrent().getSession(), mediaFile, posterImage);
HorizontalLayout hl = new HorizontalLayout();
hl.add(video);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

  • Fixed video rewind and seeking issue in Google Chrome.
  • Content-Range requests implemented for all browsers.
Released
2021-04-16
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 14+
Browser
Firefox
Safari
Google Chrome
Microsoft Edge

video-js-player - Vaadin Add-on Directory

Vaadin 14 wrapper for Video JS player video-js-player - Vaadin Add-on Directory
Simple Vaadin 14 wrapper for Video JS player (https://videojs.com) Supports Firefox, Chrome, Edge and Safari (with Content-Range requests). IMPORTANT! Before use, please check the list of video formats wich video-js suppotrs here: https://docs.videojs.com/tutorial-faq.html or here: https://docs.videojs.com/tutorial-troubleshooting.html
Online