John Majlstounn
John Majlstounn

Reputation: 79

Audio streaming in C# to icecast2 (something like Edcast)

I'm trying to create a program to stream audio from a microphone or stereo mixer to Icecast2 server, like Edcast.

I need show the way or a working example, how to do it. Ideally make it freeware or open source.

I do this in WPF form, thank you very much in advance!

Upvotes: 2

Views: 840

Answers (1)

TBR
TBR

Reputation: 2890

I think the most sensible thing to do would be to wrap libshout for c#. Looks like someone has done something like that before: http://wipsite.net/article/cs_cpp_interoperability/ I'd strongly recommend to use the latest version of libshout for such an exercise.

If you are interested to contribute fixes/updates to the windows build setup of libshout, I'd recommend to work with git head/master, as we've been changing some things recently.

Upvotes: 1

Related Questions