<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Recording video was barely a feature in 1.4. &nbsp;Full support for this and everything you are trying to do is coming in 1.6. &nbsp;Stay tuned for beta announcements on that coming soon. &nbsp;You can try out the feature branch if you like, more info is available at:&nbsp;<a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video" class="">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video</a>&nbsp;. &nbsp;We are still working on docs so please be patient as we gather all of that information.<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 30, 2015, at 7:46 AM, dex_Cz &lt;<a href="mailto:yadenis@seznam.cz" class="">yadenis@seznam.cz</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">Hi guys!<br class="">I have a question. Somebody tried to record in the FSV file when i bridge<br class="">call?<br class="">I hame a simple context from example. But it is not working.<br class="">&lt;include&gt;<br class="">&lt;context name="centos"&gt;<br class="">&lt;extension name="from-centos"&gt;<br class="">&lt;condition field="destination_number" expression="^(onops)$"&gt;<br class="">&lt;action application="record_fsv"<br class="">data="/usr/local/freeswitch/recordings/testrecord.fsv"/&gt;<br class="">&lt;action application="sleep" data="100"/&gt;<br class="">&lt;action application="bridge" data="<a href="mailto:user/1004@172.16.0.2" class="">user/1004@172.16.0.2</a>"/&gt;<br class="">&lt;action application="hangup"/&gt;<br class="">&lt;/condition&gt;<br class="">&lt;/extension&gt;<br class="">&lt;/context&gt;<br class="">&lt;/include&gt;<br class=""><br class="">I tried to change the context<br class="">&lt;include&gt;<br class=""> &lt;context name="centos"&gt;<br class=""> &nbsp;&lt;extension name="from-centos"&gt;<br class=""> &nbsp;&nbsp;&lt;condition field="destination_number" expression="^(onops)$"&gt;<br class=""> &nbsp;&nbsp;&nbsp;&lt;action application="export" data="execute_on_answer=uuid_record ${uuid}<br class="">start /usr/local/freeswitch/recordings/testrecord.fsv"/&gt; <br class=""> &nbsp;&nbsp;&nbsp;&lt;action application="bridge"<br class="">data="{ignore_early_media=true}<a href="mailto:user/1004@172.16.0.2" class="">user/1004@172.16.0.2</a>"/&gt;<br class=""> &nbsp;&nbsp;&nbsp;&lt;action application="hangup"/&gt;<br class=""> &nbsp;&nbsp;&lt;/condition&gt;<br class=""> &nbsp;&lt;/extension&gt;<br class=""> &lt;/context&gt;<br class="">&lt;/include&gt;<br class=""><br class="">It also did not help. In the end I try to enter these commands from the<br class="">console<br class="">uuid_setvar &lt;uuid&gt; enable_file_write_buffering false (its says ok)<br class="">and<br class="">uuid_record &lt;uuid&gt; start /usr/local/freeswitch/recordings/testrecord.fsv<br class=""><br class="">But i have a error <br class=""><br class="">2015-04-30 12:27:16.635463 [ERR] mod_fsv.c:702 You are asking to write 342<br class="">bytes of data which is not supported. Please set<br class="">enable_file_write_buffering=false to use .fsv format<br class="">5e9ce2b0-ef23-11e4-b181-d1f037dabce9 2015-04-30 12:27:16.635463 [ERR]<br class="">switch_ivr_async.c:1155 Error writing<br class="">/usr/local/freeswitch/recordings/testrecord.fsv<br class=""><br class="">Anyone can help me, What I'm doing wrong?<br class=""><br class=""></div></blockquote></div>&nbsp;</div></body></html>