@Ondřej-Šutera Thanks Ondrej, do you have any idea how it could be implemented in the code?

Latest posts made by Ruairidh Grass
-
RE: Webcam video autoloop
-
Webcam video autoloop
Hi there,
First of all thank you very much for making this API, I've had a lot of fun playing around with it.
I've been using the Webcam API to embed video onto the webapp I'm working on. I have figured out how to autoplay the video in an iframe html tag by adding '?autoplay=1' to the end of the src.
<iframe>
However, I would like the video to also loop once it has all played. Any way I can do this?
With other video APIs you can add '&loop=1' to the source but this is not available here.
Thanks,
Ruairidh