Is there something like libmms, librtsp or xine-lib for C#?
+1
A:
I have been using the BASS library successfully for these types of streams. It should be able to do it with the WMA plugin.
It's written in C/C++ , but there is a .NET wrapper available.
It also supports mp3 and ogg/aac (with plugins)
You may also try to host the Media Player, if the target is Windows Forms/WPF.
Magnus Johansson
2009-09-23 13:47:28
Actually, I'm looking for a free solution, but thanks anyway.
TTT
2009-09-23 13:53:14
BASS / BASS.Net is free for non-commercial usage.
Magnus Johansson
2009-09-23 13:57:30