Hi sorry if it’s obvious, what’s best practice to play videos in Vaadin App
Videos are not external (saved locally) and around 30mb each
Hi sorry if it’s obvious, what’s best practice to play videos in Vaadin App
Videos are not external (saved locally) and around 30mb each
I don’t think there is a best practice but you can do this: How do I display a video inline - Vaadin Cookbook
There is one best practice. Don’t use StreamResource interface from Vaadin to host the actual video files (I assumed you mean the are saved locally to the server). Efficiently serving video files in Java web apps with HTTP range requests | Vaadin
Thanks ![]()