First, let me say how much I LIKE NETJUKEBOX. However, I would LOVE IT if I could make it work 100%. I am using v4.06b because of PHP v4.3.6. I searched the forums and found similar problems but no applicable solutions for me. Unfortunately, I can only download songs. I keep my music on a Linux Server at Globat.com {Terabyte Extreme Plan}.
1) The domain is CKRX.com. Login with anonymous defaults to play, add, download or stream.
2) /music and /codec folder are located at root level (not /public_html or /httpdocs)
3) I am using WinAmp 5.5 with httpQ plugin on my local machines.
4) I've disabled all firewalls (router and windows)
5) CHMOD/permissions set to 777 on /music and /codec folders, subfolders and files
6) Stream and Download session defaults are SOURCE
httpQ host = ckrx.com
httpQ port = 4800
httpQ password = 1234
media share = /usr/local/psa/home/vhosts/ckrx.com/music
You can find my server info here: http://www.ckrx.com/phpinfo.php
Stream URL appears in WinAmp but does not play = http://www.ckrx.com/stream.php?action=s ... 3&ext=.wma
Here are my theories:
a) My songs are larger than 2GB
b) Codec needs tweaking
c) Incorrect httpQ config
I plan to donate if I can get this working. Otherwise, plan B is to purchase Wimpy Player.
CKRX.COM on Shared Hosting Plan
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
a) That is not the case, when going with the mouse over the file it give the correct filseze playtime etc.
b) For source streaming there is no coded needed (stream source profile).
c) The httpQ plugin is only needed when you use netjukebox in a LAN environment with: play, add and playlist.
For streaming there is no need to install an httpQ plugin.
When opening a playlist and cut and past the url in the web browser, I get the following Apache error message:
Server header:
Maybe you need to contact your hosting provider with this error message?
I'm also missing "X-Powered-By: PHP/4.3.6" from the server header.
b) For source streaming there is no coded needed (stream source profile).
c) The httpQ plugin is only needed when you use netjukebox in a LAN environment with: play, add and playlist.
For streaming there is no need to install an httpQ plugin.
When opening a playlist and cut and past the url in the web browser, I get the following Apache error message:
Code: Select all
Internal Server Error:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, and inform them of the time the error occurred and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache Server at ckrx.com
Code: Select all
HTTP/1.0 500 Internal Server Error
Date: Mon, 07 Jan 2008 21:51:01 GMT
Server: Apache/1.3.29 (Unix) FrontPage/5.0.2.2623
Connection: close
Content-Type: text/html
I'm also missing "X-Powered-By: PHP/4.3.6" from the server header.