Had the same problem: You need to inform that PJSIP should not use the old MMSystem-API of windows but the newer from Windows Vista “WASAPI”. In wmme_dev.c: #ifndef PJMEDIA_WMME_DEV_USE_MMDEVICE_API # if defined(_WIN32_WINNT) && (_WIN32_WINNT>=0x0600) # define PJMEDIA_WMME_DEV_USE_MMDEVICE_API 1 # else # define PJMEDIA_WMME_DEV_USE_MMDEVICE_API 0 # endif #endif _WIN32_WINNT should be at least 0x0600! Cheers Martin Von: pjsip <pjsip-bounces@xxxxxxxxxxxxxxx> Im Auftrag von ????? ????????? via pjsip Hi, guys! |
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org