[guest@console /code/javashout/]$ cat README
JavaShout is a shoutcast shouter. The program that sends your music to a shoutcast station for listeners to listen to. I had some other relatively large plans for it, but they never got off the ground. I'm waiting for Ogg Vorbis to grow up a bit before I jump back into the world of streaming media (video just sucks).
JavaShout was my first real open source project. I wrote it around a year ago for a defunct shoutcast station I started. Suffice to say, it went nowhere. The software got better, though. I got quite a bit of positive e-mail about it. I believe a few internet radio stations incorporated some of my code, and some sap ended up writing the whole thing from scratch again.
The codebase somewhat sucks, although it is neat looking code. My use of objects really sucks hard on this one, though. I hate it to death. I did do some things right, however, and my timing loop was kept in the project that took my lead for java-based shoutcast stuffies ;)
[guest@console /code/javashout/]$