tator icon indicating copy to clipboard operation
tator copied to clipboard

Polyfills for unsupported browsers - wecodecs

Open jrtcppv opened this issue 2 years ago • 3 comments

Introduce polyfills in webpack for unsupported browsers (just for best effort):

(moved constructable stylesheets to new issue see comment)

jrtcppv avatar Apr 21 '22 13:04 jrtcppv

Quick notes - Constructible stylesheet polyfill is introduced in #736

Need to look more into the webcodecs polyfill. Browsers without support also lack support for OffScreenCanvas which is an error that is being hit before the Codecs work. A code-fix to support these browsers as suggested by @bctcvai might be the best way to go. See: https://github.com/cvisionai/tator/issues/686

ermbutler avatar Jul 01 '22 13:07 ermbutler

Splitting out the constructable stylesheets into new issue #757

ermbutler avatar Jul 08 '22 12:07 ermbutler

We completed a simple video player in #686.

bctcvai avatar Sep 19 '22 14:09 bctcvai