The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I'm using Nicecast to broadcast an audio stream over my dorm's LAN, but I can't get anyone else to connect. I obviously can't forward any ports on my own (since I'm not a network admin at the college), so how can I find out what ports are open and then tell Nicecast to use those ports instead?
Edit: alternately, I have webspace both through Apple and my university. Is there a way I can somehow have Nicecast stream to one of those, and then have a link on the webpage for people to click?
Need some clarification: Are you trying to stream to your dorm mates, or people outside of your LAN?
In case of the latter, you can't unless you have your own public IP or the ability to add port forwards into the NAT. An alternative would be to convince someone to give you some CPU and bandwidth to host a server on their machine, i.e. you stream your music to them and people to connect to that server.
The dorm is my main goal, but I'm starting to think the easiest way is to just somehow host it on my own website, so I (hopefully) don't have to deal with ports and all that nonsense. So, I have:
-A program that can create an audio stream (Nicecast)
-Web space on either my Apple website or the website my school allows me to host
How do I create a link on either website that, once people click, will allow them to hear my stream?
To create an actual audio _stream_, you will need a streaming server, such as icecast (http://www.icecast.org/). You will need more than just web space to run something like this, as it needs to run as a process on the server.
If you just want to listen to your music from a remote location, you can use something such as Ampache, which is basically just a file manager for audio files (which is actually what most applications which claim to be audio streaming applications really are, just file managers). Ampache doesn't require any special access, as it's just a database and method of controlling file access.
Posts
In case of the latter, you can't unless you have your own public IP or the ability to add port forwards into the NAT. An alternative would be to convince someone to give you some CPU and bandwidth to host a server on their machine, i.e. you stream your music to them and people to connect to that server.
-A program that can create an audio stream (Nicecast)
-Web space on either my Apple website or the website my school allows me to host
How do I create a link on either website that, once people click, will allow them to hear my stream?
If you just want to listen to your music from a remote location, you can use something such as Ampache, which is basically just a file manager for audio files (which is actually what most applications which claim to be audio streaming applications really are, just file managers). Ampache doesn't require any special access, as it's just a database and method of controlling file access.