Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Only white page

  1. #11
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Only white page

    The script works, the video conversation not.


    MPlayer was compiled without libmp3lame support.

    I am reconfiguring mplayer at this second. I hope it will help.

    I use this command: ./configure --prefix=/usr --codecsdir=/usr/local/lib/codecs/


    I have done this tutorial: http://docs.buyscripts.in/Mplayer

    But it dont works. If I try to configure the mplayer this stands there:
    Checking for libmp3lame: (for mencoder) ... yes (in libavcodec): yes

    I try to do make and at the end of make this stands there:
    make[1]: *** [nellymoserenc.o] Error 1
    make[1]: Leaving directory `/usr/local/src/mplayer/libavcodec'
    make: *** [libavcodec/libavcodec.a] Fehler 2

    at the make install end there is standing the same.


    If I try the command (/usr/local/bin/mencoder -oac help) the lame codec is not listed. I have installed it with this tut: http://docs.buyscripts.in/LAME_MP3_Encoder
    I don´t know what I should make now :(

  2. #12
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Only white page

    Did you actually install LAME on your server? If not, you'll need to install it first. Otherwise, you will not get libmp3lame support.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  3. #13
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Only white page

    With this tutorial:
    http://docs.buyscripts.in/LAME_MP3_Encoder



    [root@ks300847 ~]# lame
    LAME 32bits version 3.97 (http://www.mp3dev.org/)

    usage: lame [options] <infile> [outfile]

    <infile> and/or <outfile> can be "-", which means stdin/stdout.

    Try:
    "lame --help" for general usage information
    or:
    "lame --preset help" for information on suggested predefined settings
    or:
    "lame --longhelp"
    or "lame -?" for a complete options list

    [root@ks300847 ~]#


  4. #14
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Only white page

    If you are following the tutorials on the Docs, those tutorials are about 2 years out of date. Also, did you install the mPlayer codecs? The Docs tutorial is correct on their installation.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  5. #15
    Join Date
    Sep 2007
    Posts
    906

    Default Re: Only white page

    How you install mplayer ?

    Run following commands, it will work

    Code:
    cd /usr/local/src/
    wget http://www.mplayerhq.hu/MPlayer/rele...071007.tar.bz2
    tar -jxvf all-20071007.tar.bz2
    cd /usr/local/src/all-20071007
    mv /usr/local/lib/codecs /usr/local/lib/codecs-$(date +%m%d%Y%H%N)
    mkdir -p /usr/local/lib/codecs
    cp -f *.* /usr/local/lib/codecs/
    chmod -R 755 /usr/local/lib/codecs/
    ls -l /usr/local/lib/codecs/
    ln -sf /usr/local/lib/codecs /usr/lib/codecs
    ln -sf /usr/local/lib/codecs /usr/local/lib/win32
    ln -sf /usr/local/lib/codecs /usr/lib/win32
    ldconfig
    
    cd /usr/local/src
    svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
    cd /usr/local/src/mplayer
    make clean && make distclean
    ./configure --prefix=/usr --codecsdir=/usr/local/lib/codecs/
    make && make install
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  6. #16
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Only white page

    No, it don´t worked.

    I install it with this commands:
    Code:
    cd /usr/local/src
    ldconfig
    svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
    cd mplayer
    make clean && make distclean
    ./configure --prefix=/usr --codecsdir=/usr/local/lib/codecs/
    make && make install

  7. #17
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Only white page

    Anyone? I can give you the shell access, so that you can take a look on it.

    It don´t works if I try to install mencoder :(


    Code:
    [root@ks300847 ~]# mencoder -oac help
    MEncoder dev-SVN-r28188-4.1.2 (C) 2000-2008 MPlayer Team
    CPU: Intel(R) Celeron(R) CPU 2.66GHz (Family: 15, Model: 4, Stepping: 9)
    CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
    
    
    Available codecs:
       copy     - frame copy, without re-encoding (useful for AC3)
       pcm      - uncompressed PCM audio
       lavc     - FFmpeg audio encoder (MP2, AC3, ...)

  8. #18
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Only white page

    I have found another Tutorial, that works now for me.

    I replaced the Watermark with an 1x1 Pixel image (invisible)

    http://ks300847.kimsufi.com/view/1/testvid/

    The lagging of the video is normal that is the video.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. white spaces need help
    By zclub in forum Template Modifications
    Replies: 6
    Last Post: 04-09-2009, 09:39 AM
  2. /cgi-bin/uu_upload.pl? goes to white page
    By CliftonH in forum Bug Reports
    Replies: 5
    Last Post: 10-18-2008, 04:31 PM
  3. make other page with new video like in index page
    By cmedia in forum Template Modifications
    Replies: 4
    Last Post: 05-29-2008, 10:23 PM
  4. Install White Page Issue But I think I know why
    By Jim Nayzium in forum Installation Support
    Replies: 2
    Last Post: 08-21-2007, 07:02 PM
  5. White Website
    By KnoPPerS in forum Installation Support
    Replies: 4
    Last Post: 08-09-2007, 06:18 PM

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
  •