Auto play video when bitmovin iframe loads

How can I load the bitmovin iframe on my site and have it automatically play (muted)?

I’m looking to load a bitmovin iframe on my site. However, I want it to auto play the livestream (muted) as soon as it is finished loading.

I am not using the bitmovin player since I do not know the stream-id.

Hi,
If you are using “streams”, you could add autoplay and muted instructions as shown below :

<script type="module" src="https://streams.bitmovin.com/js/component.js"></script>
<bitmovin-stream autoplay="true" muted="true" stream-id="YOUR_STREAM_ID" />

I hope this helps. Please let me know in case you have any questions