Audio streaming in C# to icecast2 (something like

2019-07-19 02:17发布

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!

1条回答
我欲成王,谁敢阻挡
2楼-- · 2019-07-19 02:20

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.

查看更多
登录 后发表回答