-
Notifications
You must be signed in to change notification settings - Fork 17
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
Using ESL, all RTCP events are to and from 127.0.0.1 #19
Comments
@noahmehl this is entirely depending on whatever your ESL is providing the script with, see code:
|
@lmangani you're right, that it would depend, but even when reviewing the code, we don't understand how this would even find a correlation between an "RECV_RTCP_MESSAGE" and the actual details of " `Content-Length: 954 Event-Name: RECV_RTCP_MESSAGE The function from: Line 165 in 09fb9e6
We're wondering if either:
This is interesting because the code is looking for "variable_remote_audio_ip_reported", which doesn't exist in our events, at all... |
There's quite a lot of correlation ongoing in the background and being stored in memory to link and backfill details between events of different type. I didn; t have a chance to review your workflow but I'm quite certain we have a number of users successfully extracting data so perhaps you can plant a few debug hooks in the code and/our better outline the current vs. expected results with the specific details. |
If you end up identifying the missing correlation step you can pull a cached CID as in the following example:
|
@lmangani We see where Receptacle is being used to set some values: Lines 93 to 115 in 09fb9e6
However, as far as we can tell, none of the aforementioned headers are being set. Is there another place this is happening? |
I think we understand, and we're working on a PR for this. |
Any update on this? |
Even though all RTP parties have public IP addresses...
The text was updated successfully, but these errors were encountered: