| View previous topic :: View next topic |
| Author |
Message |
desumanu
Joined: 06 Sep 2008 Posts: 7
|
Posted: Sat Sep 06, 2008 2:39 am Post subject: Need help installing on on linux server with shell access |
|
|
Hello, I'm not too experienced with shell/SSH access on servers.
If someone could help me with this it would be greatly appreciated! |
|
| Back to top |
|
 |
desumanu
Joined: 06 Sep 2008 Posts: 7
|
Posted: Sat Sep 06, 2008 2:58 am Post subject: |
|
|
| If it matters my Linux server is running on CentOS 5. |
|
| Back to top |
|
 |
desumanu
Joined: 06 Sep 2008 Posts: 7
|
Posted: Sat Sep 06, 2008 11:22 pm Post subject: |
|
|
Ok, I've got it down, but when I run I get an error with OggVorbis.
Here's what it says.
checking for libogg... not found
checking for libvorbis... configure: error: must have Ogg Vorbis v1.0 or abov
e installed
Anyone have any idea how I can fix this, Ogg IS installed on my server. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Sep 07, 2008 1:52 am Post subject: |
|
|
nearly all cases of this are down to the fact that you don't have the pre-requisites for building from source. Each package will have a runtime and a development package and you probably have the runtime only. The missing package name will have a dev and devel in the name.
karl. |
|
| Back to top |
|
 |
jcr Modérateur français

Joined: 14 Apr 2006 Posts: 544 Location: France, Auvergne
|
Posted: Sun Sep 07, 2008 9:08 pm Post subject: |
|
|
yum install libogg-devel libvorbis-devel should solve the problem _________________ Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting |
|
| Back to top |
|
 |
desumanu
Joined: 06 Sep 2008 Posts: 7
|
Posted: Mon Sep 08, 2008 7:05 am Post subject: |
|
|
| karlH wrote: |
nearly all cases of this are down to the fact that you don't have the pre-requisites for building from source. Each package will have a runtime and a development package and you probably have the runtime only. The missing package name will have a dev and devel in the name.
karl. |
Yep, this totally was correct, and I had someone help me walk through it.
Karl I have one question now.
I plan on sharing my server with some other DJ's how secure will I be sharing the streaming password? Is there anything they can really do with it, such as invading through port 8000?
Also, my station is at http://radio.24chan.org |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Sep 08, 2008 1:23 pm Post subject: |
|
|
icecast will only run scripts that you specifically setup to run in the xml, like when a source connects, we also limit other aspects. The source user/password will only give the client the ability to send stream content. It does not give any other access.
karl. |
|
| Back to top |
|
 |
desumanu
Joined: 06 Sep 2008 Posts: 7
|
Posted: Mon Sep 08, 2008 8:57 pm Post subject: |
|
|
| karlH wrote: |
icecast will only run scripts that you specifically setup to run in the xml, like when a source connects, we also limit other aspects. The source user/password will only give the client the ability to send stream content. It does not give any other access.
karl. |
Thanks for letting me know! |
|
| Back to top |
|
 |
desumanu
Joined: 06 Sep 2008 Posts: 7
|
Posted: Mon Sep 08, 2008 9:03 pm Post subject: |
|
|
Also, one final question.
I'm running my stream through edcast on my computer and in turn that signals over to my server.
When I'm streaming, I'm assuming the actual load is being put on my server, and not my personal uploads? Let me know if I'm incorrect.
I'm just trying to figure out how much I can raise my sound quality. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Sep 08, 2008 11:38 pm Post subject: |
|
|
listeners connect to icecast but there is no feedback to the source client unless you have setup some external handling to do that.
karl. |
|
| Back to top |
|
 |
|