Hubro / clipface

Self-hosted web application for sharing video clips
MIT License
118 stars 12 forks source link

Suggestion: Autoplay? #63

Open Aida-Enna opened 2 years ago

Aida-Enna commented 2 years ago

Is there any way to have the site autoplay the video once it's loaded? It autoplays when clicking on the video from the list but not when going directly to the video page from a public link.

Hubro commented 2 years ago

I've never experienced the clip not auto-playing. Since Clipface just exposes the video to the browser through a HTML5 video tag, I suspect this default behavior is browser dependent. It can probably be overridden with an attribute or some javascript though.