unable to install shoutcast1

Read 13058 times
hi, here is my error :


root@chybeck:/# /usr/local/centovacast/sbin/update --add shoutcast1

Checking Centova Cast Common Files ...
Not updated, skipping


Checking shoutcast1 ...
Downloading shoutcast1 ...

Verifying archive integrity ...
Unpacking archive ...

Installing shoutcast1 ...

  > Download error details:
  > --2012-03-28 01:08:41--  http://yp.shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz
  > Résolution de yp.shoutcast.com... 64.12.96.225
  > Connexion vers yp.shoutcast.com|64.12.96.225|:80...connecté.
  > requête HTTP transmise, en attente de la réponse...404 Not Found
  > 2012-03-28 01:08:41 ERREUR 404: Not Found.
  >
Download failed, aborting
Installer exited with error, aborting
root@chybeck:/#
I've been able to install shoutcast1 :

After doing ;
/usr/local/centovacast/sbin/update --add shoutcast1

I edited the install file,
nano /usr/local/centovacast/var/tmp/update/install.sh

replaced
SCSERV=http://yp.shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz
by
SCSERV=http://www.chybeck.net/sc_serv_1.9.8_Linux.tar.gz

then
/usr/local/centovacast/var/tmp/update/install.sh

But now i cannot perform any update, because it stops when it fails to download shoutcast; need centovacast staff to fix that issue!
Some others bugs i found so far :

* webplayer doesn't work (no sound) with shoutcast 1 (stream start page or manager)  : see http://gssradio.com:2199/start/gssradio/

* Centovacast suffering hard lags after performing Update media library (http://*****:2199/client/index.php?page=importmedia)

90% CPU used : 18929 nobody    20   0 2258m 1.6g  296 D    2 83.7   0:10.49 cc-imaged

Not enough logs to determine the origine of the issue.


* <URL> parameter of ices-cc isn't configurable on AutoDJ (defaut icecast.com).

* bitrate with ices-cc is always set as 32kbits on Encoder even if it's actually 192 on the config file.
Last Edit: March 28, 2012, 06:31:00 pm by Chybeck
* Fatal error: Call to a member function get_node_by_name() on a non-object in /usr/local/centovacast/system/albumds/class_AlbumDataSource_lastfm.php on line 99

* -rwxrwx--x 1 nobody      nogroup     158M 30 mars  03:24 master.log , 160mo in 2 days, hum.
[30/Mar/2012:01:24:58 +0000]  worker process 4721 exited due to signal 11
[30/Mar/2012:01:24:58 +0000]  worker process 4722 exited due to signal 11
[30/Mar/2012:01:24:58 +0000]  worker process 4723 exited due to signal 11
[30/Mar/2012:01:24:58 +0000]  worker process 4724 exited due to signal 11
[30/Mar/2012:01:24:58 +0000]  worker process 4725 exited due to signal 11
[30/Mar/2012:01:24:58 +0000]  worker process 4726 exited due to signal 11
[30/Mar/2012:01:24:58 +0000]  worker process 4727 exited due to signal 11
[30/Mar/2012:01:24:58 +0000]  worker process 4728 exited due to signal 11
[30/Mar/2012:01:24:58 +0000]  worker process 4729 exited due to signal 11
Well... since centovacast's staff don't seams to be hurry to fix the shoutcast 1 issue, you can solve the problem by editing /etc/hosts and adding the following line : 91.121.112.14 yp.shoutcast.com
<object width="180" height="60" bgcolor="#FFFFFF">
   <param name="movie" value="/ffmp3/ffmp3-config.swf" />
   <param name="flashvars" value="url=http://91.121.112.14:9000&lang=en&codec=mp3&volume=75&tracking=false&skin=/ffmp3/ffmp3-mcclean.xml&title=GSSradio&jsevents=false&welcome=" />
   <param name="wmode" value="window" />
   <param name="scale" value="noscale" />
   <embed src="/ffmp3/ffmp3-config.swf" flashvars="url=http://91.121.112.14:9000&lang=en&codec=mp3&volume=75&tracking=false&skin=/ffmp3/ffmp3-mcclean.xml&title=GSSradio&jsevents=false&welcome=" width="180" scale="noscale" height="60" wmode="window" bgcolor="#FFFFFF" type="application/x-shockwave-flash" />
</object>


If i'm right, to work with shoutcast1, player's code should be http://91.121.112.14:9000/; instead of http://91.121.112.14:9000 .
Nice, you fixed the shoutcast url issue; Still have work for you

* No ID3 tags (cover) support with shoutcast1

I wished you didn't use ioncube to encode thoses php files... would have been easy to fix that kind of bugs.
Sorry, I've not been monitoring this forum as "officially" the v3 beta is on hold, at least as far as the public is concerned. But it's under heavy development and (as you noticed) we've been pushing out updates on a fairly regular basis lately as we get ready to relaunch the beta officially.

In regard to your comments:

* webplayer doesn't work (no sound) with shoutcast 1 (stream start page or manager)  : see http://gssradio.com:2199/start/gssradio/

If i'm right, to work with shoutcast1, player's code should be http://91.121.112.14:9000/; instead of http://91.121.112.14:9000 .
Very helpful -- thanks!  This has been fixed for the next build.

* Centovacast suffering hard lags after performing Update media library (http://*****:2199/client/index.php?page=importmedia)

90% CPU used : 18929 nobody    20   0 2258m 1.6g  296 D    2 83.7   0:10.49 cc-imaged
Could you try running /usr/local/centovacast/sbin/update and re-updating your media library?  We just pushed out a new version of cc-imaged this morning that includes a couple of months worth of fixes, and it likely resolves this issue.

Not enough logs to determine the origine of the issue.
If it still persists after upgrading your cc-imaged, please try:
/usr/local/centovacast/bin/ccmanage reindex USERNAME --debug --verbose

That will tell you which file it's processing when it hangs.

* <URL> parameter of ices-cc isn't configurable on AutoDJ (defaut icecast.com).
Ah, this was supposed to pull in the stream->website URL field.  Fixed for the next build, thanks. :)

* bitrate with ices-cc is always set as 32kbits on Encoder even if it's actually 192 on the config file.
Sorry, I didn't understand this... what do you mean by "32kbits on Encoder"?

* No ID3 tags (cover) support with shoutcast1
Also afraid I didn't understand this... The streaming server software has nothing to do with ID3 tag nor cover support.  Could you describe exactly what symptoms you're seeing?
Hi, i'm glad i didn't make these research for nothing !

* Also afraid I didn't understand this... The streaming server software has nothing to do with ID3 tag nor cover support.  Could you describe exactly what symptoms you're seeing?

Sorry, my english is not perfect yet (i'm working on it :p). I meant that album's cover are not integrated (see http://chybeck.net:2199/start/gssradio/) whereas they are included in most of the mp3 (http://gssradio.com/pochette/test.php). When album name is filed only, the system is able to recover the cover on Itunes.


* Sorry, I didn't understand this... what do you mean by "32kbits on Encoder"?
Well, it became worse : since last update i can't even change bitrate anymore ^^


* It also appears that statistics are not working (i guess it's still a shoutcast1 compatibility issue) : 2 tracks in 2 weeks. (i can PM you the acces code to the panel if u wanna check by yourself)
* since last update, source.conf is messed up each time i go in Setting > AutoDJ ; <Bitrate /> instead of <Biterate>XXX</Biterate> . Even if i fix it manually there is still an issue :

Playing /usr/local/centovacast/var/vhosts/gssradio/var/spool/media/jingles/Mr.Honorebel - I like Gss radio.mp3
DEBUG: Updated metadata on /stream to: SELECTA DESPEY - I like Gss radio
Mounted on http://91.121.112.14:9000/stream
DEBUG: Delaying metadata update...
Error during send: Libshout reported send error, disconnecting: Socket error
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Mounted on http://91.121.112.14:9000/stream
DEBUG: Delaying metadata update...
Error during send: Libshout reported send error, disconnecting: Socket error
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Error during send: Mount failed on http://91.121.112.14:9000/stream, error: Couldn't connect
Too many stream errors, giving up
Ices Exiting...
up.