Re: Unable to get Pulseaudio to stream on FreeBSD

2024-05-12 Thread Victor Tschetter
UPDATE:It looks like it is an auth problem.If the pulseaudio service is not running on the remote side, I getConnecting to pulseaudio…Pulseaudio connection failed…But if it is running, I get the auth message, then a fail error.VictorOn May 5, 2024, at 12:29, Victor Tschetter  wrote:I did go through all the logs I could find, but still nothing. Guacamole stills fails to authorize the connection.VictorOn May 4, 2024, at 11:12, Victor Tschetter  wrote:Unfortunately I’m having trouble getting to the logs. Pulseaudio says it logs to syslog, but I’ve checked the entire contents of /var/log to no avail. And when trying to pulseaudio in verbose mode, the terminal just stalls out.VictorOn May 4, 2024, at 04:58, Nick Couchman  wrote:On Fri, May 3, 2024 at 3:26 PM Victor Tschetter  wrote:Has anyone gotten Apache Guacamole to work with the built in support for streaming audio using pulseaudio?I have installed guacamole as a pkg inside a jail. This is the client. I have another jail running KDE as a desktop environment, with pulseaudio configured according the the Guacamole docs. It is listening on port 4713, and the module module-protocol-native-tcp is loaded with auth-anonymous=1 to allow any clients to connect.But when ever I try to connect, guacd fails to connect, seemingly because of authorization. Logs show Code:May  3 12:15:42 guacamole guacd[55774]: Connecting to PulseAudio...
May  3 12:15:42 guacamole guacd[55774]: Authorizing PulseAudio connection...
May  3 12:15:42 guacamole guacd[55774]: PulseAudio connection failedDo you see anything on the KDE side, in the PulseAudio logs, that indicates that 1) a connection is actually being attempted, and 2) that it is rejecting authorization and why?-Nick


Re: Unable to get Pulseaudio to stream on FreeBSD

2024-05-05 Thread Victor Tschetter
I did go through all the logs I could find, but still nothing. Guacamole stills fails to authorize the connection.VictorOn May 4, 2024, at 11:12, Victor Tschetter  wrote:Unfortunately I’m having trouble getting to the logs. Pulseaudio says it logs to syslog, but I’ve checked the entire contents of /var/log to no avail. And when trying to pulseaudio in verbose mode, the terminal just stalls out.VictorOn May 4, 2024, at 04:58, Nick Couchman  wrote:On Fri, May 3, 2024 at 3:26 PM Victor Tschetter  wrote:Has anyone gotten Apache Guacamole to work with the built in support for streaming audio using pulseaudio?I have installed guacamole as a pkg inside a jail. This is the client. I have another jail running KDE as a desktop environment, with pulseaudio configured according the the Guacamole docs. It is listening on port 4713, and the module module-protocol-native-tcp is loaded with auth-anonymous=1 to allow any clients to connect.But when ever I try to connect, guacd fails to connect, seemingly because of authorization. Logs show Code:May  3 12:15:42 guacamole guacd[55774]: Connecting to PulseAudio...
May  3 12:15:42 guacamole guacd[55774]: Authorizing PulseAudio connection...
May  3 12:15:42 guacamole guacd[55774]: PulseAudio connection failedDo you see anything on the KDE side, in the PulseAudio logs, that indicates that 1) a connection is actually being attempted, and 2) that it is rejecting authorization and why?-Nick


Re: Unable to get Pulseaudio to stream on FreeBSD

2024-05-04 Thread Victor Tschetter
Unfortunately I’m having trouble getting to the logs. Pulseaudio says it logs to syslog, but I’ve checked the entire contents of /var/log to no avail. And when trying to pulseaudio in verbose mode, the terminal just stalls out.VictorOn May 4, 2024, at 04:58, Nick Couchman  wrote:On Fri, May 3, 2024 at 3:26 PM Victor Tschetter  wrote:Has anyone gotten Apache Guacamole to work with the built in support for streaming audio using pulseaudio?I have installed guacamole as a pkg inside a jail. This is the client. I have another jail running KDE as a desktop environment, with pulseaudio configured according the the Guacamole docs. It is listening on port 4713, and the module module-protocol-native-tcp is loaded with auth-anonymous=1 to allow any clients to connect.But when ever I try to connect, guacd fails to connect, seemingly because of authorization. Logs show Code:May  3 12:15:42 guacamole guacd[55774]: Connecting to PulseAudio...
May  3 12:15:42 guacamole guacd[55774]: Authorizing PulseAudio connection...
May  3 12:15:42 guacamole guacd[55774]: PulseAudio connection failedDo you see anything on the KDE side, in the PulseAudio logs, that indicates that 1) a connection is actually being attempted, and 2) that it is rejecting authorization and why?-Nick


Re: Unable to get Pulseaudio to stream on FreeBSD

2024-05-04 Thread Nick Couchman
On Fri, May 3, 2024 at 3:26 PM Victor Tschetter 
wrote:

> Has anyone gotten Apache Guacamole to work with the built in support for
> streaming audio using pulseaudio?
>
> I have installed guacamole as a pkg inside a jail. This is the client.
>
> I have another jail running KDE as a desktop environment, with pulseaudio
> configured according the the Guacamole docs. It is listening on port 4713,
> and the module module-protocol-native-tcp is loaded with auth-anonymous=1 to
> allow any clients to connect.
>
> But when ever I try to connect, guacd fails to connect, seemingly because
> of authorization. Logs show
>
> Code:
>
> May  3 12:15:42 guacamole guacd[55774]: Connecting to PulseAudio...
> May  3 12:15:42 guacamole guacd[55774]: Authorizing PulseAudio connection...
> May  3 12:15:42 guacamole guacd[55774]: PulseAudio connection failed
>
>
>
Do you see anything on the KDE side, in the PulseAudio logs, that indicates
that 1) a connection is actually being attempted, and 2) that it is
rejecting authorization and why?

-Nick


Unable to get Pulseaudio to stream on FreeBSD

2024-05-03 Thread Victor Tschetter
Has anyone gotten Apache Guacamole to work with the built in support for 
streaming audio using pulseaudio?

I have installed guacamole as a pkg inside a jail. This is the client. 

I have another jail running KDE as a desktop environment, with pulseaudio 
configured according the the Guacamole docs. It is listening on port 4713, and 
the module module-protocol-native-tcp is loaded with auth-anonymous=1 to allow 
any clients to connect.

But when ever I try to connect, guacd fails to connect, seemingly because of 
authorization. Logs show 

Code:
May  3 12:15:42 guacamole guacd[55774]: Connecting to PulseAudio...
May  3 12:15:42 guacamole guacd[55774]: Authorizing PulseAudio connection...
May  3 12:15:42 guacamole guacd[55774]: PulseAudio connection failed

So I’m curious if anyone has gotten this to work.
Victor