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}/originalHLS playlist URL
https://{pull_zone_url}.b-cdn.net/{video_id}/playlist.m3u8Thumbnail 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.webpMP4 video URL
https://{pull_zone_url}.b-cdn.net/{video_id}/play_{resolution_height}p.mp4Subtitle file URL
https://{pull_zone_url}.b-cdn.net/{video_id}/captions/{language_code}.vttUpdated about 1 month ago
