Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Error Playing Vids ( Keeps Loading )

  1. #11
    Join Date
    Sep 2007
    Posts
    14

    Default Re: Error Playing Vids ( Keeps Loading )

    Pleaseletmeknow

  2. #12
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Error Playing Vids ( Keeps Loading )

    Code:
    /www/virtual/skling/www.porndozo.nl/video/solointerviews-adrianna-2.wmv -o /www/virtual/skling/www.porndozo.nl/flvideo/1189297390881700463.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames

    You missed path to mencoder.

    What is the content of include/config.php (remove database password on posting).

  3. #13
    Join Date
    Sep 2007
    Posts
    14

    Default Re: Error Playing Vids ( Keeps Loading )

    <?

    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();

    $db_host = "XXXXXXXXX";
    $db_name = "XXXXXXX";
    $db_user = "XXXXXXX";
    $db_pass = "bigdoz";

    $language = "en";

    $config = array();
    $config['ffmpeg'] = "";
    $config['mplayer'] = "";
    $config['mencoder'] = "";
    $config['flvtool'] = "";
    $config['basedir'] = "/www/virtual/skling/www.porndozo.nl";
    $config['baseurl'] = "http://www.porndozo.nl";

    include($config['basedir'] . "/include/vshare.php");

  4. #14
    Join Date
    Sep 2007
    Posts
    14

    Default Re: Error Playing Vids ( Keeps Loading )

    Do you see any thing wrong ? :?:

  5. #15

    Default Re: Error Playing Vids ( Keeps Loading )

    $config['ffmpeg'] = "";
    $config['mplayer'] = "";
    $config['mencoder'] = "";
    $config['flvtool'] = "";

  6. #16
    Join Date
    Sep 2007
    Posts
    14

    Default Re: Error Playing Vids ( Keeps Loading )

    What do i need to fill in there ? :?:

  7. #17
    Join Date
    Sep 2007
    Posts
    14

    Default Re: Error Playing Vids ( Keeps Loading )

    What must i fill in to let it work ?

  8. #18

    Default Re: Error Playing Vids ( Keeps Loading )

    Paths to FFMPEG, MPlayer, Mencoder & FlvTool2?
    But your hosting provider must have these programs installed, if it supports youtube clones.

  9. #19
    Join Date
    Sep 2007
    Posts
    14

    Default Re: Error Playing Vids ( Keeps Loading )

    Yes there are installed and i filled in the path
    Problem i now get is when i upload its gives a page "Cannot Display " Wtf is this for problem now ?:S
    Didnt get the whole script working since i bought it.
    Please help me.
    This is my config File:

    <?

    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();

    $db_host = "XXXXXX";
    $db_name = "XXXXXXX";
    $db_user = "XXXXXXXXX";
    $db_pass = "XXXXXX";

    $language = "en";

    $config = array();
    $config['ffmpeg'] = "/usr/local/bin/ffmpeg";
    $config['mplayer'] = "/usr/local/bin/mplayer";
    $config['mencoder'] = "/usr/local/bin/mencoder";
    $config['flvtool'] = "/usr/local/bin/flvtool2";
    $config['basedir'] = "/www/virtual/skling/www.porndozo.nl";
    $config['baseurl'] = "http://www.porndozo.nl";

    include($config['basedir'] . "/include/vshare.php");

  10. #20
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Error Playing Vids ( Keeps Loading )

    Now, you have set the paths. Check if your video get converted to FLV, if not, check debug log, get the convert command, run it on server and see if your server is able to convert the video to FLV.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Videos playing in Firefox, but NOT playing in IE, Opera
    By piscean in forum Installation Support
    Replies: 4
    Last Post: 11-04-2008, 10:30 PM
  2. U[loading Videos
    By whalles in forum General Discussions
    Replies: 0
    Last Post: 08-02-2007, 09:18 AM
  3. Loading Video
    By whalles in forum Fixed Bugs
    Replies: 1
    Last Post: 07-30-2007, 07:25 PM
  4. Loading a Playlist...
    By dapanther99 in forum Template Modifications
    Replies: 7
    Last Post: 07-19-2007, 05:50 PM
  5. Replies: 2
    Last Post: 07-12-2007, 07:08 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
  •