<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] MP4 record in 1.6</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Don’t set that from the dialplan, trigger it with the conference recording command, else you will record each conference participant and if you have 10 different people in the conf you’ll get 10 redundant recordings<BR>
<BR>
<BR>
On 5/15/15, 1:48 AM, "Denis Jakovlev" <<a href="yadenis@seznam.cz">yadenis@seznam.cz</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="1"><FONT FACE="Courier New"><SPAN STYLE='font-size:9pt'>Hi All,<BR>
<BR>
New FreeSWITCH 1.6 Video on Debian 8.<BR>
<BR>
I try to record MP4 file in the conference.. <BR>
Simple dialplan<BR>
<BR>
<extension name="nb_conferences"><BR>
<condition field="destination_number" expression="^(30\d{2})$"><BR>
<action application="answer"/><BR>
<action application="set" data="enable_file_write_buffering=false"/><BR>
<action application="record" data="/usr/local/freeswitch/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_${uuid}.mp4"/><BR>
<action application="conference" data="$1-${domain_name}@default"/><BR>
</condition><BR>
</extension><BR>
<BR>
It works. Even something writes. But I can not play this file (The file in the attachment). What am I doing wrong?<BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="1"><FONT FACE="Courier New"><SPAN STYLE='font-size:9pt'><BR>
</SPAN></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>-- <BR>
Ken<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><BR>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><BR>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><BR>
</U></FONT>irc.freenode.net #freeswitch<BR>
Twitter: @FreeSWITCH<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>