<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="">just like you do to record audio in a conference. &nbsp;Check out the conference confluence page.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 15, 2015, at 9:18 AM, Denis Jakovlev &lt;<a href="mailto:yadenis@seznam.cz" class="">yadenis@seznam.cz</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><title class="">Re: [Freeswitch-users] MP4 record in 1.6</title>

<div class="">
<span style=" font-family:'Courier New'; font-size: 9pt;" class="">Dobrý den,<br class="">
<br class="">
Ok. And how to do it right?<br class="">
<br class="">
<span style=" font-family:'calibri'; color: #c0c0c0;" class=""><i class="">-- <br class="">
S pozdravem,<br class="">
Ing.Denis Jakovlev &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br class="">
mob.tel. 775-415-382<br class="">
<br class="">
pátek 15. května 2015, 14:59:45, napsal jste:<br class="">
<br class="">
</i></span></span><table class="">
<tbody class=""><tr class="">
<td width="2" bgcolor="#0000ff" class=""><br class="">
</td>
<td class=""><span style=" font-family:'courier new'; font-size: 11pt;" class="">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 class="">
<br class="">
<br class="">
On 5/15/15, 1:48 AM, "Denis Jakovlev" &lt;</span><a style=" font-family:'courier new'; font-size: 11pt;" href="x-msg://51/yadenis@seznam.cz" class="">yadenis@seznam.cz</a><span style=" font-family:'courier new'; font-size: 11pt;" class="">&gt; wrote:<br class="">
<br class="">
<span style=" font-size: 9pt;" class="">Hi All,<br class="">
<br class="">
New FreeSWITCH 1.6 Video on Debian 8.<br class="">
<br class="">
I try to record MP4 file in the conference.. &nbsp;<br class="">
Simple dialplan<br class="">
<br class="">
 &nbsp;&lt;extension name="nb_conferences"&gt;<br class="">
 &nbsp; &nbsp; &nbsp;&lt;condition field="destination_number" expression="^(30\d{2})$"&gt;<br class="">
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="answer"/&gt;<br class="">
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="enable_file_write_buffering=false"/&gt;<br class="">
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="record" data="/usr/local/freeswitch/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_${uuid}.mp4"/&gt;<br class="">
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="conference" data="$1-${domain_name}@default"/&gt;<br class="">
 &nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br class="">
 &nbsp; &nbsp;&lt;/extension&gt;<br class="">
<br class="">
It works. Even something writes. But I can not play this file (The file in the attachment). What am I doing wrong?<br class=""></span></span></td></tr></tbody></table></div></div></blockquote></div><br class=""></div></body></html>