<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&#8217;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&#8217;ll get 10 redundant recordings<BR>
<BR>
<BR>
On 5/15/15, 1:48 AM, &quot;Denis Jakovlev&quot; &lt;<a href="yadenis@seznam.cz">yadenis@seznam.cz</a>&gt; 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.. &nbsp;<BR>
Simple dialplan<BR>
<BR>
&nbsp;&nbsp;&lt;extension name=&quot;nb_conferences&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^(30\d{2})$&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application=&quot;answer&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application=&quot;set&quot; data=&quot;enable_file_write_buffering=false&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application=&quot;record&quot; data=&quot;/usr/local/freeswitch/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_${uuid}.mp4&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application=&quot;conference&quot; data=&quot;$1-${domain_name}@default&quot;/&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/condition&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/extension&gt;<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>