Hi,<br><br>Has anyone tried to compile the VPMedia library lately? There seem to be some discrepancies between it and the latest version of the UCL common library, particularly with rtp.h/.c:<br><br>-the RTP option RTP_OPT_WEAK_VALIDATION has apparently been changed to RTP_OPT_WAIT_FOR_RTCP - is it safe to change instances of the former (there&#39;s one in VPMSession_net.cpp:82 in VPMedia) to the latter? Do they mean the same thing?<br>
<br>-In VPMSession_net.cpp:438, there&#39;s a use of the function rtp_set_umtp_dest, which has a prototype in rtp.h but no actual definition in rtp.c. Thus, anything that tries to use VPMedia will fail to link, saying undefined reference to `rtp_set_umtp_dest&#39;. This in turn prevents even attempting to compile VP (my actual goal) since it checks whether VPMedia is linkable in its scons configure stage. Is this function supposed to be unimplemented, and if so, does anyone know why it&#39;s being used in VPMedia?<br>
<br>Any info on these issues would be greatly appreciated.<br><br>Thanks,<br>--Andrew<br>