I've implemented an iframe inside my webpage, the iframe points to another domain to catch the video content.
Nothing fancy inside my webpage, the iframe is standard aswell:
<iframe id='frame' src='domain.com/stream/324/index.m3u8' width='100%' allow='autoplay; encrypted media' frameborder='0' allowfullscreen></iframe>
I would like to add buttons outside the iframe to mute or unmute the video, even though the presence of the player's controllers.
How can I achieve this?