<p dir="ltr">Cool, thanks, will give it a try.</p>
<div class="gmail_quote">On May 4, 2015 11:49 PM, &quot;Michael Jerris&quot; &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It exists in the fs-video2 branch<br>
<br>
echo_decode_video and echo_decode_audio channel vars.<br>
<br>
&gt; On May 4, 2015, at 5:15 PM, Stanislav Sinyagin &lt;<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; is there a plan to re-implement &quot;echo&quot; application to work on waveform<br>
&gt; level (or picture frame level) instead of copying the RTP packets?  It<br>
&gt; would be then handy for audio and video testing.<br>
&gt;<br>
&gt; At the moment echo is not compatible with SILK and Opus codecs because<br>
&gt; they don&#39;t tolerate simple RTP duplication.<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Apr 30, 2015 at 2:34 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>
&gt;&gt; Recording video was barely a feature in 1.4.  Full support for this and<br>
&gt;&gt; everything you are trying to do is coming in 1.6.  Stay tuned for beta<br>
&gt;&gt; announcements on that coming soon.  You can try out the feature branch if<br>
&gt;&gt; you like, more info is available at:<br>
&gt;&gt; <a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video</a> .<br>
&gt;&gt; We are still working on docs so please be patient as we gather all of that<br>
&gt;&gt; information.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Apr 30, 2015, at 7:46 AM, dex_Cz &lt;<a href="mailto:yadenis@seznam.cz">yadenis@seznam.cz</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi guys!<br>
&gt;&gt; I have a question. Somebody tried to record in the FSV file when i bridge<br>
&gt;&gt; call?<br>
&gt;&gt; I hame a simple context from example. But it is not working.<br>
&gt;&gt; &lt;include&gt;<br>
&gt;&gt; &lt;context name=&quot;centos&quot;&gt;<br>
&gt;&gt; &lt;extension name=&quot;from-centos&quot;&gt;<br>
&gt;&gt; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(onops)$&quot;&gt;<br>
&gt;&gt; &lt;action application=&quot;record_fsv&quot;<br>
&gt;&gt; data=&quot;/usr/local/freeswitch/recordings/testrecord.fsv&quot;/&gt;<br>
&gt;&gt; &lt;action application=&quot;sleep&quot; data=&quot;100&quot;/&gt;<br>
&gt;&gt; &lt;action application=&quot;bridge&quot; data=&quot;user/<a href="mailto:1004@172.16.0.2">1004@172.16.0.2</a>&quot;/&gt;<br>
&gt;&gt; &lt;action application=&quot;hangup&quot;/&gt;<br>
&gt;&gt; &lt;/condition&gt;<br>
&gt;&gt; &lt;/extension&gt;<br>
&gt;&gt; &lt;/context&gt;<br>
&gt;&gt; &lt;/include&gt;<br>
&gt;&gt;<br>
&gt;&gt; I tried to change the context<br>
&gt;&gt; &lt;include&gt;<br>
&gt;&gt; &lt;context name=&quot;centos&quot;&gt;<br>
&gt;&gt; &lt;extension name=&quot;from-centos&quot;&gt;<br>
&gt;&gt;  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(onops)$&quot;&gt;<br>
&gt;&gt;   &lt;action application=&quot;export&quot; data=&quot;execute_on_answer=uuid_record ${uuid}<br>
&gt;&gt; start /usr/local/freeswitch/recordings/testrecord.fsv&quot;/&gt;<br>
&gt;&gt;   &lt;action application=&quot;bridge&quot;<br>
&gt;&gt; data=&quot;{ignore_early_media=true}user/<a href="mailto:1004@172.16.0.2">1004@172.16.0.2</a>&quot;/&gt;<br>
&gt;&gt;   &lt;action application=&quot;hangup&quot;/&gt;<br>
&gt;&gt;  &lt;/condition&gt;<br>
&gt;&gt; &lt;/extension&gt;<br>
&gt;&gt; &lt;/context&gt;<br>
&gt;&gt; &lt;/include&gt;<br>
&gt;&gt;<br>
&gt;&gt; It also did not help. In the end I try to enter these commands from the<br>
&gt;&gt; console<br>
&gt;&gt; uuid_setvar &lt;uuid&gt; enable_file_write_buffering false (its says ok)<br>
&gt;&gt; and<br>
&gt;&gt; uuid_record &lt;uuid&gt; start /usr/local/freeswitch/recordings/testrecord.fsv<br>
&gt;&gt;<br>
&gt;&gt; But i have a error<br>
&gt;&gt;<br>
&gt;&gt; 2015-04-30 12:27:16.635463 [ERR] mod_fsv.c:702 You are asking to write 342<br>
&gt;&gt; bytes of data which is not supported. Please set<br>
&gt;&gt; enable_file_write_buffering=false to use .fsv format<br>
&gt;&gt; 5e9ce2b0-ef23-11e4-b181-d1f037dabce9 2015-04-30 12:27:16.635463 [ERR]<br>
&gt;&gt; switch_ivr_async.c:1155 Error writing<br>
&gt;&gt; /usr/local/freeswitch/recordings/testrecord.fsv<br>
&gt;&gt;<br>
&gt;&gt; Anyone can help me, What I&#39;m doing wrong?<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div>