Skip to content

Commit

Permalink
Turn off transcoding using ffmpeg
Browse files Browse the repository at this point in the history
Because we aren't installing ffmpeg on AWS/Docker.

Fixes #1141
Ref #1162

We should revert this when we install ffmpeg
  • Loading branch information
jcoyne committed Jun 29, 2017
1 parent be4a5bf commit a113b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/hyrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# config.persistent_hostpath = 'http://localhost/files/'

# If you have ffmpeg installed and want to transcode audio and video uncomment this line
# config.enable_ffmpeg = true
config.enable_ffmpeg = false

# Using the database noid minter was too slow when ingesting 1000s of objects (8s per transaction),
# so switching to UUIDs for the MVP.
Expand Down

0 comments on commit a113b2c

Please sign in to comment.