Sounds and Videos Uploading But Not Processing

Hi, I just moved dolphin to a VPS Server and everything looks to be working fine except the sounds are nt being processes. If I upload 2 or more files the first one uploads (blue line image seems to upload) but then goes no further. The second or third files don't get uploaded and none get processed.

 

I haven't changed the site setup apart from the IP hosting RMS.

 

RMS INSTALL

All seems to be well with the rms server, I can open chat and shoutbox fine. desktop looks to be working.

 

I can play audios and videos but not upload and process them any more.

 

FFMPEG,exe is set at 777 permissions.

All Required Permissions in Tools -> Host Tools -> Permissions  are green

Every option on the Host Tools page is green/OK

 

CRON set up using crontab

* * * * * /usr/bin/php -q /var/www/public_html/periodic/cron.php

 

and using: grep CRON /var/log/syslog - crons are running every minute. as you can see here:

 

Aug 31 16:44:01 vps377428 CRON[21369]: (www-data) CMD (/usr/bin/php -q /var/www/public_html/periodic/cron.php)
Aug 31 16:45:01 vps377428 CRON[21381]: (www-data) CMD (/usr/bin/php -q /var/www/public_html/periodic/cron.php)
Aug 31 16:46:01 vps377428 CRON[21388]: (www-data) CMD (/usr/bin/php -q /var/www/public_html/periodic/cron.php)
Aug 31 16:47:01 vps377428 CRON[21395]: (www-data) CMD (/usr/bin/php -q /var/www/public_html/periodic/cron.php)
 

In RMS:

 

red5.sh   JAVA_HOME=/usr/bin/java;

 
run_daemon.sh    RAY_SERVER_PATH=/root/opt/rms_server/;
 
Running the daemon seems to work:
 
root@vps377428:/opt/rms_server# ./run_daemon.sh
[1]+  Done                    ./run_daemon.sh
root@vps311428:/opt/rms_server#
 
Port: 1935, 1936, and 5080 open (although 1936 doest show using netstat -ntlp | grep LISTEN
But allowing it results in unchanged iptables, unless I deny it then the iptables change. (not sure about that one).
 
I think I have covered everything, Images upload too ok.
 
Installed JRE is:
OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src)
OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)
 
Im not sure what I can add.
 
would appreciate any help to get this solved.
 
Thanks.
Enhance Your Onlne Experience. 4eLife.com
Quote · 31 Aug 2016

Add this above the cron command:

MAILTO=your@email.here

 

Then check your inbox for any errors from the cron job.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 31 Aug 2016

Just for the heck of it  try 755 on ffmpeg as well. 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 31 Aug 2016

Thanks dolphin_jay I did try that but will try again. I believe it has to be 777 when php is a mod through apache and 755 when using fast-cgi.

 

But hey, Im just throwing stuff at the wall at present having tried just about everything I can think of.

 

But thanks, Il give it another go anyway... Much appreciated.

Enhance Your Onlne Experience. 4eLife.com
Quote · 31 Aug 2016

Thanks for the response Nathan, much appreciated.

 

I am currently trying to get postfix to work to do what you suggest with no lich so far.

 

My setup is reg-123 suppply the domain which I point to my resellerclub dns.

On the resellerclub hosting account I point the domainname . com to the VPS and for subdomains I leave them on the resellerclub account.

 

Because of that which works fine with everything else, the mail.mydomain name is a little confusing.

 

Although I am currently using mail.mydomain on the vps side (pointing to it through an A record at reseller club.

Dolphin system sends emails fine but just cant get the cron email working so far.

 

I believe I removed an email I added earlier as I was using the same  code MAILTO=your@email.here  

 

Actually the code I used was MAILTO="" Which stopped an AMT error in the crontab file.

When I tested I used MAILTO="me@mydomain.com" and so will try without the quotes as in your example. 

 

Thanks a bunch again. Il try it out.

 

Enhance Your Onlne Experience. 4eLife.com
Quote · 31 Aug 2016

So no luck with the mail. I think I best get that sorted before posting here again. Il be back. Hopefully soon. But hey, thanks.

Enhance Your Onlne Experience. 4eLife.com
Quote · 31 Aug 2016

Right so I got the email working and was sent a cron email. Here is the output.

 

PHP Fatal error:  Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /var/www/public_html/inc/header.inc.php:148

Stack trace:

#0 /var/www/public_html/periodic/cron.php(11): require_once()

#1 {main}

  thrown in /var/www/public_html/inc/header.inc.php on line 148

 

By the way, Im using php 5.6

 

Any advice Id appreciate it. Thanks.

Enhance Your Onlne Experience. 4eLife.com
Quote · 31 Aug 2016

When you moved to the VPS, did you remember to go through php.ini and make all the changes for Dolphin; like increasing the memory usage, turning off magic quotes, increasing upload limits, etc?

Geeks, making the world a better place
Quote · 1 Sep 2016

Thanks for the response. Yes I did all of that.

Everything tested OK.

 

I have gone right back to the beginning with this. Right back to RMS install and Im getting an error with rms (I think)?

 

Heres the output after running ./run_daemon.sh

 

As you can see, its the red parts Im bothered about. Not sure if its running or not to be honest as it doesn't actually say: well: Running,

 

USERHERE$ /opt/rms_server# ps ax | grep rms_server

 4959 ?        Sl     1:38 /usr/bin/java -Dpython.home=lib -Dred5.root=/opt/rms_server -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp /opt/rms_server/boot.jar:/opt/rms_server/conf: org.red5.server.Bootstrap

 5003 ?        Sl     1:41 /usr/bin/java -Dpython.home=lib -Dred5.root=/opt/rms_server -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp /opt/rms_server/boot.jar:/opt/rms_server/conf: org.red5.server.Bootstrap

 5290 pts/0    Sl     0:13 /usr/bin/java -Dpython.home=lib -Dred5.root=/opt/rms_server -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp /opt/rms_server/boot.jar:/opt/rms_server/conf: org.red5.server.Bootstrap

 5510 pts/0    Sl     0:13 /usr/bin/java -Dpython.home=lib -Dred5.root=/opt/rms_server -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp /opt/rms_server/boot.jar:/opt/rms_server/conf: org.red5.server.Bootstrap

 5604 pts/0    Sl     0:13 /usr/bin/java -Dpython.home=lib -Dred5.root=/opt/rms_server -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp /opt/rms_server/boot.jar:/opt/rms_server/conf: org.red5.server.Bootstrap

 5687 pts/0    Sl     0:13 /usr/bin/java -Dpython.home=lib -Dred5.root=/opt/rms_server -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp /opt/rms_server/boot.jar:/opt/rms_server/conf: org.red5.server.Bootstrap

12007 pts/0    S+     0:00 grep --color=auto rms_server

 

More of the same.....

 

Not sure if I should change the  webapp.virtualHosts=0.0.0.0 IP to my own IP and the port number in the red5.web.properties or not. It kinda suggests it but I didn't get that far with the rms instructions.

 

Thanks for the response anyway Geek Girl, much appreciated.

 

Any pointers Id appreciate it as its not going well at present to be honest.

 

 

Enhance Your Onlne Experience. 4eLife.com
Quote · 1 Sep 2016

actually you have it running 6 times.  so i am guessing you ran the command to start it more then once without killing the old one first. 

 

If you need someone to jump on there with you let me know and i can take a look....  

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 2 Sep 2016

Thanks Dolphin_Jay. I really appreciate the offer.

 

I will PM you, shortly

Enhance Your Onlne Experience. 4eLife.com
Quote · 2 Sep 2016

Darn, 3 days of messing around and I got it sorted.

 It was all down to:

 

mysql.allow_persistent = Off


Not sure if it was ever mentioned in the requirements but it should be. I dont actually care now.  wooohoo.


Thanks for all the responses and thanks to Jay for givving me that extra kick in the butt.


Cheers.


Lets just make sure that they process now they are actually uploading???


Bot for now whoohooo. lol

Enhance Your Onlne Experience. 4eLife.com
Quote · 2 Sep 2016

yep, theyre processing too. Thanks guys again.

Enhance Your Onlne Experience. 4eLife.com
Quote · 2 Sep 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.