Results 1 to 7 of 7

Thread: Please help me to install Dolphin 7 in my website

  1. #1

    Join Date
    Mar 2010
    Posts
    6

    Default Please help me to install Dolphin 7 in my website

    Hello friends,
    i'm hosting my website in cirtexhosting. My plan is shared hosting. So i can't install any software. While installing dolphin 7 it shows error. The error is

    "flash/modules/global/app/ffmpeg.exe is not executable. It tells me to change the permission to executable"

    But my hosting serivice have ffmpeg codec pre-installed. That is every shared hosting can use installed ffmpeg codec.
    The path to FFMPEG is /usr/local/bin/ffmpeg

    So i think i need to change the directory path in the dolphin script. So please tell me how. Thanks

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    If you delete (or rename, if you prefer) your ffmpeg.exe

    The script should use the system ffmpeg, if the system admin has it available in your path (which is usually the case).

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3

    Join Date
    Mar 2010
    Posts
    6

    Default still it shows error.

    Hello
    Mr.Smoge

    I've deleted the ffmpeg.exe as you said. But still it shows the same error.

    Can you tell me in which line they are including this path
    "flash/modules/global/app/ffmpeg.exe" in the script.
    So i can change the path to /usr/local/bin/ffmpeg

  4. #4
    Knuty's Avatar
    Join Date
    Sep 2006
    Posts
    103

    Default

    flash/modules/global/inc/header.inc.php
    Dolphin 7.0.2

  5. #5

    Join Date
    Mar 2010
    Posts
    6

    Default

    Quote Originally Posted by Knuty View Post
    flash/modules/global/inc/header.inc.php
    I have changed in this header.inc.php file. But still it shows the same thing. So some other files too contains the same path. So can u tell me what file it is? Else please give me any software name that searches the string within a script directory

  6. #6
    Knuty's Avatar
    Join Date
    Sep 2006
    Posts
    103

    Default

    Remember to empty catch. Do it with ftp or ssh and not from adminpanel. The files will often not be deleted if you take it from ap.
    Do that every time when you change thing, that's my experience
    Dolphin 7.0.2

  7. #7
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by Knuty View Post
    or ssh )
    If SSH is available, you can SSH in, and type

    ffmpeg

    and hit enter

    and see if it really is available as a system library.

    You should see something like

    Code:
    FFmpeg version 0.5.2, Copyright (c) 2000-2009 Fabrice Bellard, et al.
      configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
      libavutil     49.15. 0 / 49.15. 0
      libavcodec    52.20. 1 / 52.20. 1
      libavformat   52.31. 0 / 52.31. 0
      libavdevice   52. 1. 0 / 52. 1. 0
      libavfilter    0. 4. 0 /  0. 4. 0
      libswscale     0. 7. 1 /  0. 7. 1
      libpostproc   51. 2. 0 / 51. 2. 0
      built on Jun 13 2010 23:44:18, gcc: 4.1.2 20080704 (Red Hat 4.1.2-48)
    At least one output file must be specified

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •