Embed Player

Un iframe.
Todo el contenido.

Pegá una línea de HTML en tu sitio y tenés películas, series y TV en vivo con reproductor Netflix-style, failover automático y 6 fuentes de contenido en español latino.

Películas

/embed/movie/:id

id — TMDB ID de la película

HTML
<iframe
  src="https://stream-vault-two-phi.vercel.app/embed/movie/272"
  width="100%"
  height="500"
  allowfullscreen
  allow="autoplay; encrypted-media"
></iframe>

Series

/embed/tv/:id

id — TMDB ID · season — temporada · episode — episodio

HTML
<iframe
  src="https://stream-vault-two-phi.vercel.app/embed/tv/1399?season=1&episode=1"
  width="100%"
  height="500"
  allowfullscreen
  allow="autoplay; encrypted-media"
></iframe>

TV en vivo

/embed/live/:slug

slug — identificador del canal

HTML
<iframe
  src="https://stream-vault-two-phi.vercel.app/embed/live/caracol-tv"
  width="100%"
  height="500"
  allowfullscreen
  allow="autoplay; encrypted-media"
></iframe>