[Freeswitch-users] Video record problem

Denis Jakovlev yadenis at seznam.cz
Wed May 6 15:47:51 MSD 2015


Hi all,

I'm trying to make a video recording of the conference calls (sound works without problems)

Easy extension

<extension name="conference_set_auto_outcall">
     <condition field="destination_number" expression="^(12345)$">
       <action application="answer"/>
       <action application="execute_extension" data="RECORD"/>
       <action application="set" data="conference_auto_outcall_timeout=3"/>
       <action application="set" data="conference_auto_outcall_flags=none"/>
       <action application="set" data="conference_auto_outcall_caller_id_name=$${effective_caller_id_name}"/>
       <action application="set" data="conference_auto_outcall_caller_id_number=$${effective_caller_id_number}"/>
       <action application="set" data="conference_auto_outcall_profile=default"/>
       <action application="conference_set_auto_outcall" data="{ignore_early_media=true}user/1005@$${domain}"/>
       <action application="conference" data="$1 at simple"/>
     </condition>
</extension>

Plus extension for recording

<extension name="video record that call">
      <condition field="destination_number" expression="^RECORD$" break="on-true">
            <action application="set" data="res=${bgapi uuid_setvar ${uuid} enable_file_write_buffering false}"/>
            <action application="set" data="res=${bgapi uuid_record ${uuid} start /usr/local/freeswitch/recordings/Video_${uuid}.fsv}"/>
      </condition>
</extension>
  
But I always have an error in the log.

2015-05-06 13:35:37.601687 [ERR] mod_fsv.c:702 You are asking to write 1024 bytes of data which is not supported. Please set enable_file_write_buffering=false to use .fsv format
fe2f13e2-f3e3-11e4-91db-33c69ed9247a 2015-05-06 13:35:37.601687 [ERR] switch_ivr_async.c:1155 Error writing /usr/local/freeswitch/recordings/Video_fe2f13e2-f3e3-11e4-91db-33c69ed9247a.fsv
2015-05-06 13:35:37.721700 [ERR] mod_fsv.c:702 You are asking to write 1024 bytes of data which is not supported. Please set enable_file_write_buffering=false to use .fsv format
fe2f13e2-f3e3-11e4-91db-33c69ed9247a 2015-05-06 13:35:37.721700 [ERR] switch_ivr_async.c:1155 Error writing /usr/local/freeswitch/recordings/Video_fe2f13e2-f3e3-11e4-91db-33c69ed9247a.fsv
2015-05-06 13:35:37.861731 [ERR] mod_fsv.c:702 You are asking to write 1024 bytes of data which is not supported. Please set enable_file_write_buffering=false to use .fsv format
fe2f13e2-f3e3-11e4-91db-33c69ed9247a 2015-05-06 13:35:37.861731 [ERR] switch_ivr_async.c:1155 Error writing /usr/local/freeswitch/recordings/Video_fe2f13e2-f3e3-11e4-91db-33c69ed9247a.fsv
2015-05-06 13:35:37.981710 [ERR] mod_fsv.c:702 You are asking to write 1024 bytes of data which is not supported. Please set enable_file_write_buffering=false to use .fsv format
fe2f13e2-f3e3-11e4-91db-33c69ed9247a 2015-05-06 13:35:37.981710 [ERR] switch_ivr_async.c:1155 Error writing /usr/local/freeswitch/recordings/Video_fe2f13e2-f3e3-11e4-91db-33c69ed9247a.fsv
2015-05-06 13:35:38.101712 [ERR] mod_fsv.c:702 You are asking to write 1024 bytes of data which is not supported. Please set enable_file_write_buffering=false to use .fsv format 


Although this option, I of course turn. 

Hence the question. Is there a possibility to include this option globally? Or how it can be solved differently? What am I doing wrong?

-- 
S pozdravem,
Ing.Denis Jakovlev                           
mob.tel. 775-415-382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150506/3686e2a5/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list