MJPEG - tag image stale reference on Firefox

20 Views Asked by At

I'm trying to record a Mjpeg stream using Canvas on Chrome, I can perform without a problem, but on Firefox, I can record only the first frame. The browser doesn't change the reference according to the stream being played on the image tag.

I've tried to redraw every load and to get the image reference using react, I also tried to generate a new image for each frame, and although I'm facing some problems with the first calls getting NS_BINDING_ABORTED however, after being persistent it works. close question link

0

There are 0 best solutions below