<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - module zeroconf-discover doesn't detect all sinks on the remote / fails to construct the name for remote sink"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94740#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - module zeroconf-discover doesn't detect all sinks on the remote / fails to construct the name for remote sink"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94740">bug 94740</a>
from <span class="vcard"><a class="email" href="mailto:mistrzipan@gmail.com" title="Mistrzipan <mistrzipan@gmail.com>"> <span class="fn">Mistrzipan</span></a>
</span></b>
<pre>(In reply to Raymond from <a href="show_bug.cgi?id=94740#c3">comment #3</a>)
<span class="quote">> do the length exceed PA_NAME_MAX ?
>
> #define PA_NAME_MAX 128
> ...</span >
as matter fact, it does ;-]
$ echo -n
'tunnel.raspberrypi.local.alsa_input.usb-C-Media_Electronics_Inc._SB_Easy_Record_SB_Connect_Hi-Fi_090804000001-00-HiFi.analog-stereo'
|wc -c
131
the question is where is the origin of this limitation ? by PA, as I pressume,
because Zeroconf doesn't seem to have such limitation.
So there are two possible solution, to truncate the string on the server side
(complicated, because AvahiString is multipart, which one to choose to cut ?)
or ... increase PA_NAME_MAX :-D</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>