Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Video Uploaded?

  1. #1
    Join Date
    Nov 2007
    Posts
    7

    Default Video Uploaded?

    hi guys my site is http://www.misvideos.com.mx when i upload a video, all go right, when the video upload end, the page send me to SIGNUNP page, like if i get disconnected, buy i click login and nothing happen just page refresh.

    also i cant see videos. as you can see on site.

    what can be?

  2. #2
    Join Date
    Nov 2007
    Posts
    7

    Default Re: Video Uploaded?

    well no errors and when i uplad i go to main page, but there isnt the video!! i log via admin and i dont see it there !!!

    what can be?

  3. #3

    Default Re: Video Uploaded?

    Quote Originally Posted by cacahuate
    hi guys my site is http://www.misvideos.com.mx when i upload a video, all go right, when the video upload end, the page send me to SIGNUNP page, like if i get disconnected, buy i click login and nothing happen just page refresh.

    also i cant see videos. as you can see on site.

    what can be?


    You need to put the same urls in

    cgi-bin/uu_default_config.pm
    include/config.php

    For more details go through http://docs.buyscripts.in/wiki/After_up ... login_page

  4. #4
    Join Date
    Nov 2007
    Posts
    7

    Default Re: Video Uploaded?

    that is done, now i upload and when finish i go back to index but there is no video, and in the ADMIN there is no video, anywhere.


    uu_default_config.pm redirect_url => 'http://www.misvideos.com.mx',
    config.php $config['baseurl'] = "http://www.misvideos.com.mx";

  5. #5

    Default

    I try to upload the video ,now show "Internal Server Error".So you need to check this

    viewtopic.php?f=4&t=1671

  6. #6
    Join Date
    Nov 2007
    Posts
    7

    Default Re: Video Uploaded?

    im the last on that post,

    all files must be in? 777 - 755 or wich permissions.

    thanks

  7. #7

    Default

    In cgi-bin uu_upload.pl, uu_ini_status.pl files need 755 permision.

    Need 777 permision to following folders and files

    chimg
    flvideo
    include
    include/config.php
    photo
    templates_c
    templates
    thumb
    video

  8. #8
    Join Date
    Nov 2007
    Posts
    7

    Default Re: Video Uploaded?

    i get this error, i saw it on debug.txt



    2007-12-02 23:33:01 Video (9) Conversion starting...

    2007-12-02 23:33:01 File: /home/chatube/public_html/video/CuteGirl-clip0016.avi

    2007-12-02 23:33:01 -------------------------------------------------------------

    2007-12-02 23:33:01 INSERT INTO video SET
    UID='2',
    title='video de vieja',
    description='vieja putona',
    keyword='bieja vieja bieeeejaaa',
    channel='0|1|0',
    addtime='1196656381',
    adddate='2007-12-02',
    vkey='50164846',
    type='public',
    active='0',
    approve='1'

    2007-12-02 23:33:01 -------------------------------------------------------------

    2007-12-02 23:33:01 Video id: 9

    2007-12-02 23:33:01 Calling ffmpeg-php -> ffmpeg_movie()

    2007-12-02 23:33:01 Get video duration - START

    2007-12-02 23:33:01 Get video duration - END

    2007-12-02 23:33:01 DURATION: 55.6

    2007-12-02 23:33:01 Create Thumbnail - START

    2007-12-02 23:33:02 Create Thumbnail - END

    2007-12-02 23:33:02 CONVERT COMMAND:

    /usr/bin/ffmpeg -i '/home/chatube/public_html/video/CuteGirl-clip0016.avi' -acodec libmp3lame -ar 22050 -ab 32 -f flv /home/chatube/public_html/flvideo/1196656382103009052.flv



    2007-12-02 23:33:02 -------------------------------------------------------------

    2007-12-02 23:33:02

    2007-12-02 23:33:02 -------------------------------------------------------------

    2007-12-02 23:33:02 Return value:

    2007-12-02 23:33:02 File Size too small : Bytes, Upload a big video.

    2007-12-02 23:33:02 Calling process_video[9,0]

  9. #9

    Default

    Edit the video_conversion.php and try with both two command
    Code:
    // For rpm 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:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
    Code:
    // For latest svn 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:last_pred=3 -srate 22050 -ofps 24 -vf harddup";

  10. #10
    Join Date
    Dec 2007
    Posts
    2

    Default Re: Video Uploaded?

    hello, i have installed vscript and its working fine apart from when you upload a video,

    i get the following when uploaded.

    Your video was successfully added!
    Your video is currently being processed and will be available to view in a few minutes.


    Then i goto my admin area and the video dosent show up. i looked in Process Queue and this is what i saw (not including the dots .....)

    Process Queue
    2 ..... vshare ..... Convert Error ..... house_fw.avi
    below is a copy of my video_conversion.php

    <?php

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

    // For rpm (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 svn 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;
    ?>
    Please can you tell me what is wrong.

    Many Thanks
    Cody

Page 1 of 2 12 LastLast

Similar Threads

  1. How to add splashcast.net uploaded video to vShare
    By eManuka in forum General Discussions
    Replies: 1
    Last Post: 10-17-2008, 12:22 AM
  2. Uploaded Video does not appears in CHANNELS
    By rleon1982 in forum Fixed Bugs
    Replies: 2
    Last Post: 08-25-2008, 06:36 AM
  3. Uploaded Video does not appears in CHANNELS
    By rleon1982 in forum Bug Reports
    Replies: 3
    Last Post: 05-05-2008, 03:29 AM
  4. i uploaded some video
    By baleyas in forum Installation Support
    Replies: 6
    Last Post: 09-27-2007, 06:07 PM
  5. uploaded 3gp video, but no sound
    By mistic in forum Fixed Bugs
    Replies: 6
    Last Post: 09-19-2007, 11:47 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
  •