I would like to embed a Youtube video in a Vaadin 8 app. The only plugin I found is MediaElementsJSPlayer which does not support version 8. Is there any way to accomplish this?
Have you tried Emdedded
or Video
classes to display video? Both of those should work.
For the Embedded
there is an example here: Vaadin framework play Video
And for Video
here at official sampler : Video
Also other StackOverflow questions on the same topic: