commit d306c0d078964ab2a038181cc1f8c6a8b7ddf85e Author: Google Code Exporter Date: Sun Mar 22 07:46:57 2015 -0400 Migrating wiki contents from Google Code diff --git a/News.md b/News.md new file mode 100644 index 0000000..54cacde --- /dev/null +++ b/News.md @@ -0,0 +1,9 @@ +# News # +**2008-07-13:** +Plans for rewriting the project using [Spring Dynamic Modules](http://springframework.org/osgi) is on the way. OSGI FTW! + +**2008-07-14:** +Working version commited to the repository. But a big refactoring is on the way. + +**2008-07-14:** +Created this google code page. I've recently found a bug that appear when connection multiple times to the server. I'm hoping to fix it this week. Before the bug is fixed no code will be checked in. ie I want to startup with working code. \ No newline at end of file diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..010e1a8 --- /dev/null +++ b/ProjectHome.md @@ -0,0 +1,10 @@ +Basic icecast server for handling multiple mp3-streams. It's written in pure Java and works on all platforms. The only external library that is used is jAudioTagger for extracting id3-tags from the media. + +This was more of a proof of concept than a real project, if there are people interested in using/developing an icecast server in java i could start up the project again. If so, please send me an email. + +See the [project news page](http://code.google.com/p/locality-icecast/wiki/News) for more information. + +### Features ### + * Mp3 support + * Metadata + * 100% Java \ No newline at end of file