zhqiyi / imsdroid

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

imsdroid sends several incorrect video packets before we have click on "Send video" button. #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start imsdroid and select video codec H.263-1998
2.Start Linphone (http://www.linphone.org/)with H.263-1998 
3.Make visio call beetween linphone client and imsdroid 

What is the expected output?
No video before the click on "Send video" button of imsdroid
What do you see instead?
imsdroid sends several (41,42,43) H263+ video packets before the click
these packets are incorrect (not pictures)
the RTP timestamp of the first correct video packet (267) is not correct:
True delay between packet n°267 and n°43 = 7 seconds
delay from RTP timestamp between these packets (267 and 43) = 66.67ms   
What version of the product are you using? On what operating system?
imsdroid V1.2.355 (dobango r542)

Please provide any additional information below.
-> wireshark 

Original issue reported on code.google.com by nicolas....@gmail.com on 21 Feb 2011 at 1:19

Attachments:

GoogleCodeExporter commented 9 years ago
wrong packets number :
41,42,43 -> 9,10,11
267 -> 223

Original comment by nicolas....@gmail.com on 21 Feb 2011 at 1:55

GoogleCodeExporter commented 9 years ago
The client will always send 3 "blank" packets when the session get connected. 
These packets are sent to open a pinhole in the NAT.
For more information: http://code.google.com/p/imsdroid/issues/detail?id=103#c1

Original comment by boss...@yahoo.fr on 21 Feb 2011 at 2:08