If you have a Media Asset or a Channel that is audio-only, you may wish to embed a streamlined audio-only player. Viostream enables this feature via a query string in the embed code.
To request an audio-only player, simply add the the f=ao
parameter to the
query string in your embed. See the examples below:
Script embed
<script src="https://play.viostream.com/embed/s0m3m3d14?f=ao"></script>
Script embed w/ player
<script src="https://play.viostream.com/embed/s0m3m3d14?playerKey=s-0m3p14y3r&f=ao"></script>
Iframe embed
<iframe style="width:640px; height:360px; border:none; overflow: hidden"
src="https://play.viostream.com/iframe/s0m3m3d14?f=ao"
webkitallowfullscreen mozallowfullscreen allowfullscreen>
</iframe>