| View previous topic :: View next topic |
| Author |
Message |
mj_martino
Joined: 15 Aug 2008 Posts: 21
|
Posted: Sun Aug 31, 2008 12:55 pm Post subject: Invalid data |
|
|
Hello
I have a problem my IC2 2.3.2 is running only 3 sometimes 4 days and frezing
not responde on web access and no stream.
I recived comunicat when listen
| Code: |
Unable to open item for playback (Invalid data, received line length exceeds limit): |
What is wrong ?
Ps.
When I check processes on my debian, ices0.4 started and its OK |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Aug 31, 2008 1:48 pm Post subject: |
|
|
That is not an icecast message so it's hard to say what could be the cause. Check the logs at the time of the failure.
karl. |
|
| Back to top |
|
 |
mj_martino
Joined: 15 Aug 2008 Posts: 21
|
Posted: Sun Aug 31, 2008 2:18 pm Post subject: |
|
|
| Code: |
error.log [----] 0 L:[ 1+ 0 1/5970] *(0 /718625b)= [ 91 0x5B
[2008-08-31 06:27:24] INFO connection/_handle_shoutcast_compatible password does not match "GET /admin/metadata?mode=updinfo&mount=/kanal-pilot.mp3&song=Janet%20%2d%20Rock%20With%20U%20%28Radio%20Edit%29 HTT
[2008-08-31 06:29:02] INFO connection/_handle_shoutcast_compatible password does not match "GET /admin/metadata?mode=updinfo&mount=/kanal2-pilot.mp3&song=Fast%20Distance%20And%20Static%20Blue%20%2d%20Floatin
[2008-08-31 06:31:09] INFO connection/_handle_shoutcast_compatible password does not match "GET /admin/metadata?mode=updinfo&mount=/kanal-pilot.mp3&song=2%2d4%20Grooves%20%2d%20Writing%20On%20The%20Wall%20%2
[2008-08-31 06:36:54] INFO connection/_handle_shoutcast_compatible password does not match "GET /admin/metadata?mode=updinfo&mount=/kanal-pilot.mp3&song=Vinylshakerz%20%2d%20Can%20U%20Hear%20Me HTTP/1.0"
[2008-08-31 06:37:17] INFO connection/_handle_shoutcast_compatible password does not match "GET /admin/metadata?mode=updinfo&mount=/kanal2-pilot.mp3&song=Markus%20Schulz%20Feat%2e%20Dauby%20%2d%20Perfect%20%
[2008-08-31 06:40:24] INFO connection/_handle_shoutcast_compatible password does not match "GET /admin/metadata?mode=updinfo&mount=/kanal-pilot.mp3&song=Laurent%20Wolf%20%2d%20No%20Stress%20%28Radio%20Edit%2
|
Paste only several line bat that more
Password is correct
| Code: |
89.149.227.186 - - [31/Aug/2008:06:06:15 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 1
89.149.227.186 - - [31/Aug/2008:06:07:16 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 0
89.149.227.186 - - [31/Aug/2008:06:10:42 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 0
89.149.227.186 - - [31/Aug/2008:06:13:28 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 0
89.149.227.186 - - [31/Aug/2008:06:15:42 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 0
89.149.227.186 - - [31/Aug/2008:06:18:16 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 0
89.149.227.186 - - [31/Aug/2008:06:21:12 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 0
89.149.227.186 - - [31/Aug/2008:06:21:40 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 0
89.149.227.186 - - [31/Aug/2008:06:24:07 +0200] "GET /admin/metadata HTTP/1.0" 200 177 "-" "ices/0.4.1 libshout/2.2.2" 0 |
I uses to stream modificate client ices0.4-cc (http://www.centova.com/pages/icescc) maybe hi can problems make ?? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Aug 31, 2008 5:18 pm Post subject: |
|
|
this looks like a misconfiguration of the ports. in 2.3.2 you have something like
<listen-socket>
<port>8000</port>
<shoutcast-mount>/stream</shoutcast-mount>
</listen-socket>
and the shoutcast source client uses port 8000 and 8001
karl. |
|
| Back to top |
|
 |
mj_martino
Joined: 15 Aug 2008 Posts: 21
|
Posted: Sun Sep 07, 2008 8:39 am Post subject: |
|
|
| karlH wrote: |
this looks like a misconfiguration of the ports. in 2.3.2 you have something like
<listen-socket>
<port>8000</port>
<shoutcast-mount>/stream</shoutcast-mount>
</listen-socket>
and the shoutcast source client uses port 8000 and 8001
karl. |
My conf
| Code: |
<listen-socket>
<port>8005</port>
<shoutcast-mount>/teststeam</shoutcast-mount>
</listen-socket>
<listen-socket>
<port>8006</port>
<shoutcast-compat>1</shoutcast-compat>
</listen-socket> |
This is correnct ??
or
| Code: |
<listen-socket>
<port>8005</port>
<shoutcast-mount>/teststeam</shoutcast-mount>
</listen-socket> |
?? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Sep 07, 2008 2:49 pm Post subject: |
|
|
the latter is correct for 2.3.2, it can take the 2.3.1 form for port definitions but the first snippet you have shown is not a valid 2.3.1 definition.
karl. |
|
| Back to top |
|
 |
mj_martino
Joined: 15 Aug 2008 Posts: 21
|
Posted: Sun Sep 07, 2008 4:55 pm Post subject: |
|
|
| karlH wrote: |
the latter is correct for 2.3.2, it can take the 2.3.1 form for port definitions but the first snippet you have shown is not a valid 2.3.1 definition.
karl. |
IC = 2.3.2
Tooday I reconfigure my serwer for second conf
Thanks for support Karl  |
|
| Back to top |
|
 |
|