Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mumble-voip v1.5.3 - some players hear other players at a great distance. #50

Open
neurogen-dev opened this issue Sep 3, 2020 · 43 comments
Labels
bug Something isn't working

Comments

@neurogen-dev
Copy link

After the last update, players on my server complain that they can hear other players at a great distance. Other players cannot hear the radio. Sometimes restarting the FiveM client helps. There are no errors in the console.

FXServer 2907
Players: 30

@neurogen-dev
Copy link
Author

Basically, this problem is observed inside MLO

@dkdknight
Copy link

I would like to add that the bug disappears when the zone changes

@dkdknight
Copy link

not all players are affected if several players are in the same place one of them can hear a player at the other end of the map without the other players around him hearing him

@FrazzIe
Copy link
Owner

FrazzIe commented Sep 4, 2020

I think I have a general idea on what is happening, just need to find the cause.

@FrazzIe FrazzIe added the bug Something isn't working label Sep 4, 2020
@FrazzIe
Copy link
Owner

FrazzIe commented Sep 4, 2020

@dkdknight @Em1tSan do you both make use of the radio and call system?

@hashisx
Copy link

hashisx commented Sep 5, 2020

@FrazzIe I utilize both and experienced this bug. It was a "suspect" being escorted into MLO. Myself and another person were outside. While another person and the bugged person went into the MRPD MLO. It seemed rather intermittent but quite frequent we could hear the person no matter where we are. He was taken back outside and it seemed to correct the issue however he went back inside and it started to happen again. I do not know if taking them out of the MLO corrects it briefly or not. Hope this helps.

@neurogen-dev
Copy link
Author

We do not use calls at the moment, only radio. We also noticed that some players cannot hear anyone on the radio.

In addition, some players say that the frequency on the radio is not applied immediately, you need to re-select the frequency, and then it will work.

@hashisx
Copy link

hashisx commented Sep 6, 2020

@FrazzIe Small update. It appears this is only occurs for us when the player that can be heard is attached to another player (escort) and taken into a MLO. I am trying to repro.

@egerdnc
Copy link

egerdnc commented Sep 8, 2020

@FrazzIe Small update. It appears this is only occurs for us when the player that can be heard is attached to another player (escort) and taken into a MLO. I am trying to repro.

did u tried to add mlo's into "interiorproxies.meta" ?

@hashisx
Copy link

hashisx commented Sep 8, 2020

We stopped using that due to an Element, I think, saying it was not recommended and it appeared to stop people from crashing.

Is it possible to have a player be in two chunks at a time?

@FrazzIe
Copy link
Owner

FrazzIe commented Sep 8, 2020

interiorproxies.meta is done automatically now in FiveM. And yes it is possible to broadcast to more than one chunk at a time. At the most you can be in 3-4ish chunks at once basically (one main chunk, X amount surrounding chunks).

@hashisx
Copy link

hashisx commented Sep 9, 2020

Is there anything in particular you need investigated or looked at?

Also interested in your thoughts on how one can isolate VoIP in areas such as the gta v interiors like housing which we create instances for.

@bastienbichonparadize
Copy link

Exact for the issue. Got it too.

@ShadowOfVoid
Copy link

+same here

@lordmaca
Copy link

here, seems when it picks a chunk you can hear everybody in it for few players.

@ShadowOfVoid
Copy link

in latest version , i get spam : [mumble] New Channel: Game Channel [id] which id starts from 1 till 1024 , i guess its related to this issue ? or if not is it a bug ? or ?

@wanderrer
Copy link

Hello,
If you change the voice proximity (going from normal to shout for example and then back to normal) you won't have this issue anymore. You will hear only the people in your range. While creating the instance (when the player joins the server) it somehow messes with the broadcast.

@Tinky124
Copy link

+Same here

@FusionPwN
Copy link

I had this issue, everyone on the map could hear people that got into an instance, my instance script would call the network proximity function (NetworkSetTalkerProximity) I made the script when I was using tokovoip, and didn't remove it after migrating to mumble. I removed it and it seems to be working fine atm

@wanderrer
Copy link

wanderrer commented Nov 5, 2020

On the new OneSync Infinity, if you trigger the proximity function from the client side (client.lua), it will only work on you range bubble (300-500 units radius), in other words will only find the nearest players in your 300-500 units radius, in order to make it work properly, the proximity event must be triggered on the server side (get all the players on the server, and mark the ones closest to you) and then send that back to client side, using a trigger. So it's not a bug in the code per-say, it's the way infinity works now, so the code must be adapted to infinity. For older server using legacy, everything should work just fine.

@Sojobo
Copy link

Sojobo commented Nov 15, 2020

I'm running 3187 and getting the same issue. Not sure how to repro yet but it's ever since we moved to OneSync Infinity.
We use the rp-radio with this too.

@benzon
Copy link

benzon commented Nov 17, 2020

Any update on this?

Seems like it's still a very ongoing issue, and ye sounds like it's based around MLO's

@bitlewis
Copy link

I confirm having deployed mumble-voip, making use of calls and radio features.

At times, some players end up hearing people far exceeding their radius. Will try to reproduce circumstances more precisely to trigger the issue.

@cmrncs
Copy link

cmrncs commented Nov 25, 2020

Also having this issue, mainly after phone calls. Very annoying.

@kem3130115
Copy link

I get this issue after joining a radio channel, I can hear just about everyone in the map.

@minipunch
Copy link

minipunch commented Dec 6, 2020

Some people are complaining that this issue is linked to being in someone's vehicle's backseat??

Edit: I found out my problem was due to something conflicting with rp-radio. Just from a tiny bit of experimenting it seems like setting use2dAudioWhenInVehicle to false fixed my problem. That does break for car passengers talking to each other at high speeds however. Some more work was required than just setting that to false. You can leave it true and make sure players get re-muted.

@thorngard
Copy link

Any idea for fix that ? certain people hear all the server...

@EricTheRed122
Copy link

Any hotfix, 1.3 works fine when we go to 1.5 it breaks, for just 3 of our players.

@CarlBishop
Copy link

Same issue

@DRIFTKINGEVO
Copy link

Have this issue with 1 player

@MichuuPL
Copy link

I have a problem with the rp-radio, everything is uploaded, there are no errors, but no one hears me talking on the radio. Any ideas?

@MichuuPL
Copy link

Any idea for fix that ? certain people hear all the server...

turn off vMenu voice.

@benjatw
Copy link

benjatw commented Jan 28, 2021

Any fix to this, we are still experience the issue with players hearing players from far away.

@EricTheRed122
Copy link

EricTheRed122 commented Jan 29, 2021 via email

@benjatw
Copy link

benjatw commented Jan 29, 2021

i just ended up downgrading the mumble voip until it fixed itself

On Thu, Jan 28, 2021 at 3:26 PM benjatw @.***> wrote: Any fix to this, we are still experience the issue with players hearing players from far away. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#50 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGMWB73GYIIXVP62RZNJPT3S4HJCDANCNFSM4QVQX3YA .

What version are u using, aswell as what FiveM Server Artifact?

@Repentz
Copy link

Repentz commented Feb 10, 2021

Same issue

@Sasino97
Copy link

I confirm it still happens on OneSync Infinity on the latest mumble-voip release

@Skippygamer
Copy link

same

@YellaBoiDre
Copy link

I think I have a general idea on what is happening, just need to find the cause.

for some reason everyone can hear each other and i cant hear anyone..only diff is im the owner...and i have no admins..so why is it everyone else can hear and talk to each other and i cant

@YellaBoiDre
Copy link

please tell me

@YellaBoiDre
Copy link

please tell me

what do i need to do?

@khsadira
Copy link

khsadira commented Nov 2, 2021

any update on this ?
Still have the issue on my server

FrazzIe added a commit that referenced this issue Dec 13, 2021
I never created the grid and at the time I didn't have much of an understanding of how it actually worked. This should actually limit it to 1024 channels and possibly prevent weird issues where you can hear players you aren't supposed to (not 100% sure, but worth a shot) #95, #50, #123 ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests