cieslarmichal / bucketeer

A platform for seamless file exploration and transfer to and from AWS S3. Focuses on serving images and videos.
5 stars 0 forks source link

[FE] Video preview & video player #28

Closed DeutscherDude closed 2 weeks ago

DeutscherDude commented 3 weeks ago

@cieslarmichal Video player added. Video preview for now is just the single frame of the video. This seems to be the default behaviour of the video tag ^^.

DeutscherDude commented 3 weeks ago

Screencast from 2024-08-25 17-55-16.webm

After a bit of testing, I figured out the preview with multiple videos playing :). The trick is to tell the browser explicitly, that the video is to be muted. If it is not specified, the browser will not play the videos.

cieslarmichal commented 2 weeks ago

works as expected