P2P-Radio: Peer to Peer Streaming |
|||||||||||
Broadcasting with P2P-RadioThis document explains how you can create your own Internet radio station. The screenshots will help you to understand what must be done. 1. Download and install the needed SoftwareIcecastYou can find the newest Icecast version on the Icecast Download Page. WinampIf you don't have Winamp, or if your Winamp version is too old, get the newest version from the Winamp Download Page. Choose the "Full version". Oddcast DSP for WinampWinamp alone can't broadcast. You need a Plugin called "Oddcast DSP". Download Oddcast DSP from the Oddcast DSP Download Page. 2. Change Icecast's ConfigurationPlease start Icecast, click on "Stop Server" and select "Configuration/Edit Configuration". Please use this example configuration file: (Download: icecast.xml) <icecast> <limits> <sources>1</sources> <threadpool>1</threadpool> <burst-on-connect>0</burst-on-connect> </limits> <authentication> <source-password>Password</source-password> </authentication> <hostname>localhost</hostname> <port>8000</port> <bind-address>127.0.0.1</bind-address> <fileserve>0</fileserve> <logging> <loglevel>2</loglevel> </logging> </icecast> Please note that this configuration file is optimized for P2P-Radio. Media players running on remote computers cannot directly connect to Icecast with this configuration, they need to connect with P2P-Radio. The port number 8000 may already be occupied on your computer. Give it a try, and choose a different number if Icecast shows an error message. Save the file after you have made the changes, and click on "Start Server". 3. Select the Oddsock DSP PluginStart Winamp, and choose "Options/Preferences...". In the configuration window, select "DSP/Effect" on the left and the Oddsock DSP plugin on the right. 4. Change Oddsock DSP's ConfigurationThe Oddsock DSP plugin needs to know the name of your station and some more information. Click on "Add Encoder". Use the right mouse button to click on the text "Vorbis: Quality 0/Stereo/44100" and choose "Configure". On the "Basic Settings" page, you have to change these settings:
On the "YP Settings" page, you have to change these settings:
5. Play good musicEverything that you play with Winamp will be broadcasted. Click on "Connect". If the messages "Disconnected from server" or "Connecting in x seconds" appear, please check that you have entered the correct password. 6. Start P2P-RadioSelect "Broadcaster" and enter the following address: http://localhost:8000/stream.ogg 7. Done!That's it! You are now a P2P-Radio Broadcaster! | |||||||||||