<html><head><title>[Freeswitch-users] Video record problem</title>
</head>
<body>
<span style=" font-family:'calibri'; font-size: 11pt;">Hi all,<br>
<br>
<span style=" font-family:'Courier New'; font-size: 9pt;">I'm trying to make a video recording of the conference calls (sound works without problems)<br>
<br>
Easy extension<br>
<br>
<span style=" font-family:'times new roman'; font-size: 10pt; color: #000088; background-color: #fafafa;">&lt;extension <span style=" color: #660066;">name<span style=" color: #666600;">=<span style=" color: #008800;">"conference_set_auto_outcall"<span style=" color: #000088;">&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; <span style=" color: #000088;">&lt;condition <span style=" color: #660066;">field<span style=" color: #666600;">=<span style=" color: #008800;">"destination_number" <span style=" color: #660066;">expression<span style=" color: #666600;">=<span style=" color: #008800;">"^(12345)$"<span style=" color: #000088;">&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"answer"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"execute_extension" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"RECORD"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"set" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"conference_auto_outcall_timeout=3"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"set" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"conference_auto_outcall_flags=none"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"set" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"conference_auto_outcall_caller_id_name=$${effective_caller_id_name}"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"set" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"conference_auto_outcall_caller_id_number=$${effective_caller_id_number}"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"set" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"conference_auto_outcall_profile=default"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"conference_set_auto_outcall" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"{ignore_early_media=true}user/1005@$${domain}"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; <span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"conference" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"$1@simple"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; <span style=" color: #000088;">&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
</span><span style=" font-family:'Courier New'; font-size: 9pt; background-color: transparent;">Plus extension for recording<br>
<br>
<span style=" font-family:'times new roman'; font-size: 10pt; color: #000088; background-color: #fafafa;">&lt;extension <span style=" color: #660066;">name<span style=" color: #666600;">=<span style=" color: #008800;">"video record that call"<span style=" color: #000088;">&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp;<span style=" color: #000088;">&lt;condition <span style=" color: #660066;">field<span style=" color: #666600;">=<span style=" color: #008800;">"destination_number" <span style=" color: #660066;">expression<span style=" color: #666600;">=<span style=" color: #008800;">"^RECORD$" <span style=" color: #660066;">break<span style=" color: #666600;">=<span style=" color: #008800;">"on-true"<span style=" color: #000088;">&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"set" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"res=${bgapi uuid_setvar ${uuid} enable_file_write_buffering false}"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=" color: #000088;">&lt;action <span style=" color: #660066;">application<span style=" color: #666600;">=<span style=" color: #008800;">"set" <span style=" color: #660066;">data<span style=" color: #666600;">=<span style=" color: #008800;">"res=${bgapi uuid_record ${uuid} start /usr/local/freeswitch/recordings/Video_${uuid}.fsv}"<span style=" color: #000088;">/&gt;<br>
<span style=" color: #000000;"> &nbsp; &nbsp; &nbsp;<span style=" color: #000088;">&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
</span><span style=" font-family:'Courier New'; font-size: 9pt; background-color: transparent;"> &nbsp;<br>
<span style=" font-family:'times new roman'; font-size: 10pt; background-color: #fafafa;">But I always have an error in the log.<br>
<br>
<span style=" color: #006666;">2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">37.601687 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> mod_fsv<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">702 <span style=" color: #660066;">You<span style=" color: #000000;"> are asking to write <span style=" color: #006666;">1024<span style=" color: #000000;"> bytes of data which <span style=" color: #000088;">is not<span style=" color: #000000;"> supported<span style=" color: #666600;">. <span style=" color: #660066;">Please <span style=" color: #000088;">set<span style=" color: #000000;"> enable_file_write_buffering<span style=" color: #666600;">=<span style=" color: #000088;">false<span style=" color: #000000;"> to <span style=" color: #000088;">use <span style=" color: #666600;">.<span style=" color: #000000;">fsv format<br>
fe2f13e2<span style=" color: #666600;">-<span style=" color: #000000;">f3e3<span style=" color: #666600;">-<span style=" color: #006666;">11e4<span style=" color: #666600;">-<span style=" color: #006666;">91db<span style=" color: #666600;">-<span style=" color: #006666;">33c69ed9247a 2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">37.601687 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> switch_ivr_async<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">1155 <span style=" color: #660066;">Error<span style=" color: #000000;"> writing <span style=" color: #666600;">/<span style=" color: #000000;">usr<span style=" color: #666600;">/<span style=" color: #000088;">local<span style=" color: #666600;">/<span style=" color: #000000;">freeswitch<span style=" color: #666600;">/<span style=" color: #000000;">recordings<span style=" color: #666600;">/<span style=" color: #660066;">Video_fe2f13e2<span style=" color: #666600;">-<span style=" color: #000000;">f3e3<span style=" color: #666600;">-<span style=" color: #006666;">11e4<span style=" color: #666600;">-<span style=" color: #006666;">91db<span style=" color: #666600;">-<span style=" color: #006666;">33c69ed9247a<span style=" color: #666600;">.<span style=" color: #000000;">fsv<br>
<span style=" color: #006666;">2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">37.721700 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> mod_fsv<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">702 <span style=" color: #660066;">You<span style=" color: #000000;"> are asking to write <span style=" color: #006666;">1024<span style=" color: #000000;"> bytes of data which <span style=" color: #000088;">is not<span style=" color: #000000;"> supported<span style=" color: #666600;">. <span style=" color: #660066;">Please <span style=" color: #000088;">set<span style=" color: #000000;"> enable_file_write_buffering<span style=" color: #666600;">=<span style=" color: #000088;">false<span style=" color: #000000;"> to <span style=" color: #000088;">use <span style=" color: #666600;">.<span style=" color: #000000;">fsv format<br>
fe2f13e2<span style=" color: #666600;">-<span style=" color: #000000;">f3e3<span style=" color: #666600;">-<span style=" color: #006666;">11e4<span style=" color: #666600;">-<span style=" color: #006666;">91db<span style=" color: #666600;">-<span style=" color: #006666;">33c69ed9247a 2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">37.721700 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> switch_ivr_async<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">1155 <span style=" color: #660066;">Error<span style=" color: #000000;"> writing <span style=" color: #666600;">/<span style=" color: #000000;">usr<span style=" color: #666600;">/<span style=" color: #000088;">local<span style=" color: #666600;">/<span style=" color: #000000;">freeswitch<span style=" color: #666600;">/<span style=" color: #000000;">recordings<span style=" color: #666600;">/<span style=" color: #660066;">Video_fe2f13e2<span style=" color: #666600;">-<span style=" color: #000000;">f3e3<span style=" color: #666600;">-<span style=" color: #006666;">11e4<span style=" color: #666600;">-<span style=" color: #006666;">91db<span style=" color: #666600;">-<span style=" color: #006666;">33c69ed9247a<span style=" color: #666600;">.<span style=" color: #000000;">fsv<br>
<span style=" color: #006666;">2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">37.861731 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> mod_fsv<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">702 <span style=" color: #660066;">You<span style=" color: #000000;"> are asking to write <span style=" color: #006666;">1024<span style=" color: #000000;"> bytes of data which <span style=" color: #000088;">is not<span style=" color: #000000;"> supported<span style=" color: #666600;">. <span style=" color: #660066;">Please <span style=" color: #000088;">set<span style=" color: #000000;"> enable_file_write_buffering<span style=" color: #666600;">=<span style=" color: #000088;">false<span style=" color: #000000;"> to <span style=" color: #000088;">use <span style=" color: #666600;">.<span style=" color: #000000;">fsv format<br>
fe2f13e2<span style=" color: #666600;">-<span style=" color: #000000;">f3e3<span style=" color: #666600;">-<span style=" color: #006666;">11e4<span style=" color: #666600;">-<span style=" color: #006666;">91db<span style=" color: #666600;">-<span style=" color: #006666;">33c69ed9247a 2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">37.861731 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> switch_ivr_async<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">1155 <span style=" color: #660066;">Error<span style=" color: #000000;"> writing <span style=" color: #666600;">/<span style=" color: #000000;">usr<span style=" color: #666600;">/<span style=" color: #000088;">local<span style=" color: #666600;">/<span style=" color: #000000;">freeswitch<span style=" color: #666600;">/<span style=" color: #000000;">recordings<span style=" color: #666600;">/<span style=" color: #660066;">Video_fe2f13e2<span style=" color: #666600;">-<span style=" color: #000000;">f3e3<span style=" color: #666600;">-<span style=" color: #006666;">11e4<span style=" color: #666600;">-<span style=" color: #006666;">91db<span style=" color: #666600;">-<span style=" color: #006666;">33c69ed9247a<span style=" color: #666600;">.<span style=" color: #000000;">fsv<br>
<span style=" color: #006666;">2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">37.981710 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> mod_fsv<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">702 <span style=" color: #660066;">You<span style=" color: #000000;"> are asking to write <span style=" color: #006666;">1024<span style=" color: #000000;"> bytes of data which <span style=" color: #000088;">is not<span style=" color: #000000;"> supported<span style=" color: #666600;">. <span style=" color: #660066;">Please <span style=" color: #000088;">set<span style=" color: #000000;"> enable_file_write_buffering<span style=" color: #666600;">=<span style=" color: #000088;">false<span style=" color: #000000;"> to <span style=" color: #000088;">use <span style=" color: #666600;">.<span style=" color: #000000;">fsv format<br>
fe2f13e2<span style=" color: #666600;">-<span style=" color: #000000;">f3e3<span style=" color: #666600;">-<span style=" color: #006666;">11e4<span style=" color: #666600;">-<span style=" color: #006666;">91db<span style=" color: #666600;">-<span style=" color: #006666;">33c69ed9247a 2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">37.981710 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> switch_ivr_async<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">1155 <span style=" color: #660066;">Error<span style=" color: #000000;"> writing <span style=" color: #666600;">/<span style=" color: #000000;">usr<span style=" color: #666600;">/<span style=" color: #000088;">local<span style=" color: #666600;">/<span style=" color: #000000;">freeswitch<span style=" color: #666600;">/<span style=" color: #000000;">recordings<span style=" color: #666600;">/<span style=" color: #660066;">Video_fe2f13e2<span style=" color: #666600;">-<span style=" color: #000000;">f3e3<span style=" color: #666600;">-<span style=" color: #006666;">11e4<span style=" color: #666600;">-<span style=" color: #006666;">91db<span style=" color: #666600;">-<span style=" color: #006666;">33c69ed9247a<span style=" color: #666600;">.<span style=" color: #000000;">fsv<br>
<span style=" color: #006666;">2015<span style=" color: #666600;">-<span style=" color: #006666;">05<span style=" color: #666600;">-<span style=" color: #006666;">06 13<span style=" color: #666600;">:<span style=" color: #006666;">35<span style=" color: #666600;">:<span style=" color: #006666;">38.101712 <span style=" color: #666600;">[<span style=" color: #000000;">ERR<span style=" color: #666600;">]<span style=" color: #000000;"> mod_fsv<span style=" color: #666600;">.<span style=" color: #000000;">c<span style=" color: #666600;">:<span style=" color: #006666;">702 <span style=" color: #660066;">You<span style=" color: #000000;"> are asking to write <span style=" color: #006666;">1024<span style=" color: #000000;"> bytes of data which <span style=" color: #000088;">is not<span style=" color: #000000;"> supported<span style=" color: #666600;">. <span style=" color: #660066;">Please <span style=" color: #000088;">set<span style=" color: #000000;"> enable_file_write_buffering<span style=" color: #666600;">=<span style=" color: #000088;">false<span style=" color: #000000;"> to <span style=" color: #000088;">use <span style=" color: #666600;">.<span style=" color: #000000;">fsv format <br>
<br>
<br>
Although this option, I of course turn. <br>
<br>
</span><span style=" font-family:'Courier New'; font-size: 9pt; color: #000000; background-color: transparent;">Hence the question. Is there a possibility to include this option globally? Or how it can be solved differently? What am I doing wrong?<br>
<br>
<span style=" font-family:'calibri'; color: #c0c0c0;"><i>-- <br>
S pozdravem,<br>
Ing.Denis Jakovlev &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
mob.tel. 775-415-382</body></html>