<p dir="ltr">Thanks very much. I'll try it on my Debian 8 server tomorrow and hope it works. </p>
<br><div class="gmail_quote"><div dir="ltr">Shaun Stokes <<a href="mailto:shaun.stokes@itec-support.co.uk">shaun.stokes@itec-support.co.uk</a>> 于 2017年11月12日周日 10:24写道:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-GB" link="blue" vlink="purple">
<div class="m_584054302128870309WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">In a nutshell.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">Debian 8.9 (Net install)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">'deb <a href="http://www.deb-multimedia.org" target="_blank">http://www.deb-multimedia.org</a> jessie main non-free' >> /etc/apt/sources.list<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">'deb-src <a href="http://www.deb-multimedia.org" target="_blank">http://www.deb-multimedia.org</a> jessie main non-free' >> /etc/apt/sources.list<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">apt-get update<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">apt-get install -y --force-yes deb-multimedia-keyring<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">apt-get update<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">apt-get install -y --force-yes ffmpeg<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">apt-get update && apt-get install -y --force-yes curl memcached haveged libssl-dev libvorbis0a libogg0 libogg-dev libvorbis-dev libshout3
 libshout3-dev libmpg123-dev libmp3lame-dev<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">curl <a href="https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub" target="_blank">https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub</a> | apt-key add -<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">"deb <a href="http://files.freeswitch.org/repo/deb/freeswitch-1.6/" target="_blank">http://files.freeswitch.org/repo/deb/freeswitch-1.6/</a> jessie main" > /etc/apt/sources.list.d/freeswitch.list<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">apt-get update && apt-get upgrade<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">apt-get install -y --force-yes freeswitch-video-deps-most<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">## Libavcodec might already be installed at this point in one of the above packages, if so don’t install again.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">apt-get install libavcodec-extra libavcodec-extra-56<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">git config --global pull.rebase true<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">cd /usr/src<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">rm -R freeswitch<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">git clone -b v1.6 <a href="https://freeswitch.org/stash/scm/fs/freeswitch.git" target="_blank">https://freeswitch.org/stash/scm/fs/freeswitch.git</a> /usr/src/freeswitch<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">cd freeswitch<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">./bootstrap.sh -j<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_cidlookup:applications/mod_cidlookup:'<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_memcache:applications/mod_memcache:'<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_curl:applications/mod_curl:'<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_av:applications/mod_av:'<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_directory:applications/mod_directory:'<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_distributor:applications/mod_distributor:'<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_shout:formats/mod_shout:'<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">export CFLAGS="-g -ggdb"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">export MOD_CFLAGS="-g -ggdb"<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --disable-fhs<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">make<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">rm -rf /usr/local/freeswitch/{lib,mod,bin}/*<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">make install<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">make sounds-install moh-install<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">make hd-sounds-install hd-moh-install<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">make cd-sounds-install cd-moh-install<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif"> FreeSWITCH-users [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>]
<b>On Behalf Of </b>??<br>
<b>Sent:</b> 11 November 2017 23:26</span></p></div></div><div lang="EN-GB" link="blue" vlink="purple"><div class="m_584054302128870309WordSection1"><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif"><br>
<b>To:</b> FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>
</span></p></div></div><div lang="EN-GB" link="blue" vlink="purple"><div class="m_584054302128870309WordSection1"><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif"><b>Subject:</b> Re: [Freeswitch-users] Record module for video calls<u></u><u></u></span></p></div></div><div lang="EN-GB" link="blue" vlink="purple"><div class="m_584054302128870309WordSection1">
<p class="MsoNormal"><u></u> <u></u></p>
<p>Could you send me your server configuration (such as OS version and RPMs)? I need to determine if I missed any RPMs or codes.<u></u><u></u></p>
<p>Regards. <u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">Shaun Stokes <<a href="mailto:shaun.stokes@itec-support.co.uk" target="_blank">shaun.stokes@itec-support.co.uk</a>>
<span style="font-family:"Calibri",sans-serif">于</span> 2017<span style="font-family:"Calibri",sans-serif">年</span>11<span style="font-family:"Calibri",sans-serif">月</span>10<span style="font-family:"Calibri",sans-serif">日周五</span> 20:49<span style="font-family:"Calibri",sans-serif">写道:</span><u></u><u></u></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<p class="MsoNormal">I've just tested video recording in mod_av and it works great but if I do need to unload mod_26x.<br>
<br>
Unlike audio recording which combines all channels you have to record each video channel\steam separately (not a problem, just an observation).<br>
uuid_record xxx-xxx-xxx start /tmp/test.mp4<br>
<br>
Shaun<br>
________________________________________<br>
From: FreeSWITCH-users [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] on behalf of Shaun Stokes [<a href="mailto:shaun.stokes@itec-support.co.uk" target="_blank">shaun.stokes@itec-support.co.uk</a>]<br>
Sent: 10 November 2017 08:08<br>
To: FreeSWITCH Users Help<br>
Subject: Re: [Freeswitch-users] Record module for video calls<br>
<br>
It's just a guess, but if you're using mod_av then do you still need mod_h26x as that only supports pass-through mode. Perhaps mod_h26x is being used for the video therefore preventing mod_av from recording (Operation not permitted), again just a guess.<br>
<br>
Does it work if you disable mod_h26x?<br>
<br>
Shaun<br>
________________________________________<br>
From: FreeSWITCH-users [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] on behalf of
<span style="font-family:"Calibri",sans-serif">王聡</span> [<a href="mailto:cong.wang.itsherpa@gmail.com" target="_blank">cong.wang.itsherpa@gmail.com</a>]<br>
Sent: 10 November 2017 01:44<br>
To: FreeSWITCH Users Help<br>
Subject: Re: [Freeswitch-users] Record module for video calls<br>
<br>
Hey all,<br>
<br>
Thanks for your advice, I had checked the PRMs and installed libavcodec-extra, and new codecs had added into mod_av, but it still not works.<br>
<br>
Now mod_av shows error during recordings:<br>
<br>
2017-11-10 10:39:08.255864 [ERR] avformat.c:614 Could not open video codec: Operation not permitted<br>
2017-11-10 10:39:08.255864 [ERR] avformat.c:2505 Error adding video stream<br>
<br>
Codec lists:<br>
<br>
type,name,ikey<br>
codec,ADPCM (IMA),mod_spandsp<br>
codec,AMR / Bandwidth Efficient,mod_amr<br>
codec,AMR / Octet Aligned,mod_amr<br>
codec,B64 (STANDARD),mod_b64<br>
codec,G.711 alaw,CORE_PCM_MODULE<br>
codec,G.711 ulaw,CORE_PCM_MODULE<br>
codec,G.722,mod_spandsp<br>
codec,G.726 16k,mod_spandsp<br>
codec,G.726 16k (AAL2),mod_spandsp<br>
codec,G.726 24k,mod_spandsp<br>
codec,G.726 24k (AAL2),mod_spandsp<br>
codec,G.726 32k,mod_spandsp<br>
codec,G.726 32k (AAL2),mod_spandsp<br>
codec,G.726 40k,mod_spandsp<br>
codec,G.726 40k (AAL2),mod_spandsp<br>
codec,GSM,mod_spandsp<br>
codec,H.261 Video (passthru),mod_h26x<br>
codec,H.263 Video (passthru),mod_h26x<br>
codec,H.263+ Video (passthru),mod_h26x<br>
codec,H.263++ Video (passthru),mod_h26x<br>
codec,H.264 Video (passthru),mod_h26x<br>
codec,H263 Video,mod_av<br>
codec,H263+ Video,mod_av<br>
codec,H264 Video,mod_av<br>
codec,LPC-10,mod_spandsp<br>
codec,OPUS (STANDARD),mod_opus<br>
codec,PROXY PASS-THROUGH,CORE_PCM_MODULE<br>
codec,PROXY VIDEO PASS-THROUGH,CORE_PCM_MODULE<br>
codec,RAW Signed Linear (16 bit),CORE_PCM_MODULE<br>
codec,Speex,CORE_SPEEX_MODULE<br>
codec,VP8 Video,CORE_VPX_MODULE<br>
codec,VP9 Video,CORE_VPX_MODULE<br>
<br>
32 total.<br>
<br>
I had tried to unload mod_h26x but nothing changed. Is there any advices?<br>
<br>
Regards.<br>
<br>
PS. I’ll be appreciate if anyone could send me the documentation about mod_av.<br>
<br>
2017/11/10 2:45<span style="font-family:"Calibri",sans-serif">、</span>Giovanni Maruzzelli <<a href="mailto:gmaruzz@gmail.com" target="_blank">gmaruzz@gmail.com</a><mailto:<a href="mailto:gmaruzz@gmail.com" target="_blank">gmaruzz@gmail.com</a>>><span style="font-family:"Calibri",sans-serif">のメール</span>:<br>
<br>
libavcodec-extra (if you copy and paste)<br>
<br>
<br>
<br>
On 9 November 2017 at 16:34, Michael Jerris <<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a><mailto:<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>>> wrote:<br>
as i said, don’t use mod_vlc, or mod_mp4v2, load mod_av only.  If using debian, make sure you have non free debian repos and install the libavcodecs-extras package.<br>
<br>
On Nov 9, 2017, at 7:30 AM, <span style="font-family:"Calibri",sans-serif">王聡</span> <<a href="mailto:cong.wang.itsherpa@gmail.com" target="_blank">cong.wang.itsherpa@gmail.com</a><mailto:<a href="mailto:cong.wang.itsherpa@gmail.com" target="_blank">cong.wang.itsherpa@gmail.com</a>>>
 wrote:<br>
<br>
Hey all,<br>
<br>
I had tried mod_vlc and mod_av for the recordings, however when I set the record on, no video showed on both caller and callee. Once I turned off the record, the video returns. Both fs_cli and client had no error appeared. Anyone had any idea?<br>
<br>
Server : Freeswitch 1.9.0 (master)<br>
Client : Linphone Android<br>
<br>
EXECUTE sofia/external/<a href="mailto:1001@192.168.109.2" target="_blank">1001@192.168.109.2</a><mailto:<a href="mailto:sofia" target="_blank">sofia</a>/external/<a href="mailto:1001@192.168.109.2" target="_blank">1001@192.168.109.2</a>> record_session(/tmp/test.mp4)<br>
2017-11-09 21:25:37.530640 [DEBUG] avformat.c:1602 sample rate: 48000, channels: 1<br>
2017-11-09 21:25:37.620755 [DEBUG] avformat.c:1745 use video codec: [28] h264 (H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10)<br>
2017-11-09 21:25:37.640746 [WARNING] avformat.c:641 Codec [aac] is experimental feature in libavcodec, never mind<br>
2017-11-09 21:25:37.640746 [NOTICE] avformat.c:670 sample_rate: 44100 nb_samples: 1024<br>
2017-11-09 21:25:37.640746 [NOTICE] avformat.c:673 sample_fmt 8 != AV_SAMPLE_FMT_S16, start resampler<br>
Output #0, mp4, to '/tmp/test.mp4':<br>
    Stream #0.0<br>
: Audio: aac, 44100 Hz, mono, fltp, 131 kb/s<br>
2017-11-09 21:25:37.640746 [INFO] avformat.c:1805 Opening File [/tmp/test.mp4] 44100hz<br>
2017-11-09 21:25:37.640746 [DEBUG] switch_core_file.c:358 File /tmp/test.mp4 sample rate 44100 doesn't match requested rate 48000<br>
<br>
Regards.<br>
<br>
2017/11/09 15:11<span style="font-family:"Calibri",sans-serif">、</span>Freeswitch user <<a href="mailto:freeswitch940@gmail.com" target="_blank">freeswitch940@gmail.com</a><mailto:<a href="mailto:freeswitch940@gmail.com" target="_blank">freeswitch940@gmail.com</a>>><span style="font-family:"Calibri",sans-serif">のメール</span>:<br>
<br>
First install the mp4v2-2.0.0 package then configure freeswitch again .<br>
<br>
On Thu, 9 Nov 2017 at 10:36 AM, <span style="font-family:"Calibri",sans-serif">王聡</span> <<a href="mailto:cong.wang.itsherpa@gmail.com" target="_blank">cong.wang.itsherpa@gmail.com</a><mailto:<a href="mailto:cong.wang.itsherpa@gmail.com" target="_blank">cong.wang.itsherpa@gmail.com</a>>>
 wrote:<br>
Thanks for your advices.<br>
<br>
I had not found the instructions for mod_av, so I tried mp4v2, but got an error.<br>
<br>
making all mod_mp4v2<br>
make[4]: Entering directory '/usr/src/freeswitch/src/mod/applications/mod_mp4v2'<br>
  CC       mod_mp4v2_la-mod_mp4v2.lo<br>
mod_mp4v2.c:37:25: fatal error: mp4v2/mp4v2.h: No such file or directory<br>
 #include <mp4v2/mp4v2.h><br>
                         ^<br>
compilation terminated.<br>
Makefile:657: recipe for target 'mod_mp4v2_la-mod_mp4v2.lo' failed<br>
make[4]: *** [mod_mp4v2_la-mod_mp4v2.lo] Error 1<br>
make[4]: Leaving directory '/usr/src/freeswitch/src/mod/applications/mod_mp4v2'<br>
Makefile:653: recipe for target 'mod_mp4v2-all' failed<br>
make[3]: *** [mod_mp4v2-all] Error 1<br>
make[3]: Leaving directory '/usr/src/freeswitch/src/mod'<br>
Makefile:563: recipe for target 'all-recursive' failed<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory '/usr/src/freeswitch/src'<br>
Makefile:3132: recipe for target 'all-recursive' failed<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory '/usr/src/freeswitch'<br>
Makefile:1402: recipe for target 'all' failed<br>
make: *** [all] Error 2<br>
<br>
It seems that I had missed some files?<br>
<br>
2017/11/09 12:31<span style="font-family:"Calibri",sans-serif">、</span>Michael Jerris <<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a><mailto:<a href="mailto:mike@jerris.com" target="_blank">mike@jerris.com</a>>><span style="font-family:"Calibri",sans-serif">のメール</span>:<br>
<br>
use mod_av.<br>
<br>
On Wed, Nov 8, 2017 at 9:57 PM Freeswitch user <<a href="mailto:freeswitch940@gmail.com" target="_blank">freeswitch940@gmail.com</a><mailto:<a href="mailto:freeswitch940@gmail.com" target="_blank">freeswitch940@gmail.com</a>>> wrote:<br>
Use mod_mp4v2.<br>
<br>
On Thu, 9 Nov 2017 at 7:06 AM, <span style="font-family:"Calibri",sans-serif">王聡</span> <<a href="mailto:cong.wang.itsherpa@gmail.com" target="_blank">cong.wang.itsherpa@gmail.com</a><mailto:<a href="mailto:cong.wang.itsherpa@gmail.com" target="_blank">cong.wang.itsherpa@gmail.com</a>>>
 wrote:<br>
Hi All,<br>
<br>
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" target="_blank">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.<br>
<br>
making all mod_vlc<br>
make[4]: Entering directory '/usr/src/freeswitch/src/mod/formats/mod_vlc'<br>
Makefile:892: *** You must install libvlc-dev to build mod_vlc.<br>
make[4]: Leaving directory '/usr/src/freeswitch/src/mod/formats/mod_vlc'<br>
Makefile:653: recipe for target 'mod_vlc-all' failed<br>
make[3]: *** [mod_vlc-all] Error 1<br>
make[3]: Leaving directory '/usr/src/freeswitch/src/mod'<br>
Makefile:563: recipe for target 'all-recursive' failed<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory '/usr/src/freeswitch/src'<br>
Makefile:3132: recipe for target 'all-recursive' failed<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory '/usr/src/freeswitch'<br>
Makefile:1402: recipe for target 'all' failed<br>
make: *** [all] Error 2<br>
<br>
I had already installed the libvlc-dev but it still can’t built correctly.<br>
<br>
Is there any idea? Or any other way for video call recordings?<br>
<br>
Regards.<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com/</a>><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><<a href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org/</a>><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a>><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com/</a>><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><<a href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org/</a>><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a>><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com/</a>><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><<a href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org/</a>><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a>><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com/</a>><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><<a href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org/</a>><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a>><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com/</a>><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><<a href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org/</a>><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a>><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com/</a>><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><<a href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org/</a>><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a>><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com/</a>><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><<a href="http://confluence.freeswitch.org/" target="_blank">http://confluence.freeswitch.org/</a>><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a>><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a>><br>
<br>
<br>
<br>
--<br>
<br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
OpenTelecom.IT<br>
cell: +39 347 266 56 18<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><mailto:<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
______________________________________________________________________<br>
This message has been checked for all known viruses by MessageLabs Virus Scanning Service.<br>
______________________________________________________________________<br>
<br>
______________________________________________________________________<br>
This message has been checked for all known viruses by  MessageLabs Virus Scanning Service.<br>
______________________________________________________________________<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
______________________________________________________________________<br>
This message has been checked for all known viruses by MessageLabs Virus Scanning Service.<br>
______________________________________________________________________<br>
<br>
______________________________________________________________________<br>
This message has been checked for all known viruses by  MessageLabs Virus Scanning Service.<br>
______________________________________________________________________<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><br>
______________________________________________________________________<br>
This message has been checked for all known viruses by MessageLabs Virus Scanning Service.<br>
______________________________________________________________________<u></u><u></u></p>
</div></div><div lang="EN-GB" link="blue" vlink="purple">
<br clear="both">
______________________________________________________________________<br>
This message has been checked for all known viruses by  MessageLabs Virus Scanning Service.<br>
______________________________________________________________________<br>
</div>


_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></blockquote></div>