2

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!

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
  • What server compatibility do you need? If you just need Icecast 2.4 or later and compatible, you can use HTTP PUT which is a lot simpler and built-in. – Brad Apr 21 '15 at 02:32

1 Answers1

1

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.

TBR
  • 2,790
  • 1
  • 12
  • 22