Get audio from linux container on windows host

  • Issue type
    Getting audio from linux container
  • OS Version/build
    windows 10 pro 1803
  • App version
    Version 18.06.0-ce-win72 (19098)
  • Steps to reproduce

Iā€™m running an ubuntu container under windows and i need to get audio on my host machine, windows 10 :slight_smile:
is it somehow possible like linux --device /dev/snd or is there any other way without running docker in a virtual machine?

1 Like

The fastest solution I can think of would be to install a virtual audio driver, then stream the audio data over a network. Icecast, or similar.