How do I use a specific Player in an embed?
Viostream allows you to select a specific Player every time you embed a Media Asset or a Channel.
To choose the Player in your embed, simply add the playerKey attribute to your script or iframe embed.
Iframe example
<div style="padding-bottom:56.25%; position:relative; display:block; width: 100%">
<iframe
width="100%"
height="100%"
src="//play.viostream.com/iframe/nhedxonrxsyfee?playerKey=s-dmcqqw3"
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>
Script example
<script src="https://play.viostream.com/embed/nhedxonrxsyfee?playerKey=s-dmcqqw3"></script>
You can also copy the Player-specific embed codes for a Media Asset or Channel from within Viostream. Simply navigate to the relevant page, select your preferred player and copy the embed code.