View previous topic :: View next topic |
Author |
Message |
MHz -
Joined: 08 Sep 2008 Posts: 3
|
Posted: Mon Sep 08, 2008 3:20 pm Post subject: Relay webstream through webserver |
|
|
Hi all,
I am running an Icecast stream which isnt reachable through the corporate firewall at work. So someone posted a solution here: link
The question is, is this also possible with abyss webserver? If yes, how?
Thanks! |
|
Back to top |
|
 |
MHz -
Joined: 08 Sep 2008 Posts: 3
|
Posted: Mon Sep 15, 2008 1:37 pm Post subject: |
|
|
Nobody? |
|
Back to top |
|
 |
Blarge -
Joined: 13 Sep 2008 Posts: 3
|
Posted: Tue Sep 16, 2008 10:32 pm Post subject: |
|
|
Icecast and Abyss are separate softwares, therefore you can use Icecast and Abyss.
Why would you need to run Icecast and Abyss at the same time?
I just installed Icecast to see what it is, and it looks like an ordinary web server to me, except for the statistics. You can configure virtual hosts with Abyss to achieve the same effect you want with Icecast, and it can be run directly on port 80. |
|
Back to top |
|
 |
Blarge -
Joined: 13 Sep 2008 Posts: 3
|
Posted: Tue Sep 16, 2008 11:07 pm Post subject: |
|
|
After looking through the documentation from icecast, you should try changing the icecast port, or use multiple ports and make sure they are forwarded correctly. |
|
Back to top |
|
 |
MHz -
Joined: 08 Sep 2008 Posts: 3
|
Posted: Wed Sep 17, 2008 3:15 pm Post subject: |
|
|
Blarge, if I add a virtualhost, I assume I need to let icecast run at port 80 too? And to be able to add a virtualhost I need to be running X2, right? |
|
Back to top |
|
 |
Blarge -
Joined: 13 Sep 2008 Posts: 3
|
Posted: Wed Sep 17, 2008 10:33 pm Post subject: |
|
|
I wasn't able to edit my first post before you posted, but from the looks of it, the link you have provided seems to just be looping a stream internally through apache's mod_proxy (HTTP Proxy 80 -> Stream 8000, meaning the user is only using a proxy to access port 8000), which I don't think abyss has and is not accessible to remote clients, so no you cannot use virtual hosts on Abyss for Icecast.
Icecast is it's own software. It runs on it's own port, and you can't run 2 softwares on the same port. You may need to try different ports for streaming like 443 and 8080 along with 8000 in icecast, as they are usually accepted by any client. If you wish to run Icecast on port 80, then you can't have Abyss on the same port. |
|
Back to top |
|
 |
|