Page 1 of 1

Stream an OGG radio

Posted: Sat Aug 07, 2004 8:05 am
by MagicalTux
Hello,
I'm trying to find a way to stream an OGG audio stream from a server...

I already have the server but I don't know how to stream the data to the audio device...

Would be great to have functions to stream OGG like in Flash we have function to stream mp3 ... :)


MagicalTux

Posted: Sat Aug 07, 2004 1:51 pm
by KarLKoX
You can use Fmod, you will find an example doing exactly what you want (in the "SamplePureBasic\Netstream" directory).
Btw, if only want to stream ogg vorbis file (not from internet), you can use my OggStream library.