How do I embed an audio-only player?
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.
Examples
Script embed
<script src="https://publish.viostream.com/player/s0m3m3d14?F=ao"></script>
Script embed w/ player
<script src="https://publish.viostream.com/player/s0m3m3d14?playerKey=s-0m3p14y3r&F=ao"></script>
Iframe embed
<iframe style="width:640px; height:360px; border:none; overflow: hidden" src="https://publish.viostream.com/player/iframe/s0m3m3d14?F=ao" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>