 |
Linode.com Forum Linode Community Forums
|
| Author |
Message |
cmarangon
Joined: 04 Jul 2006
Posts: 1
|
| Posted: Tue Jul 04, 2006 3:46 pm Post subject: Web Radio |
|
|
Hello!
Do you have any plan for Web Radio? |
|
| Back to top |
|
zunzun
Joined: 18 Feb 2005
Posts: 175
Location: Birmingham, Alabama USA
|
| Posted: Tue Jul 04, 2006 6:12 pm Post subject: |
|
|
Not right now, no.
James |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2387
Location: Galloway, NJ
|
| Posted: Tue Jul 04, 2006 6:46 pm Post subject: |
|
|
Linode is an unmanaged service, so you'll need to install and configure any software you wish to run.
-Chris |
|
| Back to top |
|
NeonNero
Joined: 04 Jan 2005
Posts: 118
Location: Ålesund, Norway
|
| Posted: Thu Jul 06, 2006 4:22 am Post subject: |
|
|
Linode is a virtual private server without any management services (aside from basic distribution installation, harddrive partitioning and reverse DNS management for the IP address(es) you're assigned).
You get a limitation of disk space, RAM and a minimum assigned CPU speed. No extra software is installed. Whatever you need, you will have to install yourself. If you're not familiar with the Linux command line and/or the tools that comes with Linux (depending on which distribution you select, of course), you'll either have to ask a friend who knows his/her way around Linux or hire someone to manage the software installed based on your specifications.
Regarding mail and web, you can host as many hostnames/domains as you want, as long as you configure the software (manually) yourself. Although there are management tools such as CPanel and Webmin, you'll still have to install the basics yourself as well as pay the license fees where applicable.
When it comes to setting up a web radio, you'll need to choose a package that allows for the bandwidth usage needed, as well as purchase additional bandwidth allotment if this is needed. Basic formula:
Code: b = ((c + 1) * r * 2.56)
Where:
b = bandwidth needed (in GiB)
c = max. listener count
r = bitrate quality (in kbps) used
Example:
If you have, say, max 10 listeners at any time and streaming at 24 kbps, you'll need at least (11 * 24 * 2.56) = 675.84 GiB bandwidth per month.
The "2.56" in the above formula is the equivalent of ((60 * 60 * 24 * 31) / (1024 * 1024)), which is actually the equivalent of converting the number to GiB and then multiplying it to cover 31 days (months that have 28, 29 or 30 days will have bandwidth to spare in this formula). |
|
| Back to top |
|
| |
|