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

谁都会走 提交于 2019-12-11 02:54:43

问题


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:


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.



来源:https://stackoverflow.com/questions/29744854/audio-streaming-in-c-sharp-to-icecast2-something-like-edcast

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!