<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. Full support for this and everything you are trying to do is coming in 1.6. Stay tuned for beta announcements on that coming soon. You can try out the feature branch if you like, more info is available at: <a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video" class="">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video</a> . 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 <<a href="mailto:yadenis@seznam.cz" class="">yadenis@seznam.cz</a>> 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=""><include><br class=""><context name="centos"><br class=""><extension name="from-centos"><br class=""><condition field="destination_number" expression="^(onops)$"><br class=""><action application="record_fsv"<br class="">data="/usr/local/freeswitch/recordings/testrecord.fsv"/><br class=""><action application="sleep" data="100"/><br class=""><action application="bridge" data="<a href="mailto:user/1004@172.16.0.2" class="">user/1004@172.16.0.2</a>"/><br class=""><action application="hangup"/><br class=""></condition><br class=""></extension><br class=""></context><br class=""></include><br class=""><br class="">I tried to change the context<br class=""><include><br class=""> <context name="centos"><br class=""> <extension name="from-centos"><br class=""> <condition field="destination_number" expression="^(onops)$"><br class=""> <action application="export" data="execute_on_answer=uuid_record ${uuid}<br class="">start /usr/local/freeswitch/recordings/testrecord.fsv"/> <br class=""> <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>"/><br class=""> <action application="hangup"/><br class=""> </condition><br class=""> </extension><br class=""> </context><br class=""></include><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 <uuid> enable_file_write_buffering false (its says ok)<br class="">and<br class="">uuid_record <uuid> 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> </div></body></html>