| Help
How to install iRadeo?
Please follow these simple steps to install iRadeo on your web
site:
Step 1:
Download and unzip the iRadeo package.
Step 2:
Open config.php file using any text editor and update your
settings and preferences.
Step 3:
Upload all files and folders to your
web server.
Step 4:
Place following code anywhere on your web site:
<script type="text/javascript" charset="utf-8">
playerWidth = 451;
playerHeight = 300;
</script>
<script type="text/javascript" src="[location]/js/loader.js">
</script>
Note: You may edit the highlighted sections
of the above code to your specifications. You may also embed
the above code on
any web site.
Step 5:
Start uploading your MP3 / WAV files to your folder
that you specified in config.php.
Note: Before you upload your MP3 / WAV files, make sure
the file names don't contain any brackets, ampersands, and/or
other non-alphanumeric
characters. Dashes (-) and/or underscores (_) are okay.
Step 6:
You're
done! Now every time you upload a MP3 / WAV file, iRadeo will
automatically stream the file.
My stream sometimes freezes or skips automatically,
how do I fix this? This is an easy fix -- just remove the ampersand
(&) character from the filename and it should work. If you
run into an
issue like this again, try removing characters such as brackets,
ampersands, or other non-alphanumeric characters (- and _ should
be
alright).
File Name Example:
Wrong:
Jackson & (featuring Carey) - Beautiful World.mp3
Correct:
Jackson and featuring Carey - Beautiful World.mp3
Additional information:
- Customize the player by editing the single CSS file
located here >> css/player.css
- Make sure your MP3 has ID tag
information available to allow iRadeo to show the streaming
file information.
|