Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

Not recording from subgroup. #121

Closed djromy2006 closed 3 years ago

djromy2006 commented 3 years ago

I have the app installed and I am able to record at the root level of mumble 1.3.2; however, when a user is in the child folder, the recording doesn't happen anymore. Do you know I could set it up to record at all level? When I see the log, there is no voice recording data when the user is within a subdirectory but if I move a user from one group to other, it will log the transaction but will not record voice if a user is outside the root directory.

Rantanen commented 3 years ago

node-mumble is a client library, so it can only act as a Mumble client. Murmur limits the audio data to the clients within the channel (or linked channels). To be able to receive audio data from non-root channels, the node-mumble application needs to join that channel.