Hello,<br><br>My aim is to record the video from both UAC during a video SIP call. I have checkout the &quot;video-media-bug&quot; branch, because as far as I know there is the source code of the mod_mp4v2 and mod_fsv which can record the video during the communication. I would like to view the recorded video later by some external player, so I guess I should focus on the mod_mp4v2, because the *.fsv is just internal FreeSWITCH format. I am compiling on Windows using the Microsoft Visual C++ 2010 Express.<br>
<br>I have firstly compiled the mod_fsv project and replaced the mod_fsv.dll in my FreeSWITCH instalation (1.1.13b). But after running FreeSWITCH I receive the error message box &quot;This application has failed to start because MSVCR100D.dll was not found&quot; and in the console I get the &quot;dll open error&quot; for mod_fsv. Reinstalling the &quot;Visual Studio 2010 C++ Redistributable&quot; package did not help. So I guess the such simple replacement is not working and I will need to compile the whole FreeSWITCH to check how the mod_fsv from &quot;video-media-bug&quot; branch works?<br>
<br>So next I have started focus on the mod_mp4v2, but I was not able to find the project file for this module. This module is placed in the &quot;C:\FS_GIT\src\mod\formats&quot; directory, on the Wiki page I have found that it requires the <span class="h3">mp4v2 2.0.0 code to be copied into that directory, but still I do not see what project should I compile to obtain the mod_mp4v2.dll for FreeSWITCH? Thank you for any ideas and help.<br>
</span>