video post error

Hello

when I add a post with video I got this error and the post does not show on the timeline

Best

Andrew Boon Alex T⚜️ Anton L Alexey LeonidS Mark P 

image_transcoder.php?o=bx_froala_image&h=3109&dpx=1&t=1584357660

  • 2222
  • More
Replies (12)
    • Please specify your UNA version, also check if your ffmpeg binary is for correct platform, by default we use ffmpeg for Linux and check if ffmpeg permissions are correct in Studio > Dashboard > Host Tools > Permissions

      • una version : 11.0.0-B1 and 11.0.0-RC1 both give same error 

        Permissions : 

        PathCurrent statusDesired status
        cacheWritableWritable
        cache_publicWritableWritable
        logsWritableWritable
        tmpWritableWritable
        storageWritableWritable
        plugins/ffmpeg/ffmpeg.exeExecutableExecutable
        • I checked the log in the table sys_transcoder_queue :

          store local tmp file failed (storeFileLocally_Storage)

          the folder public_html/tmp has permission 0777

          Alex T⚜️ 

          • Did you ever set storage engine to S3 instead of Local ? Does your server have enough free space ?

            • the storage is set to local and i have free space

              • Please check if "Remote Transcoding" option is disabled in Studio > Developer > Settings

                • it is disabledimage_transcoder.php?o=bx_froala_image&h=3163&dpx=1&t=1585105961

                  • I have the same issue.   Was a solution ever discovered?  Every request has "local tmp file failed (storeFileLocally_Storage)"   The server has 900GB free and I checked the settings as indicated above.

                    • I may have found the actual problem.

                      In the /storage/ directory there are a number of bx_... directories.   All of them were owned by www-data except bx_timeline_videos_processed which was owned by root.   I did a  chown -R www-data:www-data bx_timeline_videos_processed and now posts from yesterday are showing up with working video's.

                      I have to check with other users to see if their videos are now working as well.

                      Keep your fingers crossed.

                      • make that chgrp -R ...

                        • very interesting.. i see all my videos in the storage directories and however i dont even have a transcoder error log, but am a bit stuck on my setup.  this was one of the only threads i had not read fully yet and checked off step by step..

                          • all folders are owned by httpd/unix-directory so this is not the problem and all are 755

                            Login or Join to comment.