diff --git a/attached_assets/image_1756380923185.png b/attached_assets/image_1756380923185.png new file mode 100644 index 0000000..23c2aed Binary files /dev/null and b/attached_assets/image_1756380923185.png differ diff --git a/server/bunny.ts b/server/bunny.ts index 37f976e..e1cd7ed 100644 --- a/server/bunny.ts +++ b/server/bunny.ts @@ -57,7 +57,7 @@ export class BunnyService { // Generate signed HLS URL for private video access const hlsUrl = this.generateSignedUrl(bunnyVideo.guid); - const iframeUrl = `https://iframe.mediadelivery.net/embed/${this.libraryId}/${bunnyVideo.guid}`; + const iframeUrl = `https://iframe.mediadelivery.net/embed/${this.libraryId}/${bunnyVideo.guid}?preroll=false&postroll=false&ads=false`; return { id: bunnyVideo.guid,