<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi All,<div class=""><br class=""></div><div class="">Recently I need to record all contents for video calls on my FS server to make sure no illegal contents, and I found mod_vlc (<a href="https://wiki.freeswitch.org/wiki/Mod_vlc" class="">https://wiki.freeswitch.org/wiki/Mod_vlc</a>) which might helps. However, I got some troubles during my build, it shows no dependencies for this mod.</div><div class=""><br class=""></div><div class=""><div class="">making all mod_vlc</div><div class="">make[4]: Entering directory '/usr/src/freeswitch/src/mod/formats/mod_vlc'</div><div class="">Makefile:892: *** You must install libvlc-dev to build mod_vlc.</div><div class="">make[4]: Leaving directory '/usr/src/freeswitch/src/mod/formats/mod_vlc'</div><div class="">Makefile:653: recipe for target 'mod_vlc-all' failed</div><div class="">make[3]: *** [mod_vlc-all] Error 1</div><div class="">make[3]: Leaving directory '/usr/src/freeswitch/src/mod'</div><div class="">Makefile:563: recipe for target 'all-recursive' failed</div><div class="">make[2]: *** [all-recursive] Error 1</div><div class="">make[2]: Leaving directory '/usr/src/freeswitch/src'</div><div class="">Makefile:3132: recipe for target 'all-recursive' failed</div><div class="">make[1]: *** [all-recursive] Error 1</div><div class="">make[1]: Leaving directory '/usr/src/freeswitch'</div><div class="">Makefile:1402: recipe for target 'all' failed</div><div class="">make: *** [all] Error 2</div></div><div class=""><br class=""></div><div class="">I had already installed the libvlc-dev but it still can’t built correctly. </div><div class=""><br class=""></div><div class="">Is there any idea? Or any other way for video call recordings?</div><div class=""><br class=""></div><div class="">Regards.</div></body></html>