javascript - What's a good way to circumvent the mobile web's broken video implementation? -
i'm wondering if there solutions circumventing problems mobile browsers hi-jacking native video implementations on web. specifically, i'm looking able autoplay , loop video.
i've looked @ multiple javascript video decoders which, essentially, decode video, on fly, , push frames canvas
element. these solutions, unfortunately, aren't performant on mobile (but work on desktop quite well).
animated gifs not viable solutions image quality poor , i'd maintain relatively small file size. i'm exporting videos webm
, use (or video format), if possible, open javascript apng
or animated webp
decoder, if 1 out there.
again, solution needs performant on mobile web browsers , have ability autoplay , loop. appreciate ideas, thoughts, libraries or resources may know of.
cheers!
Comments
Post a Comment