<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Native TCP Audio garbled when daemon runs as root on Raspberry Pi. Works as non root (Pulse 7.1)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93515">93515</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Native TCP Audio garbled when daemon runs as root on Raspberry Pi. Works as non root (Pulse 7.1)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>PulseAudio
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>ARM
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>daemon
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>pulseaudio-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jessy.diamondman@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>pulseaudio-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lennart@poettering.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=120708" name="attach_120708" title="Audio samples played through both servers, config files, and logs.">attachment 120708</a> <a href="attachment.cgi?id=120708&action=edit" title="Audio samples played through both servers, config files, and logs.">[details]</a></span>
Audio samples played through both servers, config files, and logs.

On a fresh install of raspbian lite (no X) running on a new Raspberry Pi 2B
(happened on an Pi 1B too, but data here is for 2B), the pulseaudio daemon
garbles data via the native TCP plugin. This issue has been happening to me
since version 6.x.

Repeat steps:
* Get Pi 2B (maybe other models too).
* Attach speakers and ethernet to the Pi.
* Install Raspbian lite.
* Install prerequisites for pulse (my configure log is in the attached
archive).
* make && sudo make install
* Add the following to /usr/local/etc/pulse/default.pa :
    load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;{your subnets
address}/24 auth-anonymous=1
    load-module module-zeroconf-publish
* Edit /usr/local/etc/pulse/daemon.conf to set:
    exit-idle-time = -1
* Run:
    export LD_LIBRARY_PATH=/usr/local/lib 
  Or set the variable for every pulseaudio call, or put the export in bashrc.
* As the 'pi' user, run:
    pulseaudio -vvvvvvvvvvv
(pulseaudio should start fine, speakers should hiss for a few seconds, then
fall quiet)
* Optionally test that loading the sine module produces a tone.
* On your computer (or the pi if you want), run:
    paplay --server={Pi's IP} {Some wav file, ideally a song}
(Assuming your network is fast enough the audio should start up, and play fine.
Listen to pa_test_good.mp3).
* Kill the pulse server.
* As the 'pi' user, run:
    sudo pulseaudio -vvvvvvvvvvv
(pulseaudio should start fine, speakers should hiss for a few seconds, then
fall quiet)
* Optionally test that loading the sine module produces a tone.
* On your computer (or the pi if you want), run:
    paplay --server={Pi's IP} {Some wav file, ideally a song}
(Everything is awful. Listen to pa_test_broke.mp3).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>