Results 1 to 7 of 7

Thread: Installation

  1. #1
    Join Date
    Dec 2007
    Posts
    20

    Default Installation

    Hi

    I try my installation from my PC it didnt work i try from my laptop it work!!!! any idea why or what happen

    i can view all sites except my vshare site @@@@@@@ from my pc
    from my laptop i can view the vshare site!!

  2. #2
    Join Date
    May 2007
    Posts
    588

    Default Re: Installation

    my psychic abilities are not what they used to be nowadays.....maybe if you gave us the error you get or the tell us the exact problem we could help.

  3. #3

    Default Re: Installation

    Your PC and laptop on different network ?

    May be ip blocked or something.
    iNfrenion.com - Get .. Set .. Go .. Hosting.!
    US & UK Shared, Reseller, VPS, Dedicated Hosting, FFMPEG, YouTube Hosting, Vshare Hosting
    http://www.iNfrenion.com
    Free Vshare Installation

  4. #4
    Join Date
    Dec 2007
    Posts
    3

    Default Re: Installation

    I have tried and I tried to install vshare and can not get to work properly I have been assured the server meet your requirements.
    Help, I want to install vshare on 12 web sites serving silicon valley, ca.

    the site I have spent the last week is http://www.davisparents.com/videos/login.php

    I have read, reinstall it 5 different time at the moment I have two copies installed the one above and this one

    http://www.davisparents.com/vshare/login.php

    they both up load, I get a successful upload message and then nothing :oops:


    package uu_default_config;
    use strict;
    use Exporter;

    @uu_default_config::ISA = qw( Exporter );
    @uu_default_config::EXPORT = qw($config);

    use vars qw($config);

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => '/home/soapboxp/public_html/pmarket/videos/templates_c/',
    upload_dir => '/home/soapboxp/public_html/pmarket/videos/video/',
    unique_upload_dir => 0,
    unique_upload_dir_length => 16,
    unique_file_name => 0,
    unique_file_name_length => 16,
    max_upload => 20971520000,
    overwrite_existing_files => 0,
    redirect_after_upload => 1,
    redirect_url => 'http://davisparents.com/videos/upload.php',
    redirect_using_js_html => 1,
    redirect_using_html => 0,
    redirect_using_js => 0,
    redirect_using_location => 0,
    delete_param_file => 1,
    get_data_speed => 1000,
    disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| mp3|htaccess|htpasswd)',
    allow_extensions => '(3gp)|(mp4)|(mov)|(asf)|(avi)|(flv)|(wmv)|(mpg)|( mpeg)|(mpeg4)|(xvid)|(divx)|(3gpp)',
    normalize_file_names => 1,
    normalize_file_delimiter => '_',
    normalize_file_length => 32,
    link_to_upload => 1,
    path_to_upload => 'http://davisparents.com/videos/video/',
    send_email_on_upload => 0,
    html_email_support => 0,
    link_to_upload_in_email => 0,
    email_subject => 'Uber File Upload',
    to_email_address => '[email protected],[email protected]',
    from_email_address => '[email protected]',
    };


    $db_host = "localhost";
    $db_name = "soapboxp_v1";
    $db_user = "soapboxp_vs1";
    $db_pass = "xxxxx";

    $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/bin/flvtool2";
    $config['basedir'] = "/home/soapboxp/public_html/pmarket/videos";
    $config['baseurl'] = "http://davisparents.com/videos";

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

    Please help me!!!!!!!!!

  5. #5
    Join Date
    Sep 2007
    Posts
    906

    Default

    Please try to change the video conversion command. (include/settings/video_conversion.php) .If you can't PM your login details
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  6. #6
    Join Date
    Dec 2007
    Posts
    3

    Default Re: Installation

    here is the file, what should I change?
    by the way my server tech support assured me that All the required modules are already installed.
    thanks,


    <?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;

  7. #7
    Join Date
    Sep 2007
    Posts
    906

    Default Re: Installation

    Try with this
    Code:
    <?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:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
    
    $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;
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Similar Threads

  1. Help installation
    By zclub in forum Installation Support
    Replies: 18
    Last Post: 03-21-2009, 11:44 PM
  2. installation
    By inziva in forum Installation Support
    Replies: 8
    Last Post: 01-06-2009, 03:36 AM
  3. Installation HELP! HELP!
    By urbanshowdown in forum Installation Support
    Replies: 2
    Last Post: 02-22-2008, 06:35 PM
  4. Installation went ok... for a little while.
    By dwhite7508 in forum Installation Support
    Replies: 3
    Last Post: 01-31-2008, 06:01 AM
  5. installation help
    By rix in forum Installation Support
    Replies: 2
    Last Post: 06-29-2007, 07:43 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
  •