<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - High latency in HTTP streaming"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=65703#c35">Comment # 35</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - High latency in HTTP streaming"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=65703">bug 65703</a>
              from <span class="vcard"><a class="email" href="mailto:wangxingchao2011@gmail.com" title="Wang Xingchao <wangxingchao2011@gmail.com>"> <span class="fn">Wang Xingchao</span></a>
</span></b>
        <pre>i would reproduce the issue on another machine later.
before that, i hope no misunderstanding from my side about the data path in
below test command:
gst-launch-0.10 -v playbin
uri=<a href="http://localhost:4714/listen/source/alsa_input.pci-0000_00_1b.0.analog-stereo">http://localhost:4714/listen/source/alsa_input.pci-0000_00_1b.0.analog-stereo</a>

In such scenario, gst-launch would be the client for http_protocol, so the data
path would be:
1> gst-launch try to read data from the exported source by PA, it's an http
url.
2> pulseaudio regard gst-launch as the client connected to PA, also it's the
target of source_out.
3> pulseaudio got data from Source and send to gst-launch
4> gst-launch buffer the data and send back to PA as the role of sink_input.
5> user hear captured audio from sink.

please correct me if any step wrong above.

--xingchao</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>