[pulseaudio-tickets] [Bug 65703] High latency in HTTP streaming

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jul 5 08:01:24 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=65703

--- Comment #47 from Wang Xingchao <wangxingchao2011 at gmail.com> ---
How to reproduce this issue in local machine-:

1. pulseaudio --k; pulseaudio -vvvv
2. pactl load-module module-http-protocol-tcp
3. browser sinks/sources in Fixfox, url is:
http://localhost:4714/listen
will show sinks and sources
As I enabled Rygel following this
page(https://wiki.gnome.org/Rygel/Pulseaudio), so there're two Sinks:

Built-in Audio Analog Stereo
DLNA/UPnP Streaming

And one Sources

Built-in Audio Analog Stereo

4. The basic rule is, playback music on one sink 0, and featch stream from sink
0 and send back to sink 1. 
  Here's my test command:
  1) gst-launch-0.10 filesrc location=/home/tangtang/Downloads/b.mp3 ! mad !
audioconvert ! audioresample ! pulsesink device=upnp
  this would send mp3 stream to sink "upnp"
  2) gst-launch-0.10 souphttpsrc
location=http://localhost:4714/listen/source/upnp.monitor ! decodebin2 !
pulsesink device=alsa_output.pci-0000_00_1b.0.analog-stereo
  this would featch stream from sink "upnp" and send data back to default
sink(user could hear music)

it's better to start second command and you when you start first command, after
some delay, you will hear the music playing.  If you stop first command, you
will notice music continues playing for some time and stopped.

--xingchao

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20130705/3c454f9f/attachment-0001.html>


More information about the pulseaudio-bugs mailing list