PlatformCommunity / flysystem-bunnycdn

A FlySystem adapter for BunnyCDN's storage
MIT License
70 stars 22 forks source link

Support for streams #79

Open Mohamed5550 opened 1 month ago

Mohamed5550 commented 1 month ago

Hi Thanks for the great adapter!

I wonder if there is support for streams somewhere in the package

I want to use the adapter to upload the video directly to stream videos instead of storage

Thanks in advance

sifex commented 1 month ago

Hey @Mohamed5550 , I believe the streaming API is different to the Storage API for bunny, you could use this lib here instead?

https://github.com/cp6/BunnyCDN-API?tab=readme-ov-file#video

tbh Haven't had much exposure to it

Mohamed5550 commented 2 weeks ago

Hi @sifex It's a great package, I've used it in my application

But is there any way to make an adapter for it to integrate with laravel filesystems?

sifex commented 2 weeks ago

Yes, please check the README under Laravel, should provide you all you need to know