PDA

View Full Version : Youtube clone (Who has it installed?)


sachie
11-15-2006, 03:42 AM
Hi all,

Just wondering if anyone using Cirtex hosting had the youtube clone installed and working ok. I have it installed but cannot seem to get sound working on the video's. I know that Cirtex do not support the mplayer binary which this script seems to use. I'm hoping someone out that has got it working with just ffmpeg.

Any help would be greatly appreciated.

Cheers
Sachie

rainbows
11-15-2006, 12:02 PM
I have the same problem.

i was told it needed a mp3 codec installed.not sure if cirtex are going to install this.Id even be willing to pay a little extra a month for hosting to get my site up running correctly with enough video space usage as my testing used it up...

sachie
11-15-2006, 12:14 PM
Yep, I did ask but they said that it would be too CPU intensive to install that on the servers. I would have thought that Video Encoding would have been a much more CPU intensive thing to run but there you go.

Been looking on the FFMPEG site and it does mention that:

The following list of audio codecs should work:

`adpcm_ima_wav'
`adpcm_ms'
`pcm'
`mp3'
if some MP3 codec like LAME is installed

Its a damn shame that they won't install a codec for us. I also would be happy to pay a little more a month but not $150 as they advised me for a dedicated server.

rainbows
11-15-2006, 12:19 PM
$150 a month??

ekkk will not go that high

also while testing i seem to have exceeded my usage limit!

Cirtex Admin
11-15-2006, 01:19 PM
Hi,

Not many hosts offer ffmpeg and it is very CPU Intensive alone, not to mention the other requirements that Youtube clone needs, from mencoder to mplayer and so on. It is best to install these for separate servers and we might be introducing private vps servers in the next few months which will allow the customers to install these for maybe ~$50/mo. but that's in the near future.

Cheers

sachie
11-15-2006, 01:34 PM
Hi Cirtex,

Thats sounds good and let me know when it happens!

Cheers
Sachie

rainbows
11-15-2006, 01:35 PM
Agreed sounds much better.

Cirtex Admin
11-15-2006, 07:15 PM
Hi,

It'll require lots of planning and research for us to offer VPS but it is coming :)

Cheers

xavier039
01-28-2007, 12:31 AM
Has anybody got it working completely including sound? Thank you.

Cirtex Admin
01-28-2007, 12:50 PM
We have many customers running youtube clones 100% using ffmpeg and flv2tool. As we dont have mencoder installed but many scripts only require ffmpeg and flv2tool.

PM me if any specific troubles.

Cheers

Josh
02-01-2007, 03:28 PM
So when you say you don't allow it .. you don't support it .. but if were cheeky we can get away with it?

http://bestsmileys.com/angles/9.gif

Cirtex Admin
02-01-2007, 03:59 PM
We do support youtube clones now :)

Josh
02-02-2007, 11:41 AM
Niceeee.

If the CPU limit is reached for an account how long is it taken offline for? a certain time limit or until the owners replied to a warning email etc?

Cirtex Admin
02-02-2007, 05:29 PM
Hi Josh

We will 99% of the time email you and give ya 24hrs to make changes for site or upgrade to semidedicated before suspending. If the site is overloading server to the point affecting other users greatly, then we will have to suspend and contact you.

Cheers

FunkyDog
02-03-2007, 07:57 AM
We do support youtube clones now :)

I get this error when installing a youtube script:

Fatal error: main() [function.require]: Failed opening required '/home/mediycom/public_html /smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mediycom/public_html/include/config.php on line 30

Anybody that can advice on this?

Big_Rob
02-03-2007, 10:57 AM
Hi!
I´m using a youtube clone and everything works just fine.
I have just one question: I can upload small movies and everything works great. But when I upload larger movies (4-5 mb) I only got errors.

Is there any size limit?
If there is, can I change it?

(I have in my script max size 150mb)

Regards

Robert

Cirtex Admin
02-03-2007, 01:29 PM
Hi!
I´m using a youtube clone and everything works just fine.
I have just one question: I can upload small movies and everything works great. But when I upload larger movies (4-5 mb) I only got errors.

Is there any size limit?
If there is, can I change it?

(I have in my script max size 150mb)

Regards

Robert

Please PM me your errors and domain + server and I'll look into it for ya.

Cheers

Cirtex Admin
02-03-2007, 01:29 PM
I get this error when installing a youtube script:

Fatal error: main() [function.require]: Failed opening required '/home/mediycom/public_html /smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mediycom/public_html/include/config.php on line 30

Anybody that can advice on this?

Have you submitted a ticket to helpdesk?

ukwebpro
02-19-2007, 08:59 PM
Hi Big-Rob.

Dont know if you have it figured out yet but I think you may have written in a part of the script that should not be touched:

This is my completed config section:

<?
error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();
$config = array();
$config['BASE_DIR'] = '/home/yourusername/public_html';
$config['BASE_URL'] = 'http://www.madbay.co.uk';
$config['CONF_FILE'] = $config['BASE_DIR'].'/include/conf.ini';
$config['IMG_DIR'] = $config['BASE_DIR'].'/images';
$config['IMG_URL'] = $config['BASE_URL'].'/images';
$config['VDO_DIR'] = $config['BASE_DIR'].'/video';
$config['VDO_URL'] = $config['BASE_URL'].'/video';
$config['ADO_DIR'] = $config['BASE_DIR'].'/audio';
$config['ADO_URL'] = $config['BASE_URL'].'/audio';
$config['FLVDO_DIR'] = $config['BASE_DIR'].'/flvideo';
$config['FLVDO_URL'] = $config['BASE_URL'].'/flvideo';
$config['TMB_DIR'] = $config['BASE_DIR'].'/thumb';
$config['TMB_URL'] = $config['BASE_URL'].'/thumb';
$config['baseurl'] = $config['BASE_URL'];
$config['basedir'] = $config['BASE_DIR'];
$config['vdodir'] = $config['VDO_DIR'];
$config['vdourl'] = $config['VDO_URL'];
$config['audiodir'] = $config['ADO_DIR'];
$config['audiourl'] = $config['ADO_URL'];
$config['flvdodir'] = $config['FLVDO_DIR'];
$config['flvdourl'] = $config['FLVDO_URL'];
$config['imgurl'] = $config['IMG_URL'];
$config['imgpath'] = $config['IMG_DIR'];
$config['ffmpeg'] = '/usr/local/bin/ffmpeg';
$config['mplayer'] = '/usr/local/bin/mplayer';
$config['mencoder'] = '/usr/local/bin/mencoder';
$config['flvtool2'] = '/usr/local/bin/flvtool2';
$config['guest_limite'] = 20000;
require_once($config['BASE_DIR'].'/smarty/libs/Smarty.class.php');
require_once($config['BASE_DIR'].'/classes/mysmarty.class.php');
require_once($config['BASE_DIR'].'/classes/SConfig.php');
require_once($config['BASE_DIR'].'/classes/SError.php');
require_once($config['BASE_DIR'].'/include/adodb/adodb.inc.php');
require_once($config['BASE_DIR'].'/include/phpmailer/class.phpmailer.php');
require_once($config['BASE_DIR'].'/classes/SEmail.php');

$DBTYPE = 'mysql';
$DBHOST = SConfig::get("Database", "host");
$DBUSER = SConfig::get("Database", "user_name");
$DBPASSWORD = SConfig::get("Database", "password");
$DBNAME = SConfig::get("Database", "db_name");

$conn = &ADONewConnection($DBTYPE);
$conn->PConnect($DBHOST, $DBUSER, $DBPASSWORD, $DBNAME);

$sql = "SELECT * from sconfig";
$rsc = $conn->Execute($sql);

if($rsc){while(!$rsc->EOF)
{
$field = $rsc->fields['soption'];
$config[$field] = $rsc->fields['svalue'];
STemplate::assign($field, $config[$field]);
@$rsc->MoveNext();
}}

STemplate::assign('bgcolor','#E8E8E8');
STemplate::assign('BASE_URL', $config['BASE_URL']);
STemplate::assign('BASE_DIR', $config['BASE_DIR']);
STemplate::assign('IMG_URL', $config['IMG_URL']);
STemplate::assign('baseurl', $config['BASE_URL']);
STemplate::assign('basedir', $config['BASE_DIR']);
STemplate::assign('imgurl', $config['IMG_URL']);
STemplate::assign('vdourl', $config['VDO_URL']);
STemplate::assign('adourl', $config['ADO_URL']);
STemplate::assign('flvdourl', $config['FLVDO_URL']);
STemplate::assign('tmburl', $config['TMB_URL']);
STemplate::setCompileDir($config['basedir']."/templates_c");
STemplate::setTplDir($config['basedir']."/templates");
?>

hHope it helps.
Paul.
Email or PM me and I will help if I can.
Pablos234@hotmail.com

sims4you
02-27-2007, 11:49 AM
does anyone know where i can get the script from ?

cheers
dan

ukwebpro
02-27-2007, 02:51 PM
PM me Pablos234@hotmail.com

ukwebpro.

joravalbe
03-19-2007, 03:00 AM
Hi ! I installed Video Share and You Tube Clone in my hosting but when i like to register a user or upload a video I can?t somebody can help me please ?........this is the webpage

http://www.compushock.com/scripts/videoshare/index.php

Cirtex Admin
03-19-2007, 03:08 AM
First make sure you installed it properly, including chmodding certain folders 777 as told in your installation process.

Also read through http://support.cirtex.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=26

Cheers

ukwebpro
03-19-2007, 08:49 AM
Hi.
PM me on Pablos234@hotmail.com
I will sort it out for you quickly.
If anyone wants youtube clone installed at anytime just PM me and I will sort it for you for a small fee.
Custom installation also done, colors, headers, footers, and banners + banner rotator and banner payment section.
100% satisfaction guaranteed :top: :D

Josh
03-19-2007, 10:28 AM
/shameless plug.

Seemed easy enough to install for me, not sure if I'm going to use it for anything.. doesn't seem too hard to modify either.

ukwebpro
03-19-2007, 01:17 PM
/bathroom plug.
Not everyone is as clever as you it seems hey

Cirtex Admin
03-19-2007, 01:29 PM
Just note, we also do installation if you email sales@cirtexhosting.com for small fee.

Cheers

Josh
03-19-2007, 06:50 PM
/kitchen plug

I'm not smart. I just uncompressed a .zip & followed some on screen prompts *insert angel smiley here*

pugsx
03-22-2007, 08:52 AM
anyone know if the no 3gp sound issue was solved and if so how?

Josh
03-22-2007, 09:05 AM
In another thread it said they've recompilled certain modules to fix it.. whether it fixed it or not I don't have a clueeee.

Cirtex Admin
03-22-2007, 10:50 AM
anyone know if the no 3gp sound issue was solved and if so how?

It should be compiled for most servers, if your server does not have 3GP then please send me a private message with your domain and server name.

Cheers

vcrfix
06-25-2007, 11:12 PM
Another option besides a dedicated server would be to colocate your server at a data center. This option has shown to be comparable to dedicated hosting asn actually less depending on the data. The pros is you own the machine and configure as you like. The cons you are totally responsible for the maintenance of the machine (hardware & software). Colocation is like having your own machine without going through the expense of adding connectivity. If you are really serious about a YouTube clone and have a good profitable business model, and do not want the expense of setting your own T1/T3/E3 lines with firewalls, routers, etc, then Colocation is something to consider.

sweetbwaoy
02-02-2008, 02:34 PM
Can some one send me a link to a site using ClipShare that actually WORKS? I might be interested in buying it.

My email is sweetbwaoy@yahoo.ca

sweetbwaoy
02-02-2008, 03:46 PM
Can some one send me a link to a site using ClipShare that actually WORKS? I might be interested in buying it.

My email is sweetbwaoy@yahoo.ca