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.63k stars 194 forks source link

X264 Mp4 Not working ON safari #472

Open franssuny opened 1 year ago

franssuny commented 1 year ago

I Export to new \FFMpeg\Format\Video\X264, but still cannot open the mp4 on safari, how do I export format for safari too?

Thanksss

aronquiray commented 1 year ago

are you able to play the converted video thru a player?

application/x-mpegURL or vnd.apple.mpegURL You might want to check this things.

franssuny commented 1 year ago

Helo Aron, i able to play via player, google chrome but not at safari ios

thanis