Questions tagged [bunnycdn]
9 questions
2
votes
0 answers
How to use bunnyCDN to load images in flutter app
I'm working on a flutter app for a client and I've been stuck trying to load images from bunnyCDN and prior to this project I've never used bunnyCDN or any other CDN. I've done research and every necessary step to figure out how to go about it but…

Ariyo
- 49
- 4
1
vote
1 answer
Bunny.net CDN Token authentication not working ( for .m3u8 files)
I am currently implementing a video streaming solution that utilizes the HTTP Live Streaming (HLS). As part of the token generation process, I am utilizing a secret key obtained from the "Token Authentication Key" section under the "Stream >…

Ghayoor ul Haq
- 670
- 6
- 24
1
vote
0 answers
Upload Image with fetch / PUT doesn't upload image
I am trying to upload an image to the bunnycdn with fetch / PUT. I am trying to put the image into the body but it doesn't work this way. Is there anything i can change?
const uploadpicture = async () => {
console.log("uploadpic")
//here…

vana22
- 63
- 4
1
vote
1 answer
Failed to upload video to bunny stream with node js
I'm trying to upload a video to bunny stream API with node.js using Axios but It is not working. I'm applying the same logic to get, delete videos and it is also working for changing names and change resolution, and while uploading I'm getting 400…

Arnav
- 97
- 6
1
vote
1 answer
Unable To Configure BunnyCDN with AWS S3 For HLS Streaming
I have successfully configured S3 bucket with BunnyCDN and able to access files through it. Now I am facing the issue when I try to stream HSL encrypted video with BunnyCDN which stored in S3 bucket.
In the browser console I am getting issue like…

Faisal Shaikh
- 3,900
- 5
- 40
- 77
0
votes
0 answers
BunnyCDN Stream API gives error even though there is no Cors
I was writing a code to upload a video to the Stream API in BunnyCDN, but I get a CORS error
My Code:
const apiKey = 'API_KEY';
const libraryId = 'LIBRARY_ID';
const createVideoUrl = `https://video.bunnycdn.com/library/${libraryId}/videos`;
const…

Wraith
- 82
- 2
- 7
0
votes
0 answers
Laravel - Wasabi Storage + Bunny CDN - Problem with url
I have a script running on Laravel framework. I use Wasabi S3 + Bunny CDN for file storage. I have a simple problem, how to change the url for the displayed files(photos, videos) from wasabi to cdn?
0
votes
0 answers
When I use tus to upload a video into bunnystream service, it gives me an error
I saw the documentation in bunnystream's API, for uploading videos using TUS.
I copied the javascript example, changed the data to my own.
And the console gives me this error:
Error: tus: unexpected response while creating upload, originated from…

Mohamed Amr
- 11
- 1
0
votes
0 answers
Upload Progress with Fetch in Vanilla JS
I made a very simple video uploader for BunnyCDN. I want to show the video loading with but I couldn't find how to add it even though I searched. Most people have done it in axios and similar ways, but when I do it this way, the video cannot be…

Wraith
- 82
- 2
- 7