Features
🎬7+ Video Sources
Automatic source detection and switching
📺HLS Support
Adaptive streaming with quality selection
ðŸŽSubtitles
OpenSubtitles integration
⚡Fast Loading
Optimized for performance
📱Responsive
Works on all devices
🎨Custom Theme
Matches KiraStreams branding
Quick Start
Embed a Movie
Enter a TMDB movie ID to generate embed code
<iframe
src="https://kirastreamsv2.vercel.app/embed/movie/533535"
width="100%"
height="500"
frameborder="0"
allowfullscreen
allow="autoplay; encrypted-media; picture-in-picture">
</iframe>API Reference
GET /embed/movie/:id
Embed a movie by TMDB ID
Parameters
id (required): TMDB movie ID
Example
https://kirastreamsv2.vercel.app/embed/movie/533535GET /embed/tv/:id
Embed a TV show episode by TMDB ID
Parameters
id (required): TMDB TV show ID
season (required): Season number
episode (required): Episode number
Example
https://kirastreamsv2.vercel.app/embed/tv/94997?season=1&episode=1