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
-
Hi @Ruairidh-Grass, I am discussing it with my colleagues from the product team. I will keep you posted.
-
Hi again @Ruairidh-Grass unfortunately, autoplay or loop of the recording is not supported by our documentation, but it is technically possible, so you need to handle that on your own in the code.
-
-
@Ondřej-Šutera Thanks Ondrej, do you have any idea how it could be implemented in the code?
-
@Ruairidh-Grass I am sorry, but I am not the developer to help you accurately.