Re: [asterisk-users] Playing MP3's in Asterisk

2020-12-23 Thread Jonathan H
Thank you, I'm using ControlPlayback, Playback, Background etc from dialplan and AGI ... not MoH. All the files are remote so no conversion possible. Thanks On Wed, 23 Dec 2020 at 12:47, Dovid Bender wrote: > John, > > In what application are you using mp3's? In my case it was for music on > h

Re: [asterisk-users] Playing MP3's in Asterisk

2020-12-23 Thread Dovid Bender
John, In what application are you using mp3's? In my case it was for music on hold. I simply had asterisk call ffmpeg to play the files (to get around all the issues). Where I have local files I convert them over to wav or gsm and call it a day. On Wed, Dec 23, 2020 at 4:33 AM Jonathan H wrote:

Re: [asterisk-users] Playing MP3's in Asterisk

2020-12-23 Thread Jonathan H
Hi all, Returning to the issue of mp3 support in Asterisk, it seems it is using a build from 1997?! http://svn.digium.com/svn/thirdparty/mp3/trunk/layer3.c I have the same problems as everyone with the mp3 add-on, but now a new one: - "mp3/interface.c: Junk at the beginning of frame 49443304"

Re: [asterisk-users] Playing MP3's in Asterisk

2019-09-03 Thread Dovid Bender
Ludovic, Currently using Asterisk 14.5.0 with [root@a1-c2-nyc3 ~]# rpm -qa | grep mpg123 mpg123-1.25.6-1.el7.x86_64 mpg123-libs-1.25.6-1.el7.x86_64 mpg123-devel-1.25.6-1.el7.x86_64 [root@a1-c2-nyc3 ~]# Should I be using a newer version of mpg123? On Tue, Sep 3, 2019 at 11:11 AM wrote: > Hi !

Re: [asterisk-users] Playing MP3's in Asterisk

2019-09-03 Thread ldrolez
Hi ! Which Asterisk version do you use? Asterisk uses the mpg123 library. Regards, Ludovic On Sun, Sep 01, 2019 at 03:27:59PM -0400, Dovid Bender wrote: >Hi, >Does anyone know what code (if any)Â format_mp3 uses? I am trying to play >a MP3 (e.g. -- https://drolez.com/blog- Mar

[asterisk-users] Playing MP3's in Asterisk

2019-09-01 Thread Dovid Bender
Hi, Does anyone know what code (if any) format_mp3 uses? I am trying to play a MP3 (e.g. https://mp3.sermonaudio.com/16kbps/6111963257014/6111963257014.mp3) using PlayBack. Iget the famous "mp3/interface.c: Junk at the beginning of frame 49443304" and then right away it exits the PlayBack Applicat