<html><head><title>control the quality of the recorded video</title>
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Hi All,<br>
<br>
I have a question. <br>
Now I record video using mod_av (or mod_vl&#1089;). Classical record_session. This works fine. But a heavy load on the server CPU. There are some possibilities to control the quality of the recorded video? For example bit rate, video resolution, etc. Or how i can optimize the performance of friswitch to recording so do not load the CPU?<br>
<br>
My dialplan for tests<br>
<br>
&lt;extension name="test5"&gt;<br>
 &nbsp;&lt;condition field="destination_number" expression="^(6084)$"&gt;<br>
 &nbsp; &nbsp;&lt;action application="export" data="nolocal:absolute_codec_string=OPUS,VP8"/&gt;<br>
 &nbsp; &nbsp;&lt;action application="set" data="hangup_after_bridge=true"/&gt;<br>
 &nbsp; &nbsp;&lt;action application="set" data="RECORD_STEREO=true"/&gt;<br>
 &nbsp; &nbsp;&lt;action application="export" data="RECORD_TOGGLE_ON_REPEAT=true"/&gt;<br>
 &nbsp; &nbsp;&lt;action application="export" data="record_concat_video=true"/&gt;<br>
 &nbsp; &nbsp;&lt;action application="answer"/&gt;<br>
 &nbsp; &nbsp;&lt;!-- Shouldn't bind the same file name to both legs,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; if both press *2 it clobbers the file --&gt;<br>
 &nbsp; &nbsp;&lt;!-- bind_meta_app can have these args &lt;key&gt; [a|b|ab] [a|b|o|s] --&gt;<br>
 &nbsp; &nbsp;&lt;action application="bind_meta_app" data="2 a i record_session::/usr/local/freeswitch/recordings/${strftime(%Y%m%d_%H%M%S)}_${destination_number}_a.mp4"/&gt;<br>
 &nbsp; &nbsp;&lt;action application="bind_meta_app" data="2 b i record_session::/usr/local/freeswitch/recordings/${strftime(%Y%m%d_%H%M%S)}_${destination_number}_b.mp4"/&gt;<br>
 &nbsp; &nbsp;&lt;action application="bridge" data="user/1003${sip_profile}"/&gt;<br>
 &nbsp;&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
In vars.xml i try to change <br>
&lt;!-- Video Settings --&gt;<br>
 &nbsp;&lt;!-- Setting the max bandwdith --&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="rtp_video_max_bandwidth_in=512kb"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="rtp_video_max_bandwidth_out=512kb"/&gt;<br>
<br>
but it does not help <br>
<br>
Any ideas?<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<br>
<br>
</body></html>