ausocean / openfish

OpenFish is an open-source system written in GoLang for classifying marine species. Tasks involve importing video or image data, classifying and annotating data (both manually and automatically), searching, and more. It is expected that OpenFish will use utilize computer vision and machine learning techniques.
https://ausocean.github.io/openfish/
Other
6 stars 0 forks source link

Fix broken playback by disabling autoplay #207

Closed scott97 closed 5 days ago

scott97 commented 1 week ago

Firefox in its later updates is detecting and blocking videos that autoplay. This is breaking playback.

scott97 commented 5 days ago

LGTM.

I wonder if it would be easy enough to detect a non-firefox browser than play anyway?

Possibly, but I am going to merge this first, we can revisit that later