<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I am trying to record or play video on X-lite through Freeswitch. When I do a<br>
video call it says faild to send your video.<br><br></blockquote><div>Like Seven mentioned you need to go into conf/vars.xml. Find the lines that have &quot;codec prefs&quot; and add your codec - usually &quot;H263&quot; or &quot;H264&quot;. Then reloadxml and try again. I&#39;ve personally done this with x-lite on a mac and it worked as soon as I added the codec. For reference, here&#39;s my exact line:</div>
<div><br></div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">&lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;global_codec_prefs=G7221@32000h,G7221@16000h,G722,PCMU,H263&quot;/&gt;</font></div>
<div><br></div><div>That&#39;s an example - be sure to use the codecs that *you* need in your setup.</div><div><br></div><div>-MC</div></div>