[asterisk-bugs] [Asterisk 0014387]: mpg123 crashes when trying to play stream.

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Feb 4 12:43:24 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14387 
====================================================================== 
Reported By:                jonnt
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14387
Category:                   Resources/res_musiconhold
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.0.5 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-02-02 16:05 CST
Last Modified:              2009-02-04 12:43 CST
====================================================================== 
Summary:                    mpg123 crashes when trying to play stream.
Description: 
mpg123 crashes when trying to play stream. Also seems that format_mp3 loads
but does to work.
====================================================================== 

---------------------------------------------------------------------- 
 (0099433) Corydon76 (administrator) - 2009-02-04 12:43
 http://bugs.digium.com/view.php?id=14387#c99433 
---------------------------------------------------------------------- 
Your directory entry is this:
[Christian-Music]
mode=custom
application=/usr/bin/mpg123 -q -s --mono -r 8000 -f 8192
http://160.79.128.40:7786/
format=ulaw

This entry is invalid, as is.  There are two ways to make this work:

[Christian-Music]
mode=custom
application=/usr/bin/mpg123 -q -s --mono -r 8000 -f 8192
http://160.79.128.40:7786/
format=ulaw
directory=nodir

[Christian-Music]
mode=custom
application=/usr/bin/mpg123 -q -s --mono -r 8000 -f 8192
directory=http://160.79.128.40:7786/
format=ulaw 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-04 12:43 Corydon76      Note Added: 0099433                          
======================================================================




More information about the asterisk-bugs mailing list