2

I need to stream contents of a Microsoft Teams video-call to an Icecast server. For this to work correctly I need to stream both the computer audio AND my own local microphone, so that people listening to the stream (through the Icecast server) can hear all conversation as it is ongoing. How to achieve this?

I installed an Icecast server and was able to stream stuff using butt and Rocket Broadcaster, but these streaming clients allow me to either stream from mp3 files or from various audio devices. I need something like a mixer or an audio capture software that can also stream.

Using Windows 10 as the platform from which I want to stream.

Andy
  • 129

1 Answers1

0

I haven't tried this in a bit, but first make sure you have the Stereo Mix available. Depending on your use case that might already cover things.

https://appuals.com/how-to-restore-missing-stereo-mix-on-windows-10/

Then you'll want to do some audio routing/mixing with virtual devices.

Or you use a multi-input capable source client. As far as I understand OBS could do that. Also ePirat did describe streaming to Icecast in a blog post:

https://epir.at/2018/03/08/obs-icecast-streaming/

TBR
  • 313