<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 "codec prefs" and add your codec - usually "H263" or "H264". Then reloadxml and try again. I've personally done this with x-lite on a mac and it worked as soon as I added the codec. For reference, here's my exact line:</div>
<div><br></div><div><font class="Apple-style-span" face="'courier new', monospace"><X-PRE-PROCESS cmd="set" data="global_codec_prefs=G7221@32000h,G7221@16000h,G722,PCMU,H263"/></font></div>
<div><br></div><div>That's an example - be sure to use the codecs that *you* need in your setup.</div><div><br></div><div>-MC</div></div>