You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Start IMSDroid and select video codec = H264-BP20
2.Start Linphone (http://www.linphone.org/) with H264 plugin
3.Make visio call beetween linphone client and IMSDroid
What is the expected output? What do you see instead?
The incoming video (from linphone client to IMSDroid) is correctly played on
the android device (Desire) but there is no video on Linphone client despite of
sends RTP/H264 from IMSDroid to Linphone client (wireshare traces in
attachement).
The study of this trace show that:
1. The Sequence Parameter Set (SPS) is correctly set nal_type = 7
2. The Picture Parameter Set (PPS) is not well set.
The PPS is concatenated with the Supplemental enhancement information (SEI) and put in a FU_A which is not correct.
The PPS must be put in a single packet with nal_type = 8
The SEI must be put in single packet with nal_type = 6
3.The next frame is a non IDR picture (nal_type=1) which not correct an IDR
must be send (nal_type=5)
4.After the nal_type seems to be not well set, because there is no nal_type = 5
(IDR picture -> Key frame) in the trace
What version of the product are you using? On what operating system?
v1.0.271(doubango r479)
Please provide any additional information below.
Original issue reported on code.google.com by nicolas....@gmail.com on 31 Aug 2010 at 5:38
Original issue reported on code.google.com by
nicolas....@gmail.com
on 31 Aug 2010 at 5:38Attachments:
The text was updated successfully, but these errors were encountered: