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

sdess.getAttribute(ICE_PWD/ICE_UFRAG) is null #23

Open
GoogleCodeExporter opened this issue Feb 17, 2016 · 0 comments
Open

sdess.getAttribute(ICE_PWD/ICE_UFRAG) is null #23

GoogleCodeExporter opened this issue Feb 17, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  IceSdpUtils.parseSDP(localAgent, remoteSDP);
2.  print string sdess.getAttribute(ICE_PWD) or ICE_UFRAG is null
3.

What is the expected output? What do you see instead?

sdess.getAttribute(ICE_PWD/ICE_UFRAG) should not be null.
Then startConnectivityEstablishment() cannot complete.

What version of the product are you using? On what operating system?

SVN 415

Please provide any additional information below.

Part of my remoteSDP is following:

a=ice-ufrag:I9KTEufCqgXQFmE4
a=ice-pwd:Jp4CF6Hx3rCLCxc6LnF4tsiU
a=ice-options:google-ice
a=mid:audio
a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=recvonly
a=rtcp-mux
a=rtpmap:111 opus/48000/2
a=fmtp:111 minptime=10
a=rtpmap:103 ISAC/16000
a=rtpmap:104 ISAC/32000
a=rtpmap:0 PCMU/8000

Original issue reported on code.google.com by [email protected] on 29 Jul 2014 at 12:26

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

No branches or pull requests

1 participant