Slashdot Mirror


Dutch Experimental IPv6 MP3 Stream Relay

Remco den Besten writes "In order to promote the IPv6 protocol, some Dutch enthousiasts deploy an IPv6 MP3 stream relay server. So, do something different with your IPv6 connectivity and listen to the streams offered! See & listen (both IPv4 and IPv6)."

10 of 167 comments (clear)

  1. Re:flac by Mopatop · · Score: 3, Interesting

    Yeah I know what FLAC is, but streamed? I mean, first you have the issue of encoding flac in realtime, but the bitrate on flac is far too high for most connections. Also the entire point of icecast and shoutcast is they scale to slow and fast connections pretty much transparently.

  2. Re:RIAA in IPv6? by Mopatop · · Score: 2, Interesting

    Worse.

    You use KaZaA on your university's connection, they can track it all to your uni, and that's where it stops.

    You use KaZaA with IPv6 on your uni's connection, and they can track it straight to your computer.

  3. cure some ignorance by tomstdenis · · Score: 5, Interesting

    Even if I load the ipv6 module in linux and use ipv6 applications. Doesn't my ISP have to route ipv6 packets before I can even use it?

    Tom

    --
    Someday, I'll have a real sig.
    1. Re:cure some ignorance by Styx · · Score: 5, Interesting

      No, you can do IPv6 tunneling over IPv4. See http://www.onlamp.com/pub/a/onlamp/2001/06/01/ipv6 _tutorial.html for instance.

      --
      /Styx
    2. Re:cure some ignorance by duckstab · · Score: 4, Interesting

      Hurricane Electric offers IPv6 tunnels, and will allocate you a /64 block of addresses. The application forms and some excellent tutorial materials can be found at http://ipv6.he.net/

  4. Re:RIAA in IPv6? by EpsCylonB · · Score: 4, Interesting

    Q. How do I install the IPv6 Protocol for Windows XP or Windows XP with Service Pack 1 (SP1)?

    A.

    To install the IPv6 Protocol for Windows XP:

    1. Log on to the computer running Windows XP with a user account that has privileges to change network configuration.
    2. Open a command prompt. From the Windows XP desktop, click Start, point to Programs, point to Accessories, and then click Command Prompt.
    3. At the command prompt, type:

    ipv6 install


    Wow, it was literally that easy, now what did it actually do ?

  5. Re:flac by Fweeky · · Score: 3, Interesting
    Yeah I know what FLAC is, but streamed? I mean, first you have the issue of encoding flac in realtime,

    Erm, FLAC is rather fast at encoding, provided you stick to the more sane settings and avoid --super-secret-totally-impractical-compression-lev el (yes, that is a real setting).
    but the bitrate on flac is far too high for most connections.

    It's fine for LAN situations; fileserver under stairs, player under TV, stream over network. The sort of people who would do something like this are precisely the sort of user who would appreciate lossless compression.
  6. Re:Heh by CoolVibe · · Score: 4, Interesting
    Yep, and to top it off, I hacked the xmms port to compile with ipv6 support. I just diffed the contents of the xmms tarball there with the original, made a patch, and submitted it to FreeBSD gnats here.

    Oh, you just want the ipv6 patch I made from it? Go ahead, take it. Just go to your xmms 1.2.7 source root and do a patch -p0, oh well, y'all know the drill.

    Have fun listening :)

  7. How about multicast? by -tji · · Score: 3, Interesting

    If you're going to push for a major networking change with streaming media, go for multicast instead. It has a huge direct benefit for streaming media.. The stream source would only need bandwidth for one stream, not one stream multiplied by the number of listeners.

  8. Re:Run out ?!?! by Anonymous Coward · · Score: 2, Interesting

    Look up AEIOU from 1994 and see what we could be running today if it hadn't been essentially ignored or dismissed at the time.

    The basic idea in a nutshell: you have your IPv4 addresses still, and you encapsulate another 32 bit address inside that. Taken to the extreme, it basically gives you a network of 2^32 addresses for every one of the existing 2^32 IPv4 addresses.

    When you're stuck with a single IP address from your ISP for whatever reason, your logic works like this: connect to my real IP address A, then bounce through the gateway to real system B.

    AEIOU would essentially work like that. The packets would have a destination of A like any other IPv4 header, and A would look inside (at the IP options, perhaps) to push it along to B.

    It stands for "Address Extension by IP Option Usage", and that was about 10 years ago. Just think - everyone on consumer grade DSL/cable modems could have a single dynamic address with the freedom to use an entire Internet worth of internal addresses. And yet, that entire internal space would be able to talk to any host on the outside if they wanted to do it. All this happens transparently - the systems in the middle handle it like any other IPv4 packet.