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

Problem with video


Go to End


9 Posts   3640 Views

Avatar
ardjan

Community Member, 9 Posts

19 October 2009 at 4:43am

With the first code I get the following error:

Server said cmd = ffmpeg -y -i /www/htdocs/silvertest/http/assets/Uploads/video-11.flv -an -s 640x480 -ss 10 -an -r 1 -vframes 1 -y -vcodec mjpeg -f mjpeg /www/htdocs/silvertest/http/assets/video_thumbnails/video-11.jpg, descriptorspec = Array, and pipes = Array

With your second code in _config.php I get the following error:
Warning: proc_open() has been disabled for security reasons in /www/htdocs/silvertest/http/mysite/_config.php on line 34

Finally a readable PHP error message.
So it is actually a server setting...

I presume there's no simple .htaccess config line to enable proc_open(), right? Or an alternative to that function?
Tomorrow I'll contact my hosting provider to discuss this topic.

Thanks again man!

Go to Top