{ "_id": "64a7f2b1c8d4e12345abcdef", "title": "Episode 1: Pilot", "description": "The beginning of an epic journey. In this episode, we meet our main characters and learn about the world they inhabit.", "content": [ { "value": { "_id": "5f8a3d2b1c9d440000123456" } } ], "images": [ { "_id": "img123", "path": "/images/episode1.jpg", "basePath": "/images/episodes/pilot" } ], "createdAt": "2024-03-01T10:30:00Z", "updatedAt": "2024-03-05T14:20:00Z"}
This endpoint is used by the episode player view to load video content and metadata for playback.
The episode data includes both native HTML5 video playback URLs and MediaStream player integration options. Choose the player that best fits your use case.
HLS (HTTP Live Streaming) automatically adapts video quality based on the viewer’s internet connection speed, providing the best possible viewing experience.