VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
asterisk at dotr.com Guest
|
Posted: Thu May 15, 2008 6:26 pm Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
Thanks
Julian |
|
Back to top |
|
|
astmattf at gmail.com Guest
|
Posted: Thu May 15, 2008 6:40 pm Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
Apple Quicktime or WavePad on Windows and Mac.
As for Linux, your options are zgsmplay or SoX unless you can get
Quicktime to work.
MATT---
On 5/15/08, Julian Lyndon-Smith <asterisk at dotr.com> wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
Thanks
Julian
_______________________________________________
-- 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
|
|
|
Back to top |
|
|
joakimsen at gmail.com Guest
|
Posted: Thu May 15, 2008 6:42 pm Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
A posting to the correct mailing list?
Or at least a post with the details of the issue? What OS? Can you
play these same .gsm files in any media player your OS might have?
On Thu, May 15, 2008 at 7:26 PM, Julian Lyndon-Smith <asterisk at dotr.com> wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
Thanks
Julian
_______________________________________________
-- 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
|
|
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Thu May 15, 2008 6:55 pm Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
On Thursday 15 May 2008 18:26:15 Julian Lyndon-Smith wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
|
Allegedly, quicktime can play these files. I have not tested this.
--
Tilghman |
|
Back to top |
|
|
mark.h at cage151.com Guest
|
Posted: Thu May 15, 2008 7:11 pm Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
Doesn't he mean something like when the recording happens, he'd like to go
http://192.168.1.1/recordings and then when he sees the list of *.gsm
recordings, he clicks on it, and the serverside starts playing it?
I think you'll need a Quicktime client (as as plugin to your brownser) on
your PC before it plays that file on the browser itself without needing to
download the *.gsm first.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Tilghman
Lesher
Sent: May 15, 2008 7:56 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] playing .gsm sounds through a web browser
On Thursday 15 May 2008 18:26:15 Julian Lyndon-Smith wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
|
Allegedly, quicktime can play these files. I have not tested this.
--
Tilghman
_______________________________________________
-- 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 |
|
Back to top |
|
|
asterisk at dotr.com Guest
|
Posted: Thu May 15, 2008 7:24 pm Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
Mark Hamilton wrote:
Quote: | Doesn't he mean something like when the recording happens, he'd like to go
http://192.168.1.1/recordings and then when he sees the list of *.gsm
recordings, he clicks on it, and the serverside starts playing it?
|
Yes, thanks
Quote: |
I think you'll need a Quicktime client (as as plugin to your brownser) on
your PC before it plays that file on the browser itself without needing to
download the *.gsm first.
|
that worked just fine. thanks a lot.
Julian.
Quote: |
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Tilghman
Lesher
Sent: May 15, 2008 7:56 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] playing .gsm sounds through a web browser
On Thursday 15 May 2008 18:26:15 Julian Lyndon-Smith wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
|
Allegedly, quicktime can play these files. I have not tested this.
|
|
|
Back to top |
|
|
dbackeberg at gmail.com Guest
|
Posted: Thu May 15, 2008 7:28 pm Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
No, no, no.
Don't try to play them directly as gsm files. Convert them to wav on
the fly, when demanded by the user from the webpage. Have a php, or
perl, or whatever script call sox, and push the wav to the user. sox
runs so fast that you can do the conversion on-demand. You can decide
what to do with the wav file afterward. Delete it immediately, cache
it, whatever. Don't force the users to know anything they don't
already know. There are a lot of media players that can handle a wav
file.
On Thu, May 15, 2008 at 7:26 PM, Julian Lyndon-Smith <asterisk at dotr.com> wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
Thanks
Julian
_______________________________________________
-- 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
|
|
|
Back to top |
|
|
lenz-ml at loway.it Guest
|
Posted: Fri May 16, 2008 4:43 am Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
I don't want to add to the list of supported players - my suggestion is to
do the recordings as WAV, so you get the same quality and compression
results but it's playable natively on any Windows box.
Another choice to get this issue solved, if you have a system that is not
24/7 in use, why not running a nightly job to do recoding to voice-rate
MP3? playable anywhere, good quality, small footprint.
I have a makefile somewhere to do that, even starting from .gsm.... I
think it's this one: http://astrecipes.net/index.php?n=294
l.
On Fri, 16 May 2008 01:26:15 +0200, Julian Lyndon-Smith
<asterisk at dotr.com> wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
Thanks
Julian
|
--
Loway Research - Home of QueueMetrics
http://queuemetrics.com |
|
Back to top |
|
|
asterisk at dotr.com Guest
|
Posted: Fri May 16, 2008 5:58 am Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
Does anyone know where I can a copy of sox for windows with mp3 built in ?
Julian
David Backeberg wrote:
Quote: | No, no, no.
Don't try to play them directly as gsm files. Convert them to wav on
the fly, when demanded by the user from the webpage. Have a php, or
perl, or whatever script call sox, and push the wav to the user. sox
runs so fast that you can do the conversion on-demand. You can decide
what to do with the wav file afterward. Delete it immediately, cache
it, whatever. Don't force the users to know anything they don't
already know. There are a lot of media players that can handle a wav
file.
On Thu, May 15, 2008 at 7:26 PM, Julian Lyndon-Smith <asterisk at dotr.com> wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
Thanks
Julian
_______________________________________________
-- 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
|
_______________________________________________
-- 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
|
|
|
Back to top |
|
|
dbackeberg at gmail.com Guest
|
Posted: Fri May 16, 2008 9:12 am Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
On Fri, May 16, 2008 at 6:58 AM, Julian Lyndon-Smith <asterisk at dotr.com> wrote:
Quote: | Does anyone know where I can a copy of sox for windows with mp3 built in ?
|
It might be in the cygwin project, but I've never tried. If it's not
in the project, I'm not surprised.
You could download knoppix and encode them on your machine, then boot
back into Windows. Or encode them on that asterisk box and then
copy them back. |
|
Back to top |
|
|
lenz-ml at loway.it Guest
|
Posted: Fri May 16, 2008 10:50 am Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
I usually use lame to do the decoding and pipe it back into sox.
l.
On Fri, 16 May 2008 12:58:41 +0200, Julian Lyndon-Smith
<asterisk at dotr.com> wrote:
Quote: | Does anyone know where I can a copy of sox for windows with mp3 built in
?
Julian
David Backeberg wrote:
Quote: | No, no, no.
Don't try to play them directly as gsm files. Convert them to wav on
the fly, when demanded by the user from the webpage. Have a php, or
perl, or whatever script call sox, and push the wav to the user. sox
runs so fast that you can do the conversion on-demand. You can decide
what to do with the wav file afterward. Delete it immediately, cache
it, whatever. Don't force the users to know anything they don't
already know. There are a lot of media players that can handle a wav
file.
On Thu, May 15, 2008 at 7:26 PM, Julian Lyndon-Smith
<asterisk at dotr.com> wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
Thanks
Julian
_______________________________________________
-- 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
|
_______________________________________________
-- 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
|
_______________________________________________
-- 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
|
--
Loway Research - Home of QueueMetrics
http://queuemetrics.com |
|
Back to top |
|
|
thp at westhawk.co.uk Guest
|
Posted: Sat May 17, 2008 12:57 am Post subject: [asterisk-users] playing .gsm sounds through a web browser |
|
|
On 16 May 2008, at 00:26, Julian Lyndon-Smith wrote:
Quote: | I have a lot of recordings from asterisk in a .gsm format. I would
like
to play these files from a web browser (IE, firefox and opera)
What do I need to do in order to achieve this goal ?
|
Sorry to catch up late on this, but I have a tiny Java Applet that
does this.
demo:
http://www.westhawk.co.uk/software/playGSM/PlayGSM.html
Source code included:
http://www.westhawk.co.uk/software/playGSM/PlayGSM.jar
Tim. |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|