Announcement

Collapse
No announcement yet.

Video Sharing Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Video Sharing Script

    Hi Everyone,
    I just wanted to get some advice really on a particular issue i just came across, I have just installed a video script on my server but for it to work i have had to disable CageFS for that particular user. This is not something i would like to do so i was wondering if there was another way around it.

    So here is a list of encoders and paths for the video sharing script it needs access to for the video sharing script

    PHP CLIfound (/usr/local/bin/php)
    MEncoderfound (/usr/bin/mencoder)
    MPlayerfound (/usr/bin/mplayer)
    FFMpegfound (/usr/local/bin/ffmpeg)
    FLVTool2found (/usr/bin/flvtool2)
    Mediainfofound (/usr/bin/mediainfo)
    MP4Boxfound (/usr/local/bin/MP4Box)
    NeroAacEncfound (/usr/local/bin/neroAacEnc)

    JPEG Supportfound (/usr/lib64/libjpeg.so.62 (0x00007f4edb9e6000))
    LAME Supportfound (/usr/lib64/libmp3lame.so.0 (0x00007f4ed653e000))
    XVID Supportfound (/usr/lib64/libxvidcore.so.4 (0x00007f4ed78c8000))
    THEORA Supportfound (/usr/lib64/libtheora.so.0 (0x00007f4ed9b23000)
    X264 Supportfound (/usr/lib64/libx264.so.107 (0x00007f4ed67b5000))
    FAAC Supportfound (/usr/lib64/libfaac.so.0 (0x00007f4ed6a59000))

    These only seem to work when CageFS is disabled for that user, can these not be echoed through the .htaccess file or is there another way around it with CageFS still being activated?

    Thanks

    Rockyuk

  • #2
    Hi Bogdan,
    I am using something called Clip-Share and what you suggested work but one codec Xvid is not showing now matter what i do? It is showing it is installed but just cannot get it to show up within the script.

    I am also getting the following error in php selector

    warning:_php_startup:_unable_to_load_dynamic_libra ry_/opt/alt/php55/usr/lib64/php/modules/ffmpeg.so_-_libswscale.so.3:_cannot_open_shared_object_file:_ no_such_file_or_directory_in_unknown_on_line_0

    Thanks

    Rockyuk

    Comment


    • #3
      We would like to check the issue in place, please create separate support tickets regarding both issues at https://helpdesk.cloudlinux.com/ . About xvid codec - please provide as much information as possible how to test it with your script.

      Comment


      • #4
        Hi Bogdan,
        I have one more strange issue all my websites don seem to be able to read my max upload size from my global php.ini for some reason it has reverted back to the default 2M. But all the websites seem to be reading the rest of the global php.ini settings just not the max upload size?
        Thanks

        Rockyuk

        Comment


        • #5
          I believe your ticket has been resolved today. Anyway, things are returned to defaults if there are some wrong directives in php.ini file. But yes, upload_max_filesize is changable in php.ini file. As well as any other directive.

          Comment

          Working...
          X