What is the Embeddable Player?
XtreamCast's Embeddable Player is a professional HTML5 player hosted at player.streaminghd.cl. Features:
- Compatible: Chrome, Firefox, Safari, Edge and mobile
- Responsive: Adapts to the container size
- Customizable: Control colors, logo and behavior (Player v2.0 only)
- Multi-protocol: HLS with automatic fallback
Player Versions
XtreamCast offers two player versions:
Player v1.0
Standard player. The URL is generated according to the channel's features (WebRTC, Transcoder, DVR, Low Latency). Format: https://player.streaminghd.cl/videos/{channel-name}
Player v2.0
Advanced player with full customization. Each v2.0 channel has a unique ID. Format: https://player.streaminghd.cl/embed/{player-id}
Player v2.0 also enables the CDN HLS URL and the Advertising tab.
Customizing the Player (v2.0)
From your channel's "Share Stream" tab, click the customization button. Available options:
- Primary color: Color of the player controls (default
#ff2b76) - Autoplay: Whether the video starts playing automatically
- Muted: Whether it starts with the audio muted (required by browsers for autoplay)
- Corporate logo: Your logo visible in the player. Accepted formats: PNG, SVG or WebP. Maximum size: 100 KB. Includes a custom link on click.
- Hide logo: Option to show or hide the logo
Autoplay note: Modern browsers require mute for autoplay. If you enable autoplay, the system enables mute automatically.
VAST Advertising (v2.0)
Player v2.0 supports the VAST standard to monetize your content. The configuration is in the channel's "Advertising" tab (only visible with Player v2.0).
Embedding on Your Website
The embed code is generated automatically in the "Share Stream" tab. Format:
<iframe
src="https://player.streaminghd.cl/embed/XXXXX"
width="640"
height="360"
frameborder="0"
allowfullscreen
></iframe>
Default dimensions: 640×360 (16:9). To make it responsive:
<div style="position:relative;padding-bottom:56.25%;height:0">
<iframe
src="https://player.streaminghd.cl/embed/XXXXX"
style="position:absolute;top:0;left:0;width:100%;height:100%"
frameborder="0"
allowfullscreen
></iframe>
</div>
Compatible with WordPress, Shopify, Wix, Squarespace, Joomla, Drupal and any CMS that accepts HTML.