Search found 1 match

by Mike30
Wed Mar 26, 2008 5:31 pm
Forum: Audio Streaming
Topic: Stream Player?
Replies: 1
Views: 7470

Stream Player?

Hi,

i am currently developing a mp3 player at university (homework). At the time i can play mp3 files. Now i must add the ability to play from an audio stream. After some reading thr protocoll i stuck.

I send this to the Server:

DataOut.writeBytes("GET " + httpfile + " HTTP/1.0 \r\n");
DataOut ...