Trouble streaming

General discussion about netjukebox
Post Reply
Cosine

Trouble streaming

Post by Cosine »

I'm fairly new to all this so I could be missing something obvious but I have netjukebox setup and running and my music imports fine but streaming absolutely will not work, winamp just gives error 500. What should I be checking?

Also what the heck is httpq, it talks about it on the site but doesnt actually say what it is or what it is for.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Trouble streaming

Post by wbartels »

Cosine wrote:I'm fairly new to all this so I could be missing something obvious but I have netjukebox setup and running and my music imports fine but streaming absolutely will not work, winamp just gives error 500. What should I be checking?
Have you installed the code pack?
Cosine wrote:Also what the heck is httpq, it talks about it on the site but doesnt actually say what it is or what it is for.
httpQ is a winamp plugin that can comunicate with the webserver.
netjukebox has two was to play music:
1) Streaming
2) Local or "network share" playback.
With this option the httpQ plugin is required.
It is than also possible to control "Winamp + httpQ plugin" from another computer.
I use this to play music from Winamp witch is connected to my living room HiFi installation and contoll it from a small "HP Jornada + WiFi" PC.
Guest

Post by Guest »

Ok thanks, I just want to stream, the codecs are installed and the config.inc.php entries for them are correct, any other ideas?
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Internal Error 500
The server encountered an unexpected condition which prevented it from fulfilling the request.
I think it is an access right problem.
What OS and Web server are u running?
Does the record (red circle in track view) extract the files to the temp directory?
Guest

Post by Guest »

No, the record doesnt add anything to the temp dir. It puts checks beside each song but doesn't copy them.

The server is Abyss Web Server X1 on Windows XP.

Thanks for the help.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post by wbartels »

Anonymous wrote:No, the record doesnt add anything to the temp dir. It puts checks beside each song but doesn't copy them.

The server is Abyss Web Server X1 on Windows XP.

Thanks for the help.
Could you do over the record test with this update?
Change line 127 form record.php:

Code: Select all

if (file_exists($destination) && filesize($destination) > 0)	echo '<script type="text/javascript">document.getElementById(\'status' . $i . '\').innerHTML=\'<img src="' . $cfg['img'] . '/small_check.gif" alt="" width="21" height="21" border="0">\';</script>' . "\n";
Do you now get a red crosses or checks?
Ginomafia70

Problem Streaming.

Post by Ginomafia70 »

Ok I have a problem streaming files. I get this error. Error Syncing to Mpeg. I can play the album or whatever I want since I put the codec in. What I really want though is for it to stream. I get the red circle with a check next to it and everything.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Problem Streaming.

Post by wbartels »

Ginomafia70 wrote:Ok I have a problem streaming files. I get this error. Error Syncing to Mpeg. I can play the album or whatever I want since I put the codec in. What I really want though is for it to stream. I get the red circle with a check next to it and everything.
Have you installed the codec pack?
And checked the path to the codecs in "config.inc.php" ?

When streaming from IIS try this: viewtopic.php?p=39#39
Or install the Apache web server :wink:
Post Reply