Video storage structure
All videos on Bunny Stream are processed and stored in a standardized location. The following page describes how and where videos are stored, allowing you to access them programmatically or within your own video player.
Video storage structure
Direct play URL
https://video.bunnycdn.com/play/{video_library_id}/{video_id}
Original file (if enabled)
https://{pull_zone_url}.b-cdn.net/{video_id}/original
HLS playlist URL
https://{pull_zone_url}.b-cdn.net/{video_id}/playlist.m3u8
Thumbnail URL
https://{pull_zone_url}.b-cdn.net/{video_id}/{thumbnail_file_name}
Preview animation URL (WebP)
https://{pull_zone_url}.b-cdn.net/{video_id}/preview.webp
MP4 video URL
https://{pull_zone_url}.b-cdn.net/{video_id}/play_{resolution_height}p.mp4
Subtitle file URL
https://{pull_zone_url}.b-cdn.net/{video_id}/captions/{language_code}.vtt
Updated 7 months ago