Skip to content

convert your videos to hls with multiple audio and subtitle track

Notifications You must be signed in to change notification settings

rajabit/php-hls-convertor

Repository files navigation

#HLS Convertor powered by lumen

#installation

You need to install FFmpeg on your machine (if you are working on PC) else you need to install FFmpeg on your serve

Installing FFmpeg in Ubuntu:

sudo apt-get install ffmpeg

On Mac

brew install ffmpeg

Create storage link

ln -s php-hls-convertor/storage/app  php-hls-convertor/public/storage

Install composer packages

composer install

Install npm packages

npm install

npm build dev

npm run dev

npm build production

npm run prod

to start converter job

php artisan queue:work

About

convert your videos to hls with multiple audio and subtitle track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published