/rails-vod-example

Quick example showing how to use Ruby on Rails & streamio-ffmpeg to generate and store HLS playlists from user uploaded files

Primary LanguageRuby

Ruby on Rails VOD (Video-On-Demand) Example

To quickly get started, run the app in a docker container with:

docker-compose build

then

docker-compose up

The app will now be running and accessible via http://localhost:3000/


Webpacker::Manifest::MissingEntryError in Videos#index Error

try running:

docker-compose run web bundle exec rake webpacker:install