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

feature: show media streams when mixed IPv4 and IPv6 for media and signaling #331

Open
sergey-safarov opened this issue Sep 30, 2020 · 2 comments
Milestone

Comments

@sergey-safarov
Copy link
Contributor

sergey-safarov commented Sep 30, 2020

In our installation, we use different protocols for call signaling and for RTP media (details in the attached PCAP).
The current master does not show RTP streams in such a case.

Could you add support for such a case?
mixed-ipv4-ipv6.pcap.gz

@Kaian
Copy link
Member

Kaian commented Sep 30, 2020

Hi,

The problem was related with how SDP connection string was being parsed. It was expecting c=IN IP4 as starting characters so it didn't match data for IPv6 streams.

With above commit, SDP connection address should be parsed and streams will be displayed. We may need to truncate IPv6 addresses in Call flow columns because they seem to overlap.

Thanks for opening the issue and the test file!!

Regards

@Kaian Kaian added this to the 1.4.8 milestone Sep 30, 2020
@sergey-safarov
Copy link
Contributor Author

sergey-safarov commented Sep 30, 2020

Just checked the current master.
Tested works as expected.

We may need to truncate IPv6 addresses in Call flow columns because they seem to overlap.

yes, looks as this required.

@Kaian Kaian modified the milestones: 1.4.8, future Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants