Hello, Let me explain a scenario There are different Asterisk Servers at different Remote locations. Recording in different formats for FIVE seconds reveals that Format : Size wav : 84 KB gsm : 8.3 KB sln : 84 KB 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. We need to play these recorded files on WEB. We have following options 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. 2. Recored in Wav and send to central server. In this case we may face Network Bandwidth problem.(Even we create VPN). 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. Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091102/8aaef28f/attachment.htm
Hi, at first: why do you use capitals for your name? Don't do that if you don't have a very good reason. You can convert wav to mp3 on the recording server and then send it to the central system. Bye, Patrick On Mon, Nov 2, 2009 at 1:11 PM, ABBAS SHAKEEL <shakeel.abbas.qau at gmail.com> wrote:> > Hello, > > Let me explain a scenario > > There are different Asterisk Servers at different Remote locations. > Recording in different formats for FIVE seconds reveals that > > Format : Size > wav : 84 KB > gsm : 8.3 KB > sln : 84 KB > > 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. > We need to play these recorded files on WEB. > > We have following options > > 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. > 2. Recored in Wav and send to central server. In this case we may face > Network Bandwidth problem.(Even we create VPN). > > > 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. > > > > > Best Regards > Shakeel Abbas > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >-- Niemann + Frey GmbH Bischofstra?e 80 47809 Krefeld Tel. +49 2151 5554-263 Gesch?ftsf?hrer: Gerd Frey Sitz und Registergericht: Krefeld HRB 10851
On Mon, Nov 02, 2009 at 05:11:53PM +0500, ABBAS SHAKEEL wrote:> Hello, > > Let me explain a scenario > > There are different Asterisk Servers at different Remote locations. > Recording in different formats for FIVE seconds reveals that".WAV" (wav49, wav/gsm) should be playable by most systems. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
On 2 Nov 2009, at 12:11, ABBAS SHAKEEL wrote:> > Hello, > > Let me explain a scenario > > There are different Asterisk Servers at different Remote locations. > Recording in different formats for FIVE seconds reveals that > > Format : Size > wav : 84 KB > gsm : 8.3 KB > sln : 84 KB > > 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. > We need to play these recorded files on WEB. > > We have following options > > 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. > 2. Recored in Wav and send to central server. In this case we may face Network Bandwidth problem.(Even we create VPN). > > > 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. >"Directly playable" is a complex question - what are you assuming your web users have? Browser only: HTML 5 browsers mostly support Oggvobis natively Browser+quicktime: gsm,mp3,wav etc Browser+flash: MP3 (and perhaps speex) Browser+java: Pretty much any format you like.... I wrote (and opensourced) a little java applet that plays .gsm files see http://www.westhawk.co.uk/software/playGSM/PlayGSM.html Tim. Tim Panton - Web/VoIP consultant and implementor www.westhawk.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091115/e722cf6e/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2419 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20091115/e722cf6e/attachment.bin
Thanks Alot all. Specially Tim It seems to be really good. I will check it in detail On Sun, Nov 15, 2009 at 3:44 PM, Tim Panton <thp at westhawk.co.uk> wrote:> > On 2 Nov 2009, at 12:11, ABBAS SHAKEEL wrote: > > > Hello, > > Let me explain a scenario > > There are different Asterisk Servers at different Remote locations. > Recording in different formats for FIVE seconds reveals that > > Format : Size > wav : 84 KB > gsm : 8.3 KB > sln : 84 KB > > 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. > We need to play these recorded files on WEB. > > We have following options > > 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. > 2. Recored in Wav and send to central server. In this case we may face > Network Bandwidth problem.(Even we create VPN). > > > 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. > > > "Directly playable" is a complex question - what are you assuming your web > users have? > > Browser only: HTML 5 browsers mostly support Oggvobis natively > Browser+quicktime: gsm,mp3,wav etc > Browser+flash: MP3 (and perhaps speex) > Browser+java: Pretty much any format you like.... > > I wrote (and opensourced) a little java applet that plays .gsm files > > see http://www.westhawk.co.uk/software/playGSM/PlayGSM.html > > Tim. > > Tim Panton - Web/VoIP consultant and implementor > www.westhawk.co.uk > > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091115/36d5e9f1/attachment.htm