Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

ffmpeg not working with SS


Go to End


2 Posts   1317 Views

Avatar
Ryan M.

Community Member, 309 Posts

19 December 2009 at 6:50am

I've run into a wall with this. I recently migrated a SS site that was in development to a production server. Said site has video uploading capabilities, so it required ffmpeg. I neglected to check for this before the migration, so I yum'ed it down after the migration and installed it.

Video still won't work, and it's throwing this error code: FFMPEG does not appear to be installed on your server. Code: 126

I'm hoping someone can help me shed light on this. I even set the absolute path to ffmpeg, by means of: FLV::set_ffmpeg_root("/usr/bin/ffmpeg");

Avatar
Ryan M.

Community Member, 309 Posts

19 December 2009 at 7:42am

Got it fixed. Don't mind this useless post. ;)

For anyone wondering what the fix was, it was missing the ffmpeg-devel package. Somehow didn't get installed.