<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2 Nov 2009, at 12:11, ABBAS SHAKEEL wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br clear="all"><span class="Apple-style-span" style="font-family: Arial; font-size: 12px; ">Hello,<br><br>Let me explain a scenario&nbsp;<br><br>There are different Asterisk Servers at different Remote locations.&nbsp;<br>Recording in different formats for FIVE seconds reveals that&nbsp;<br>
<br>Format : Size<br>wav : 84 KB<br>gsm : 8.3 KB</span><div><span class="Apple-style-span" style="font-family: Arial; font-size: 12px; ">sln : 84 KB<br><br>It can be recorded in any format. This is size for five seconds only. We need to transfer these files from different remote servers to a centralized server.<br>
We need to play these recorded files on WEB.&nbsp;<br><br>We have following options<br><br>1. Record in GSM and send to central Server. Which will convert to it to WAV format using some code / any other thing. The issue in this is that CPU will get very busy in this case. Because GSM Files can be very frequent.<br>
2. Recored in Wav and send to central server. In this case we may face Network Bandwidth problem.(Even we create VPN).<br><br><br>QUESTION IS: Is there any other format in which we can record using the record application provided its is small in size and directly playable on WEB.&nbsp;</span></div>
<div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div></blockquote></div><div><br></div>"Directly playable" is a complex question - what are you assuming your web users have?<div><br></div><div>Browser only: <span class="Apple-tab-span" style="white-space:pre">                </span>HTML 5 browsers mostly support Oggvobis natively</div><div>Browser+quicktime: <span class="Apple-tab-span" style="white-space:pre">        </span>gsm,mp3,wav etc</div><div>Browser+flash: <span class="Apple-tab-span" style="white-space:pre">                </span>MP3 (and perhaps speex)</div><div>Browser+java:&nbsp;<span class="Apple-tab-span" style="white-space:pre">                </span>Pretty much any format you like....</div><div><br></div><div>I wrote (and opensourced) a little java applet that plays .gsm files</div><div><br></div><div>see&nbsp;<a href="http://www.westhawk.co.uk/software/playGSM/PlayGSM.html">http://www.westhawk.co.uk/software/playGSM/PlayGSM.html</a></div><div><br></div><div>Tim.</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div>Tim Panton - Web/VoIP consultant and implementor</div><div><a href="http://www.westhawk.co.uk">www.westhawk.co.uk</a></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>