Results 1 to 10 of 10

Thread: Must read this

  1. #1
    Join Date
    Jun 2008
    Posts
    7

    Default Must read this

    Hi any one help me to install vshare, please logon to http://www.videos.vsile.com, singup a new account and then try to upload any video format, not .flv, my script only support uploading .flv videos, remote server uploading not work.. Please help me..

    Warm regards
    Arun
    http://www.vsile.com

  2. #2

    Default Re: Must read this

    Please try to change the command in video_conversion.php(include)

    If its not fixed,mencoder can't convert videos in to flv.

    Check viewtopic.php?t=351


    When the time of uploading video (remote upload),this error occured.

    fatal error: Call to undefined function curl_init() in /home2/vsileco/public_html/videos/include/classes/class.upload_remote.php on line 204

    You can see the details at

    viewtopic.php?f=6&t=2658

  3. #3
    Join Date
    Jun 2008
    Posts
    7

    Default Re: Must read this

    Thank you for your suport, My server details below.

    Semi-dedicated server
    Apache version - 2.0.63
    PHP version - 5.2.5
    MySQL version - 5.0.51a-community
    Architecture - i686
    Operating system - Linux

  4. #4
    Join Date
    Jun 2008
    Posts
    7

    Default Re: Must read this

    I checked debug.txt file .3gp coding below ;

    CONVERT COMMAND: /usr/bin/mencoder '/home2/vsileco/public_html/videos/video/Kaalai_Trailor.3gp' -o /home2/vsileco/public_html/videos/flvideo/12141117161838884167.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup


    If any idea..

    Some other..

    2008-06-22 10:45:16 Video id: 15

    2008-06-22 10:45:16 Find video duration - START

    2008-06-22 10:45:16 Duration (ffmpeg-php): 115


    2008-06-22 10:45:16 DURATION: 01:55

    2008-06-22 10:45:16 Create Thumbnail - START

    2008-06-22 10:45:16 Create Thumbnail with ffmpeg-php - END

    2008-06-22 10:45:16 CONVERT COMMAND: /usr/bin/mencoder '/home2/vsileco/public_html/videos/video/Kaalai_Trailor.3gp' -o /home2/vsileco/public_html/videos/flvideo/12141117161838884167.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup

    2008-06-22 10:45:16 ################################################## ##

  5. #5

    Default Re: Must read this

    Try with next video conversion commnd. (include/settings/video_conversion)

    or use ffmpeg for converting videos into flv

    The problem of remote upload , Curl support is not enabled.

    Check in phpinfo to this and search for curl on the resulting page.

    If support is enabled, there will be a listing for it.

    See the installation http://us2.php.net/curl

  6. #6
    Join Date
    Jun 2008
    Posts
    7

    Default Re: Must read this

    What line i can edit see this one

    $cmd_ffmpeg = "$config[ffmpeg] -i '$video_src' -acodec libmp3lame -ar 22050 -ab 32 -f flv $video_flv";

  7. #7

    Default

    No need for ediiting that line.

    Use the following command

    Code:
     $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_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";

  8. #8
    Join Date
    Jun 2008
    Posts
    7

    Default Re: Must read this

    you mean change the line

    #$cmd_mencoder="$config[mencoder] to #$cmd_ffmpeg="$config[ffmpeg] ....?


    Alredy use that comment see that file below:


    <?php

    $cmd_ffmpeg = "$config[ffmpeg] -i '$video_src' -acodec libmp3lame -ar 22050 -ab 32 -f flv $video_flv";

    # For old version of mplayer
    # $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es";

    # For latest version of mplayer
    $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup";

    $cmd_all = $cmd_mencoder;

    $convert_3gp = $cmd_all;
    $convert_mp4 = $cmd_all;
    $convert_mov = $cmd_all;
    $convert_asf = $cmd_all;
    $convert_mpg = $cmd_all;
    $convert_avi = $cmd_all;
    $convert_mpeg = $cmd_all;
    $convert_wmv = $cmd_all;
    $convert_rm = $cmd_all;
    $convert_dat = $cmd_all;

  9. #9

    Default Re: Must read this

    If you can PM your login details (ftp and vShare admin login details)

  10. #10
    Join Date
    Jun 2008
    Posts
    7

    Default Re: Must read this

    Please help me,

Similar Threads

  1. I'm back but please read!
    By galnet in forum General Discussions
    Replies: 6
    Last Post: 05-22-2008, 07:38 PM
  2. Please Read if you need support!
    By porkd in forum Installation Support
    Replies: 0
    Last Post: 10-26-2007, 05:52 AM
  3. Very urgent - Please read
    By Reivax in forum General Discussions
    Replies: 4
    Last Post: 10-17-2007, 12:56 PM
  4. READ FIRST
    By admin in forum Frequently Asked Questions
    Replies: 0
    Last Post: 05-26-2007, 01:10 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
  •