23 Jan
2008
23 Jan
'08
11:26 p.m.
Hi,
What I've done is, I've added all capabilities first and then set the topmost priority for "H.263" (which I assume is dynamic and works for all sizes including 4CIF).
In H323EndPoint derived class,
AddAllCapabilities(0, P_MAX_INDEX, "*"); PStringArray preferenceorder; PString str3_4cif = "H.263"; preferenceorder.AppendString(str3_4cif); capabilities.Reorder(preferenceorder);
This transmits the video to remote site successfully but is not able to show the received video. If CIF is selected at remote site, video is displayed on both sides successfully. But if 4CIF is selected, video is not shown on any side.
Please Help. Thanks in advance. Taranpreet