Domain: utwente.nl
Stories and comments across the archive that link to utwente.nl.
Comments · 204
-
Look at University of Twente
Have a look at http://www.snt.utwente.nl.
SNT stands for Student Net Twente.
It is a University Network to all the dorms at
the University of Twente (approx. 2600 students)
but is managed by the students themselve.
It works pretty well since the students active in
SNT tend to be more informed than the average paid
system administrator. I am sure you can contact
them for advice.
Cheers,
Waldo Bastian
bastian@kde.org
ex-SNT member. -
New Location for Palm V PicsPalm V pics have moved here.
-
UDP broadcasting?Yeah, UDP is the way to go!
Here's the page to HIPRadio(http://biereco.student
.utwente.nl/hipradio.html), with source code for their hack. -
Sort of done this beforeFor HIP'97 (the big hackers meeting in August 1997 in the Netherlands) we've done something similar as shoutcast. Named HIP Radio, a radio station on the network.
We adapted mpg123 to transmit the mpeg frames in udp broadcast packets from an mp3 at the same rate as it fed them to the audio system.
The client was a quite simple UDP packet receiver that fed the data again to stdout which could then be played with mpg123 -.
The software (mpg123 patches and client) is still available, if someone wants to adopt this to Shoutcast format, be our guest. I'll ask Remco to put the patches for the 'transmitter' on the above HIPradio page.