Players
Streaming video from multiple providers.
Alloha Player
Returns a proxy URL for embedding in an iframe:
GET /api/v1/player/alloha/tmdb/550
Response:
{
"success": true,
"data": {
"provider": "Alloha",
"url": "/api/v1/player/alloha/proxy?tmdb=550",
"type": "iframe"
}
}
For TV shows, add season and episode:
GET /api/v1/player/alloha/tmdb/1396?season=1&episode=1
The url can be used as an iframe src:
<iframe src="/api/v1/player/alloha/proxy?tmdb=550" allowfullscreen></iframe>
Collaps Player
GET /api/v1/player/collaps/kp/263531
CDN Player
GET /api/v1/player/cdn/12345
By IMDb ID:
GET /api/v1/player/cdn/imdb/tt0137523