paulhsu / libjingle

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

call doesn't work with testdata #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I used this sample to make a call or vcall to gmail web page with the rtpdump 
file in testdata folder .It works in 0.5.1.Now I'm testing 0.6.0 and 0.6.3, it 
doesn't work  both on Win7 and ubunt10.10.I got the follwing error message
Jingle:Channel[video_rtp|_W]: Removed connection (2 remaining)
Jingle:Conn[video_rtp:0:stun:udp:111.161.72.3:17083->video_rtp:0:stun:udp:111.1
1.72.3:14855|C--|-]: Connection deleted
Jingle:Channel[video_rtp|_W]: Removed connection (1 remaining)
Warning(srtpfilter.cc:387): Failed to unprotect SRTP packet, err=7
Error(channel.cc:368): Failed to unprotect video RTP packet: size=50, seqnum=1,
SSRC=3183801510
Warning(srtpfilter.cc:387): Failed to unprotect SRTP packet, err=7
Error(channel.cc:368): Failed to unprotect audio RTP packet: size=70, seqnum=6,
SSRC=4076278913
Jingle:Net[Intel(R):192.168.1.100]: Allocation Phase=Relay (Step=1)
Jingle:Port[:0:relay:Net[Intel(R):192.168.1.100]]: Port created
Jingle:Port[video_rtcp:0:relay:Net[Intel(R):192.168.1.100]]: Added port to allo
ator
Warning(relayport.cc:441): No more relay addresses left to try
Jingle:Net[Intel(R):192.168.1.100]: Allocation Phase=Relay (Step=1)

I have try to set secure to disable.The session can start, but will break off 
in few second.And I got the error message in attachment file.
Does I miss something?
Thanks

Original issue reported on code.google.com by Dawnw...@gmail.com on 20 Dec 2011 at 4:26

Attachments:

GoogleCodeExporter commented 9 years ago
Tested out with libjingle 0.6.10 (the current build), it works fine. 
Please reopen this issue if you have any issues with the current build.

Original comment by jun...@google.com on 9 Feb 2012 at 7:18