Results 1 to 7 of 7

Thread: Video don't play suggestions?

  1. #1
    Join Date
    Mar 2008
    Posts
    1

    Default Video don't play suggestions?

    I have installed this 3 maybe 4 times now and after 6 hours turning to a little support.
    I can upload a video,it shows in the video directory.
    I believe it may be the pointing to the player which I have tried several ways and no luck.
    Here are some of my settings.
    Code:
    $config['ffmpeg']          =  "/usr/local/bin/ffmpeg";
    $config['mplayer']          =  "/usr/cmcarcom/public_html/vshare/player/player.swf";
    $config['mencoder']          =  "/usr/local/bin/mencoder";
    $config['flvtool']          =  "/usr/local/bin/flvtool2";
    $config['basedir']        =  "/home/cmcarcom/public_html/vshare";
    $config['baseurl']        =  "http://cmcamper.com/vshare";
    I have also tried just
    /usr/cmcarcom/public_html/vshare/player/
    Thats all in the includes/config.php file
    Even tried
    /usr/local/bin/player

    Even tried changing the cgi-bin uu_default_config
    Cause it didnt show a path to /usr/cmcarcom/public_html/vshare

    I also noticed in admin CP view video it shows apath of
    http://cmcamper.com/vshare/view/1/test/
    There is no directory folder named view
    So I now assume it was supposed to create one and didn't.

    Anyone have same issue or know a solution?
    If I have to I will just pay to get it installed.
    Thanks,
    Ron

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    Let me know following details to check your installation

    1. FTP Login details of the web site
    2. vshare login details (user and admin).

    I can check and let you why you are having problem with uploads.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Apr 2008
    Posts
    2

    Default Re: Video don't play suggestions?

    i ahve same problem.

    i can,t see video on page in palyer.

    my site is http://sharing.homeip.net

    STARTING VIDEO CONVERSION (process_queue.id = 4)


    --------------------------------------------------------------------------------

    File: /var/www/vhosts/sharing.homeip.net/httpdocs/video/vorschau_3.wmv

    ################################################## ##

    SELECT * FROM `video` WHERE `VID`=4

    ################################################## ##

    Video id: 4

    Find video duration - START

    /usr/local/bin/mplayer -vo null -ao null -frames 0 -identify /var/www/vhosts/sharing.homeip.net/httpdocs/video/vorschau_3.wmv


    Duration (mplayer): 0


    DURATION: 00:00

    Create Thumbnail - START

    Create Thumbnail with mplayer - END

    CONVERT COMMAND: /usr/local/bin/mencoder '/var/www/vhosts/sharing.homeip.net/httpdocs/video/vorschau_3.wmv' -o /var/www/vhosts/sharing.homeip.net/httpdocs/flvideo/12083046241823738372.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

    ################################################## ##

    Array
    (
    )

    ################################################## ##

    Return value:
    help me please

  4. #4
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Video don't play suggestions?

    Edit the video_conversion.php (include/settings)
    Try to use the following command

    Code: Select all
    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";

  5. #5

    Default

    ffmpeg-php not installed on your server .If it is properly installed you can see in your phpinfo http://sharing.homeip.net/phpinfo.php

    So try reinstalling ffmpeg and ffmpeg-php latest versions. Download ffmpeg from SVN. Also ffmpeg-php latest version is 0.5.1

    http://docs.buyscripts.in/Server_Setup

    Also check the other vShare requirements

  6. #6
    Join Date
    Apr 2008
    Posts
    1

    Default Re: Video don't play suggestions?

    These r very common problems. I have also stucked up in this type of problems. Please help. Thanks.

  7. #7

    Default Re: Video don't play suggestions?

    Quote Originally Posted by jbpostal
    These r very common problems. I have also stucked up in this type of problems. Please help. Thanks.
    Convert error problem ?
    Please check the mencoder can convert the videos into flv format .

    viewtopic.php?f=3&t=1591
    viewtopic.php?t=351

Similar Threads

  1. Suggestions for Template Design
    By tennistjn in forum Template Modifications
    Replies: 2
    Last Post: 01-25-2009, 12:47 AM
  2. Suggestions with Search
    By megavideos.in in forum Feature Requests
    Replies: 7
    Last Post: 10-02-2008, 02:12 PM
  3. Video No Play :: Please Help
    By RifGate.Co.cc in forum Installation Support
    Replies: 3
    Last Post: 06-17-2008, 05:17 AM
  4. play the video?
    By Boxerman in forum Installation Support
    Replies: 0
    Last Post: 05-24-2008, 10:15 PM
  5. Video Won't Play
    By RABIZ9 in forum Installation Support
    Replies: 6
    Last Post: 05-21-2007, 08:39 AM

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
  •