Slashdot Mirror


User: acd

acd's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. why doesn't the internet e-fix my e-spelling? on Open Publishing: The Net and the E-book · · Score: 1

    Katz, it's wolfsbane not wolfbane. Maybe you haven't been playing enough D&D.

    Foo!

  2. djfrog -- live streaming mp3 server in perl on Ask Slashdot: Full Shoutcast on Linux? · · Score: 1
    I've written some software which does live mp3 "radio station" type streaming. Listeners can choose what songs they'd like to hear via the web or an IRC bot. They can also submit URLs, and the server will fetch the mp3 and stream it out to everyone. Each user has a specific queue and equal priority when it comes to who's song gets played next. A buddy of mine is working on a mysql index backend which will be pretty cool too. Oh yeah -- its all written in perl. :)

    My software differs from shoutcast in that it doesn't re-encode the mp3s it streams out. It just reads pre-encoded files off the disk and streams them out to everyone. You don't need a winamp frontend to make my stuff work, tho you can't do voiceovers as easily as with the shoutcast stuff.

    I'm probably going to package everything up and release it for people to play with. Anyone interested?

    Andrew