quasarstream / PHP-FFmpeg-video-streaming

📼 Package media content for online streaming(DASH and HLS) using FFmpeg
https://www.quasarstream.com/op/php/ffmpeg-streaming?u=php-ff
MIT License
514 stars 117 forks source link

AV1 #94

Closed manhunt-d closed 3 years ago

manhunt-d commented 3 years ago

Hello, Are you planning to support the AV1 format?

aminyazdanpanah commented 3 years ago

I do not think that browsers such as Chrome and Firefox support this format(streams won't play on the web). However, you can create a custom format object and pass it to the 'setFormat' method. See #27 for more information.