#Stop uploading file to my server when using bunny video streaming

19 messages · Page 1 of 1 (latest)

placid breach
#

I am using Bunny to store videos (it's something like Vimeo).
When I upload the video, it uploads first to my machine by livewire, then I handle it to be uploaded to bunny after submitting

I don't want to upload files to my machine before uploading to bunny, as they can be too large

Also, how to show upload progress while submitting?

placid breach
#

Any help?

winged steppe
placid breach
winged steppe
placid breach
#

I searched a lot
There is one for bunny cdn
But I couldn't find one for bunny streaming

placid breach
winged steppe
#

not following what you are trying to do with a 'plain input file field'

placid breach
#

I created a custom filament field and wrote this inside

winged steppe
placid breach
winged steppe
#

Yea. That’s how it works, but that livewire doc I sent tells you how to bypass uploading the temp file to your server.

placid breach
#

It says to do this by assigning the s3 storage flysystem, right?

winged steppe
#

S3 is just an example.

#

Tell it to use what ever disk you need.

placid breach
#

Yes, but bunny streaming doesn't have flysystem adapter

placid breach
#

I got a great idea
I can upload to bunny storage then I will take the video from there to bunny streaming storage
Bunny storage has Flysystem adapter

I hope it works

winged steppe
#

I’m surprised they have different storage for streaming.

#

Storage is storage. Weird.