Slashdot Mirror


P2P Internet Radio

fdsa writes "O'Reilly's openp2p.com has an article describing two programs for peer-to-peer audio streaming, Streamer and PeerCast. Streamer is currently Windows-only but GPLed, and desperately searching for somebody to port it to Linux. PeerCast was on slashdot before, but now runs on Linux and supports Ogg Vorbis. There's an impressive list of channels already. Planned features include video streaming and a "tip jar" system for paying artists. Setting up your own station is as simple as installing the oddcast winamp plugin or liveice for xmms."

21 of 99 comments (clear)

  1. Possible security issues by Sneftel · · Score: 3, Interesting

    While a treatment of security is obviously part of the "tip jar" model, I don't think that P2P networks have evolved enough yet to be easily graftable with actual money transfer. The scheme described uses GPG to sign the payment information so that middlemen can't insert their own paypal account for someone else's song (hmm... does this remind anyone of the earlier story about Kazaa hijacking affiliate payments?) but the authentication is through a "web of trust" which, frankly, is a poor excuse for security when actual money is being thrown around. If I'm going to drop a quarter in the jar, I'm going to make damn sure that some script kiddie isn't tapping it.

    --
    The opinions stated herein do not necessarily represent those of anybody at all. Deal with it.
  2. All story titles contain acronyms.. by rufusdufus · · Score: 2, Insightful

    Notice that every single story title on the mainpage contains at least one acronym. Are we using jargon to keep our little club elite?

  3. Bandwidth Concerns by saveth · · Score: 3, Funny

    With cable modem and DSL upstream bandwidth of, for the most part, 128kbps or, rarely, 256kbps, is peer-to-peer media streaming really a viable option?

    In streaming audio from webcasters, I always tend to use the 128kbps streams, simply because they sound much better than the alternative 64/56kbps streams. I suspect many others find their streaming audio experiences to be quite the same, in this respect. Thus, a 128kbps cable/DSL user would be limited to one outgoing stream, and even this is contingent upon the user not doing anything else with his/her bandwidth at the time.

    The summary notes that there are plans, also, for video streaming. This simply cannot be accomplished with decent quality, even with the best codecs current on the market, under such conditions.

    World economies are just now getting used to having broadband available to ordinary people, and I don't see the availability of a T1 to every household happening any time soon.

    For peer-to-peer file sharing, downloading a file at 0.5kBps is acceptable, but I certainly wouldn't want to stream media at that sort of a rate. I do like the idea of peer-to-peer streaming media, but I simply don't think the market is ready for it, yet.

    1. Re:Bandwidth Concerns by jilles · · Score: 3, Interesting

      The whole point of p2p streaming is that you only serve one or two streams. I've used peercast a lot during the past two months and I can comfortably stream up to 100kbps using my DSL connection. Using ogg streams that means you I serve two 45 kbps streams that sound pretty good. People who tune into my peercast station propagate the streams to additional listeners.

      The nice thing about peercast is that the peercast network is self organizing. If some client tunes in that does not serve up enough bandwidth, that client is bumped and moves to the edge of the network where he is no longer a problem. Consequently, reliability is pretty good if you have enough bandwidth to pass the streams on. I often tune in to streams and I have found that they are just as reliable as regular shoutcast streams.

      Another nice thing is that it is in principle agnostic to the media being streamed. Right now it only works for ogg and mp3 but it is the intention to support additional streams in the future. Video streams require more bandwidth than audio but that is not a problem if there are enough clients with enough upload capacity to serve one or two streams. With my 128kbps upload capacity, high quality streams are not feasible for me currently. However there are plenty of people who do have the capacity to stream high quality video. Using peercast they can form a network without requiring a central server that serves a single stream for each viewer.

      It will be interesting to see how peercast handles a second round of slashdotting. Last time was a bit to early but it has improved enormously since then.

      --

      Jilles
    2. Re:Bandwidth Concerns by turnstyle · · Score: 4, Insightful
      Goodness, this topic raises all of my favorite rants. Background: I've been developing my own streaming software for the last two years (it runs on top of web servers with PHP or ASP). It's not exactly 'radio', but instead it lets you browse and stream on demand. Anyways, here's some of my experience...

      Bandwidth: the asymmetric nature of most home-based high-bandwith networking options is intended to make it easier for us to be consumers rather than producers of digital content. This is especially bad because it quite litereally makes it harder for indepenedent voices to be heard.

      However, many of the high bandwidth providers, AOLTW for one, are also content providers, and are perfectly happy to keep the bandwidth deck stacked against independents.

      Tip jars: Don't work. In the context of discussing P2P networks, the concept of tipping the artists often comes up. People don't part with their cash voluntarily. That goes for software, and it goes for music. Sure some people do, some times, but the practical percentage is so small as to be negligable.

      Fairtunes is/was the leading centralized tip jar, founded by Slashdot regular Matt Goyer, now sold to Musiclink. It got lots of great press and feedback. Go there and search for tips to your favorite artist.

      Personally, I think of myself (an independent programmer) as not entirely different from a independent musician. I tried for years to rely on a tip jar, but despite having tens of thousands of daily users it never paid for more than coffee.

      Potential: In any case, the new infrstructures bring huge potential for positive change, but in my opinion that infrstructure also needs to do much better job of getting money to change hands, in order to garner real power, and tip jars won't cut it.

      --
      Here's what I do: Bitty Browser & Andromeda
    3. Re:Bandwidth Concerns by Istealmymusic · · Score: 2

      Use the FLOGGY codec, its specifically designed for low quality.

      --
      "The lesson to be learned is not to take the comments on slashdot too literally." --Vinnie Falco, BearShare
  4. "It's for the artists" by Erasmus+Darwin · · Score: 5, Interesting
    There's a quote in the article that bothers me: "But the two men both feel that their programs can help music artists get their work heard outside of traditional radio broadcasting."

    Yet in that same article, they admit that the system is a way to get around webcasting royalties. This is just silly, as an artist who wants their work to be heard far and wide can offer it up for royalty-free webcasting. Similarly, there are quite a few artists who have placed free, legal mp3s of some of their songs up on the web.

    I really wish people wouldn't try and hide behind the rhetoric of trying to help the artists, when some of the artists don't want their copyrights forcibly violated. Personally, I support P2P as a means of circumventing bandwidth limitations, but not as a means of hiding liability when infringing copyright.

    (And while I'm up on the soap box, I also disagree with trying to directly compensate the artist for intellectual property that they've sold the rights to. I support more equitable recording contracts, but I also support the right of an artist to contractually sell his/her ownership of song rights in exchange for money. By insisting on tipping the artist at the same time as infringing on copyright, you're eroding the artists' ability to sell that copyright, regardless of whether or not it was a fair deal.)

    1. Re:"It's for the artists" by Anonymous Coward · · Score: 2, Insightful

      What you're ignoring is that the proposed webcast fees are meant to reduce the number of artists heard on the internet. Record companies want few super-popular groups, not lots of semi-popular groups. The benefit of avoiding webcasting fees is that smaller artists on larger labels will be heard, and hopefully gain some sales. Any large recording company is NOT going to give permission for free webcasting.

      The two ideas are not exclusive.

      Give us fair webcasting costs and they will be paid. Price it out of our range and we will break the law.

  5. Bandwidth by rossy · · Score: 2, Interesting

    Proliferation of Internet radio will be one possible way to fund the "lighting" of all the unlit fiber the telecom companies laid under the ground in the last boom. I'm not looking forward to the bandwith crunch or increased rates which may occur prior to the next expansion, but internet radio, could be a small contributor to the next wave of bandwith improvements. I consider all the stations but the ones I'm listening to to be bandwidth hogs.

    --
    Ross Youngblood
    1. Re:Bandwidth by g4dget · · Score: 4, Funny

      No. The next bandwidth crunch comes when Microsoft gets more serious about buffer overflows and sends out 30Mbyte servicepacks to everybody again and again. Internet radio can't compete with that, and Microsoft has more buffer overflows than the RIAA has songs :-)

    2. Re:Bandwidth by macrom · · Score: 2

      "Lighting" all of the fiber? With all of the layoffs and crap that telecom companies have been going through (at least here in the U.S.), in 2-3 years we'll all be lucky to even have phones to use. I think bandwidth problems stemming from P2P and streaming media are the least of these companies' problems. My 2 pence on the matter.

  6. Free? by mutende · · Score: 2
    PeerCast was on slashdot before, but now runs on Linux and supports Ogg Vorbis.

    Where's the source, Luke?

    --
    Unselfish actions pay back better
    1. Re:Free? by ViGe · · Score: 4, Interesting

      Where's the source, Luke?

      Exactly. There's no way I'm going to put this kind of software to my machine without the source available. Not that I would read through the entire source if it was available, but the fact that it isn't makes me think they have something to hide. Perhaps it's a DDOS tool? Perhaps it gives them shell access to my computer?

      They say they haven't had TIME to release the source! That's the lamest excuse I've ever heard!

      --
      It has to work - rfc1925
    2. Re:Free? by jilles · · Score: 3, Informative

      Peercast currently is programmed by only a handful of programmers. I often hang out in the peercast forums and the peercast irc channel. Giles, the guy who started all this has on multiple occasions expressed the intention to open source peercast's core. He just wishes to clean up the code base before he does so and have a reasonably well functioning tool. He does all this in his spare time so please be patient.

      The last thing he wants now is have buggy clones of peercast dominating the network. This is what happened to gnutella in the early days.

      --

      Jilles
    3. Re:Free? by jilles · · Score: 2

      Please consider source code as a gift rather than a right and maybe you'll realize you are being pretty rude right now. Now here's a guy who is putting all his spare time into creating a great tool and you are harrassing him for not giving you the source code quick enough. If I were him, I'd give you the finger.

      If you don't want to risk your mission critical 1337 pron/mp3 server, don't install any p2p software, disconnect from the internet and quit whining.

      --

      Jilles
    4. Re:Free? by jilles · · Score: 2

      you are right, you got it! A miracle!

      --

      Jilles
  7. Liveice Author + P2P + Geeza Job by szyzyg · · Score: 2, Offtopic

    Funnily enough I wrote my first live mp3 streaming system back in '97 - in the days before any players supported http streaming. So I hacked on the mp3serv daemon so that you could recieve a stream and send it to stdout. I never disabled the rebroadcast code so my first few braodcasts ended up with a few listeners who were automatically rebroadcasting....

    It would have been revolutionary to actually index the rebradcasters, but I guess my astronomy got in the way and it never happened.

    It was about 18 months later that Slashdot put up a headline about the release of shoutcast - 'live mp3'.... You know me... been there, done that etc ;-) So I ended up hacking bits of icecast for a while before abandoning my PhD on killer asteroids to work for internet music companies.

    Anyway.... Now that napster has imploded I'm looking for a job in the bay area - given my groundbreaking work on mp3 radio and p2p networks there must be someone out there with a job for me right?????

    Peace PPL

  8. *loud cheering* by Chris+Johnson · · Score: 5, Insightful
    This is great! Bring it on. The more the better as far as I am concerned.

    I'm one of the people who's supposed to be concerned about this kind of thing. I'm a musician. I produce sounds as art, and I write songs which are copyright to me. You'd think I'd be like 'whoa, slow down' with this stuff, the p2p.

    Here's why I'm not.

    Music has long been an avenue for social commentary. From 'What's Going On' to 'For What It's Worth' and 'Ohio', not to mention stuff like Tom Lehrer's 'So Long, Mom' and 'Who's Next?', it's been a way to put across a perspective using art. It doesn't have to be really detailed- in fact, art that's really specific that way tends to suck, polemical to the extent that it's haranguing you. Some of the best art with political importance has been, like 'For What It's Worth', relatively vague. It paints a compelling picture in little words, the details can be filled in by real dialogue. It's about using music to open someone's mind to the POSSIBILITY of dialogue.

    Now currently in the USA, we literally have the authorities shutting down communications on the grounds of 'supporting terrorist activities'. These are the same people who spent government money to drape a statue tit- they are not oblivious to art, they are just determined to make it behave. We're now looking at a situation where it is a real concern- it wouldn't be much of a jump to see these guys categorize dissident art and music as 'aid to terrorists', and to see them methodically expunge it from the Internet wherever they find it.

    That's where it starts to get on my turf. I'm an American- 34, grew up middle class, normally you would think I would get to produce whatever art or music I wanted. Maybe. But the spectacle of a manufactured war with Iraq so appalls me (hell, when the Joint Chiefs of Staff are against it too, I don't think I'm alone there) that I can't sit around experimenting with instrumental music anymore.

    Like I said in an earlier post, I've cut a recent song, "Blood on the Sand", directly about the Iraq situation. I wrote it hardcore and kept it as simple as I could, I played it hardcore until I had blisters on my fingers, I mixed it and put it out, and now by Bush's own rules I'm aiding the terrorists- because if it's gotta be 'us vs. them' and 'us' means what he's doing, NO WAY am I getting behind that, and that makes me 'them' and yeah, I'm trying to support the point of view against this Iraq overthrow.

    How does that relate to streaming p2p? I would think it was obvious but the point can't be made too often. We are in a situation RAPIDLY approaching suppression of political dissidents. Already the government is shutting down web sites on political grounds- you cannot so openly express your support for those the government considers active enemies. How far away is the next step, suppressing stuff that doesn't actively support the government? That's where the rising tide begins to drown me- I don't specifically support anyone the government considers terrorists, but I can't condemn them as blindly as I'm asked to. I grew up in Lexington, Massachusetts, considered the birthplace of American Revolution, and now I have to wonder whether the desperation shown by those New England patriots is now echoed somewhere in the Middle East- and even to think such thoughts is less and less permitted.

    I am unfamiliar with firing a gun, and I am unfamiliar with hand to hand combat. In a war, in a revolution, I'm not that much use to some things. But I'm an artist- and when I can no longer hide and entertain myself with purposeless artistic stuff, my art becomes my weapon, and the harder I work the better a weapon it becomes. It's my only recourse.

    So, I view all forms of p2p as samizdat- on the one hand, organizations like the RIAA consider they have ownership of a lot of art and their grounds for suppressing its communication is on the grounds that it's their property. It's important to remember that the government can consider art's content as grounds for suppressing it- we're 90% there already. At that point, p2p (including streaming) can be the only method for suppressed ideas to get a hearing. Doesn't mean the ideas will all be good or worthy- but to somebody expressing ideas in danger of being suppressed, p2p is hugely important.

    Like me. And I could go farther- and may have to if my conscience so demands, and it comes around with a song that needs to be heard.

    So, more p2p, please! :D

    Chris Johnson

  9. the Streamer source needs help, badly by Shaleh · · Score: 2, Troll

    so I went to his site and read his "hey you just have to know sockets" promise. Uh uh. The code is FULL of win32isms. Little things like the slash going the wrong way in #includes, bigger things like no #ifdefs around winsock code. Probably a good few days work with testing. It is GPL and he is willing to accept help though. Just be prepared for the worst (-:

  10. multicast? by Anonymous Coward · · Score: 2, Interesting

    As an aside, can anyone explain what happened to IP multicast technologies on the internet router hardware level? They've kind of been pushed to the side with the whole P2P thing, when they could have been a much better solution to problems like streaming music and video.

  11. MBONE for christ sakes by Usquebaugh · · Score: 2

    How many wonderful peer to peer systems are just pale imatations of MBONE?

    IF ISPs get their act together and switch on MBONE then broadband users will have their killer app. Like OO and GUI do we have to wait twenty years for this technology to be widespread?