Using the demo channels
Vindral has three demo channels running 24/7. They can be viewed at demo.vindral.com.
Use these to make evaluation, development, and testing more accessible to your team.
Channel IDs
vindral_demo1_ci_099ee1fa-80f3-455e-aa23-3d184e93e04f
vindral_demo2_ci_dbd1ca98-4e05-4a36-8215-0e8bca295ed2
vindral_demo3_ci_e922b823-3746-481d-bdde-57f356989f71
They are part of the channelGroupId vindral_demo_pk_932730be-db0c-46a0-a592-cfce7bdc5a43
.
Demo QoS link
Visit our Quality of Service Player with the demo channels to view statistics and test channel switching.
Embeddable demo player
Try embedding the demo player on your website using the following snippet.
<style>
.vindral-container {
position: relative;
height: 0;
overflow: hidden;
max-width: 100%;
}
.vindral-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<div class="vindral-container" style="padding-bottom: 56.25%">
<iframe
src="https://embed.vindral.com/?channelId=vindral_demo1_ci_099ee1fa-80f3-455e-aa23-3d184e93e04f&channelGroupId=vindral_demo_pk_932730be-db0c-46a0-a592-cfce7bdc5a43"
frameborder="0"
allow="autoplay; fullscreen"
allowfullscreen
></iframe>
</div>