rebeccajing / ice4j

Automatically exported from code.google.com/p/ice4j
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 ecast0...@gmail.com on 29 Jul 2014 at 12:26