Where to have info on how to get shoutcast streams?

  • Thread starter Thread starter ThunderMusic
  • Start date Start date
T

ThunderMusic

Hi,
I would like to know if some of you have some site where I could find
information about how to get a shoutcast stream? I have to connect to this
stream and analyse the incoming audio, so I would need info on how to
connect to this stream and how to analyze it (it can be on separate sites).

Can anyone help please? I tried to google it, but didn't find anything
useful except a project on TheCodeProject.com that was hardly useful because
it's far from finished.

Thanks

ThunderMusic
 
Ok, I found something written for VB 6.0 for connecting to a shoutcast
server and getting the data, but it uses the winsock control. Is there
something equivalent in .NET? I mean, I dont want to use the Win32 API calls
directly if possible...

And I still need information on how to use this data and analyze it. In fact
I just have to analyze it for blanks with a tolerance level et al. Can
somebody help please?

Thanks

ThunderMusic
 
Ok, I found something written for VB 6.0 for connecting to a shoutcast
server and getting the data, but it uses the winsock control. Is there
something equivalent in .NET? I mean, I dont want to use the Win32 API calls
directly if possible...

The System.Net.Sockets namespace provides sockets support for .NET
apps.


Mattias
 
Back
Top