Author Topic: Ray Media Server - Dolphin Boonex comparability  (Read 11268 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Ray Media Server - Dolphin Boonex comparability
« on: May 05, 2017, 12:41:37 AM »
On two servers I have Dolphin running. Ray Media Server (RMS) is running on both. RMS handles the video, sound, chat, etc.
After the first Dolphin installation was done everything was working. I could upload sound and video files. They were processed and then played as they should.

After installing the second site on different server I realized the the files (video, sound) were not being processed. They just sit there. So, I went back to the first site and found that anything new uploaded is just sitting there and its not being processed. Everything that was uploaded and processed earlier plays as they always have.

Is anyone running a Dolphin site using CentOS Webpanel?

Where can I find the setting: mysql.allow_persistent? About a year ago someone had a similar problem and they found  mysql.allow_persistent was the problem.

Thanks,
Gary

Offline
*
Re: Ray Media Server - Dolphin Boonex comparability
« Reply #1 on: May 05, 2017, 08:50:56 AM »
try checking with dolphin support or by searching the site if they have some custom php/webserver requirements.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: Ray Media Server - Dolphin Boonex comparability
« Reply #2 on: May 07, 2017, 10:32:19 PM »
This is working again. Thanks for the suggestion to check the dolphin forum and I did. To recap, this was a fresh install and CWP was at version 0.9.8.202, now it is 0.9.8.231. At some point RMS had a problem with one or more of the updates, and RMS stopped processing video, and sound files. Files uploaded before the problem started worked as they should.

Like I said this is working again after taking a few steps, but this may help someone else who might run into this problem..
1). In the Dolphin forum back in 2015 someone had this problem found that the permission for ffmpeg.exe should be checked. I checked mine and made sure the file was set with 0755 and I checked the sticky box.
2). In CWP under SQL Services > MySQL Configuration. I pasted the following into that file:
query_cache_size = 16777216
query_cache_type = ON
thread_cache_size = 5
mysql.allow_persistent = Off
3). There is a htaccess file in the directory with cron.php. I renamed that file and typed in the path to cron.php into my browser and got an error because of that htaccess file. One of the suggestions in the dolphin forum is to rename that file and run the cron.php manually. That is what I did and the waiting files started to process.
4). This is what I think finally made it work. After the install completed the cronjob you are instructed to setup is: MAILTO=support@my_site.com * * * * * cd /home/xxxxxxxxxx/public_html/periodic; /usr/local/bin/php cron.php.
I removed the MAILTO=support@my_site.com part and the cron started working again even after renaming the htaccess file back to its original.

Offline
*
Re: Ray Media Server - Dolphin Boonex comparability
« Reply #3 on: May 10, 2017, 01:22:52 AM »
Everything was working fine yesterday, but today I started getting http 500 errors. I didn't see anything wrong so I rebooted the server. This is what I got:

Warning: [obfuscated](): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Warning: [obfuscated](): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


Trying to start mysql server, please wait!
Try to restart CentOS Web Panel with command: sh /scripts/restart_cwpsrv

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf


Warning: [obfuscated]() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:

MySQL will not start. I guess I'll have to re-install SQL.

Offline
*
Re: Ray Media Server - Dolphin Boonex comparability
« Reply #4 on: May 10, 2017, 02:58:53 AM »
Nothing has worked. I will have to re-build the Server.

Right now I don't recommend Dolphin with CWP.


Offline
*
Re: Ray Media Server - Dolphin Boonex comparability
« Reply #5 on: June 24, 2017, 06:00:24 PM »
Problem has been solved. It was not a problem with CWP, facebook was the problem. Facebook deleted a file that Dolphin was using and when it was not found it generated an error that crashed the site.
There is a fix on the Dolphin support site.