Cannot play large video using Vaadin Video component

Hi,
I am trying to display a video file on a page following the instructions in a relative post Put an video in web page but the component seems not to be responding for large files - In my case, there are some *.avi , *.mp4 & *.wmv files with size around 60-70 Mb but the component is not able to display them. I tried it using small files with size around 1 Mb and it is working properly. Is there any kind of file size limitation regarding this component? If so, is there available any kind of workaround using a different approach?

Thanks in advance

Hello @papageor

Have you tried to replace FileResource by StreamResource? I suggest that it’ll help in case of big files.

Regards,
Daniil