Free Server Software myBloggie 2.1.6 © 2005   
12 Nov 2006   08:28:35 am
Free Software to broadcast your own video.
New & 100% Free Software To Broadcast your own video site right now!

Think it would be cool to create your own video channels?
Get PiXPO and broadcast on the Internet in minutes. PiXPO makes it easy to get all your videos online. Sure, it's not too hard to get one or two clips online, but PiXPO is the only solution available that lets you broadcast ALL your personal video.

Plus, with music and photo capability, you can broadcast all your media.

Features:
Music and Photos too.
No Limits on number of files or file sizes.
No uploads, no hassles.
Direct from your PC.
3 steps to broadcast in less than 3 minutes.
Show off your digital videos – free them from your PC.
Create YouTV – broadcast your own selection of personal videos.
Spread the word – create a channel around an event or a product, then spread your channel link far and wide.
Build an audience – Artist? Videographer? Podcaster? Musician? Create and broadcast channels fast.
Save your money - PiXPO runs direct from your PC so there's no bandwidth or storage costs.
Share the love – put your broadcast web site link in your email signature so everybody knows about it.
+ More....

Download 100% Free:
http://www.pixpo.com/products/

Screenshots:
http://www.pixpo.com/products/screenshot.jsp?file=1
Category : Stream-server | Posted By : birmaan
12 Nov 2006   08:12:05 am
Free Radio Station
How to create an internet radio station

If you've ever wondered how internet radio stations work and/or wanted to create your own, this tutorial will show you how. It is actually very easy, and you can set up your own radio station and begin broadcasting songs in about 10 minutes.
First of all, let me give you a quick rundown on how it works. You have your music player (I will use Winamp, get it if you don't have it) and you play your music as you normally would. Through a plugin (which you will download and install), Winamp will send the music you play to the broadcasting server (which can be on your PC or on another one with a larger connection), and the server sends the music to the listeners, reencoding it to a better format, if you are so inclined. Note that the amount of listeners you will be able to support is limited by your outgoing bandwidth and the bitrate of the song you are streaming, so if you're streaming at 128 kbps and you have 256 kbps upload bandwidth, you'll obviously be able to support 256/128 = 2 listeners.

The programs I use are Winamp for playing, oddcast DSP for broadcasting to the server and Icecast for serving. You can use Winamp's own Shoutcast plugin and server, but I prefer to broadcast in Vorbis because it's smaller and has much better quality than MP3.

Let's get started, then. Download Icecast from this page (you presumably want the Windows version) and install it. Run it and click "Edit configuration" in the "Configuration" menu. A notepad window will pop up with various configuration options. Sample configuration is this:
Code :

<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>

<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>

<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>

<fileserve>1</fileserve>


<paths>
<basedir>./</basedir>

<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>

<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
</logging>

<security>
<chroot>0</chroot>
</security>
</icecast>


You can copy it and paste it in your file, but make sure you change "hackme" to more secure passwords. Once you have done this, save the file and close the window. Click the "Start server" button and the listboxes below should be populated with various information.
Your server is now ready for people to connect to it, but there's no music playing, so let's tend to that. Download oddcast for Winamp from this page and install it. Now, run Winamp, go to the "DSP/Effect" section of the preferences and click on "oddcast DSP v3".
Click on "Add encoder" and a new encoder will be added in the box below. Right-click on it and select "configure". A dialog will pop up, asking for various information. For "Encoder type" select "OggVorbis" (or MP3, if you are so inclined), this will make you stream in Vorbis. Some people might not be able to have the available codecs if they're running a very old version of their player (all newer players worth their salt support Vorbis).
For "Quality" I have entered -2, it is the lowest quality, giving you about 30 kbps bitrate and very acceptable quality. You can experiment with 0 or 2, going over 6 is overkill in my opinion (since 6 is what I use to archive music from my CDs), and you will be able to support more listeners if you have lower bitrate for the song.
For "Server IP" enter the IP of the server you're running Icecast on (it's "localhost" if you're running it on your own PC). "Server port" is whatever you entered in the configuration, 8000 if you used mine, and "Encoder password" is hopefully something other than "hackme". I also use mono, because my connection only has 128 available upstream bandwidth and it doesn't sound too bad.
Click OK here and then click "Connect". If you did everything right, the encoder should now connect to Icecast and begin streaming.
If you want to do a voiceover (speak in your radio) just click the Live Recording button and it will broadcast anything that you say in the microphone (or whatever you enter as the input device). Click on it again to return to your normal music (I haven't actually tested this, if there are any problems just comment here).

The "Source Level Stats" section of Icecast should also change to include your stream.
ou can now tell people to connect to http://[yourip]:8000/stream.ogg (if you don't know your IP, visit http://www.whatismyip.com/) with their players, and that's all there was to it. Happy DJing.
Note: Before you broadcast any music, make sure you have the right to do so, otherwise you could be breaking the law of your country.
Category : Stream-server | Posted By : birmaan
08 Sep 2006   12:19:55 pm
Shoutcast Server
Maak van je PC een radiostation en zendt uit via het internet.
Met de shoutcast server kan je mp3 bestanden streamen.

Link: http://www.shoutcast.com/download/

Van de maker:
In order to broadcast audio using Winamp, you'll need to have a SHOUTcast server for Winamp to connect to. The purpose of the SHOUTcast server is that it allows people using Winamp connect to it and begin downloading content being streamed live off the Internet, and the content is live, and up to the minute. This server software allows many people to connect, assuming you have enough bandwidth, memory, and CPU. Your broadcasters use Winamp and the SHOUTcast Source Plug-in for Winamp to send data to your server, and the server then relays the data back to your listeners. The person running the SHOUTcast server has the ability to administer the server itself via HTML and a simple configuration file.

Download, install en configureer: http://www.shoutcast.com/download/serve.phtml
Er is een versie voor linux en windows.

Happy streaming,
De Birmaan
Category : Stream-server | Posted By : birmaan
 
1
Aug 2010 September 2010 Oct 2010
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30   
Categories
All-in-one[4]
Diversen[4]
DNS-server[1]
Fileserver[1]
Forum[1]
FTP-server[1]
FTP-software[1]
HTML-software[1]
Mailserver[3]
Stream-server[3]
Webserver[13]
Recent
Every DNS server - Free DNS service
NetworkActiv Web Server
hMailServer - Email server software
Free Software to broadcast your own video.
Free SMTP mail server
Free Radio Station
BadBlue Server
NetServer hosting@home
Inoxserver
WAMP5
Archives
November 2006[6]
October 2006[2]
September 2006[25]
User List
birmaan[33]
Search
Syndication
Template theme : aura
Powered by myBloggie Copyright © 2004 2006
-- myWebland --