<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1250">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello,<br>
    <br>
    at first, I would like to apologize for my English, but I hope that,
    someone will understand.<br>
    I have some audio inputs (real and virtual) and I want to stream
    them. <br>
    My question is: it is posible to stream from multipe audio input
    devices on Windows (7) at same time?<br>
    I am using WindowsAudioInputDevice with noMixer suffix. When I
    stream only one input it works fine, but when I want to start
    another stream from other input, the first stream will be terminated
    and I dont know why. As sink I use SimpleRTPSink. I try do this in
    single event loop, or run multiple event loops for each stream in
    separate thread (each thread has own TaskSheduler and
    UsageEnvironment), the result is same.<br>
    For testing purpose I try run multiple streams from MP3 files using
    MP3FileSource and MPEG1or2AudioRTPSink, and it works fine<font
      color="#000000"><span style="color: rgb(170, 0, 127);">. I need it
        for my master thesis and the time is running out :(<br>
        Thanks for any help.<br>
        <br>
        Tony<br>
      </span></font>
  </body>
</html>