I’m currently working on a Vaadin App which is supposed to be the software for an information monitor you probably know from hotels etc.
The app should basically only consists of a “video view” where a “video player element” automatically loads the video from a given “url” and after it’s finished it should move on with another url.
Unfortunately I couldn’t find something like a video component with a listener (stop listener?) in vaadin.
Can somebody help me with that?
Thanks in advance.
I’m a complete beginner in terms of working with the Vaadin framework and I’m curious how yo