VNG-939: Random Features
tip
Right click the player. If the Viostream logo is monotone blue, then you are testing the 2025 player. If it is gradients of blue, then you are testing the wrong thing.
Multi-audio
Script
<script src="https://play.dev1.viostream.io/embed/rxqknowrxwkfhx"></script>
Iframe
<div style="padding-bottom:56.25%; position:relative; display:block; width: 100%">
<iframe
width="100%"
height="100%"
src="//play.dev1.viostream.io/iframe/rxqknowrxwkfhx"
referrerpolicy="strict-origin-when-cross-origin"
allow="autoplay; encrypted-media; picture-in-picture"
allowfullscreen
frameborder="0"
style="position:absolute; top:0; left: 0">
</iframe>
</div>
Audio only
Script
<script src="https://play.dev1.viostream.io/embed/rxqknowrxwkfhx?f=ao"></script>
Iframe
<div style="padding-bottom:56.25%; position:relative; display:block; width: 100%">
<iframe
width="100%"
height="100%"
src="//play.dev1.viostream.io/iframe/rxqknowrxwkfhx?f=ao"
referrerpolicy="strict-origin-when-cross-origin"
allow="autoplay; encrypted-media; picture-in-picture"
allowfullscreen
frameborder="0"
style="position:absolute; top:0; left: 0">
</iframe>
</div>