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

Connection Data ("c=") #29

Open
sante85 opened this issue Aug 8, 2017 · 1 comment
Open

Connection Data ("c=") #29

sante85 opened this issue Aug 8, 2017 · 1 comment

Comments

@sante85
Copy link

sante85 commented Aug 8, 2017

RFC format is c=
but in IceSdpUtils at line 179

mediaDescription.setConnection(sdpFactory.createConnection(
"IN", defaultAddress.getHostAddress(), addressFamily));

fix is exchange parameters:
mediaDescription.setConnection(sdpFactory.createConnection(
"IN", addressFamily, defaultAddress.getHostAddress()));

https://tools.ietf.org/html/rfc4566

Best regards

@ranganathanm
Copy link
Member

ranganathanm commented Aug 8, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants