I use StreamResource to upload several media types with Vaadin 23 (Vaadin doc https://vaadin.com/docs/latest/advanced/dynamic-content)
Uploading images (jpeg) and documents (pdf) works well with StreamResource but uploading videos (mp4) doesn't seem to work.
Uploading a local video (mp4) works fine with Chrome. So I think this problem is not related to the browser.
The video is less than 300Kb.
As you can see an HTML tag is created but the video does not load.
Has anyone ever successfully implemented video uploading with a recent Vaadin release?