protonemedia / laravel-ffmpeg

This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
https://protone.media/en/blog/how-to-use-ffmpeg-in-your-laravel-projects
MIT License
1.66k stars 194 forks source link

withEncryptionKey #436

Closed LIOU2021 closed 2 years ago

LIOU2021 commented 2 years ago

when i use this mehod, not create any key in project, is my problem ? but withRotatingEncryptionKey is work ! thx

pascalbaljet commented 2 years ago

Can you share your code?

LIOU2021 commented 2 years ago

i was comments this line now, and instead used "withRotatingEncryptionKey". https://github.com/LIOU2021/laravel-ffmpeg/blob/master/app/Jobs/ConvertVideoForStreaming.php#L47