| View previous topic :: View next topic |
| Author |
Message |
pollers
Joined: 18 May 2012 Posts: 6
|
Posted: Fri May 18, 2012 6:30 pm Post subject: |
|
|
Did it, this is what I got:
root@ds-06230 [~]# yum localinstall icecast-2.3.1-4.el5.kb.i386.rpm
Loaded plugins: fastestmirror
Setting up Local Package Process
Examining icecast-2.3.1-4.el5.kb.i386.rpm: icecast-2.3.1-4.el5.kb.i386
Marking icecast-2.3.1-4.el5.kb.i386.rpm to be installed
Loading mirror speeds from cached hostfile
* base: mirror.sov.uk.goscomb.net
* extras: mirror.sov.uk.goscomb.net
* updates: mirror.sov.uk.goscomb.net
Excluding Packages in global exclude list
Finished
Resolving Dependencies
--> Running transaction check
---> Package icecast.i386 0:2.3.1-4.el5.kb set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
icecast i386 2.3.1-4.el5.kb /icecast-2.3.1-4.el5.kb.i386 739 k
Transaction Summary
================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)
Total size: 739 k
Is this ok [y/N]: y
Downloading Packages:
Package icecast-2.3.1-4.el5.kb.i386.rpm is not signed
What does "Package icecast-2.3.1-4.el5.kb.i386.rpm is not signed" mean?
| jcr wrote: |
| Quote: |
| Im trying to install icecast to run with centova cast. |
Be careful, centovaCast is a very fine product, but you'll need crate a subdomain for it, as it installs quite a bunch of software. |
|
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri May 18, 2012 7:46 pm Post subject: |
|
|
That's just because the centos people have not made the package. It doesn't mean there is something wrong just that the package has come from somewhere else so it's unknown.
karl. |
|
| Back to top |
|
 |
pollers
Joined: 18 May 2012 Posts: 6
|
Posted: Fri May 18, 2012 8:19 pm Post subject: |
|
|
O.M.G Ive got it working. Here's how
I followed your advice and got hold of the 32 bit version of the rpm file.
I ran into problems when executing the command yum localinstall icecast ... ... ...
I then found out the following command "rpm -ivh package.rpm"
which I believe does more or less the same as the yum command
But as I was lead to believe yum has a minor issue with a small bit of cifuration. I ididnt want to edit the config, wasnt confident so opted for the "rpm -ivh" command
Next thing I knew ICECAST was installed.
Now in centova cast I pointed it to look for icecast here:
/usr/bin/icecast - under the "IceCast Software Configuration" tab under "software management". WORKS A TREAT!
So thanks for your assistance - Feeling quited pleased with myself, now.
| jcr wrote: |
Download needed rpm (i38 ou x86_64 depending on your architecture).
Then cd to the directory where you downloaded the file on server, and as user root:
yum localinstall icecast (full name of your version/arch, typeing icecast and tab should complete). Hit enter and icecast will install. |
 |
|
| Back to top |
|
 |
pollers
Joined: 18 May 2012 Posts: 6
|
Posted: Fri May 18, 2012 8:21 pm Post subject: |
|
|
| karlH wrote: |
That's just because the centos people have not made the package. It doesn't mean there is something wrong just that the package has come from somewhere else so it's unknown.
karl. |
Hi Karl,
Thanks for the speedy reply. I was entering how I got it to work so hadnt noticed you had replied. I managed to get it working now, but wanted to thank you for your reply. Ive also posted how i got round this issue, in the hope others may find it useful. Im definately going to stick around on this forum - I owe a big thank-you to those who replied.
Im considering video streaming with icecast..... Think Ill get settled in with the audio first though  |
|
| Back to top |
|
 |
|