Videos Are Being Listed As “This video could not be processed”
When videos do not encode, it is typically a problem with FFMPEG. This is typically a server-related issue.
Occasionally, encoding problems can be addressed in the SocialEngine code, as certain Linux servers do not properly recognize our GREP commands. Open ./include/class_video.php using a text editor and find the line of code that looks like this:
1 |
$shell_script .= "DURATION{$duration_session}=$(echo \$FULLOUTPUT{$duration_session} | grep -o --perl-regexp '[Dd]uration.{1,3}([0-9][0-9]:[0-9][0-9]:[0-9][0-9])' | grep -o [0-9][0-9]:[0-9][0-9]:[0-9][0-9])".$linebreak; |
and change it to:
[code] $shell_script .= "DURATION{$duration_session}=$(echo \$FULLOUTPUT{$duration_session} | grep -o –perl-regexp ‘[Dd]uration.{1,3}([0-9][0-9]:[0-9][0-9]:[0-9][0-9])’ | grep -o [0-9][0-9]:[0-9][0-9]:[0-9][0-9])".$linebreak; [/code]
If this does not solve the problem, you will need to contact your hosting provider to get assistance with FFMPEG.
Looking for quality Social Engine Web Hosting? Look no further than Arvixe Web Hosting!