[asterisk-bugs] [Asterisk 0018276]: [patch] streamplayer-like utility, but for anything that comes out of a shell pipe
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Nov 19 11:55:00 CST 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=18276
======================================================================
Reported By: malaiwah
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18276
Category: Utilities/General
Reproducibility: N/A
Severity: feature
Priority: normal
Status: ready for testing
Asterisk Version: 1.6.2.13
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-11-08 10:40 CST
Last Modified: 2010-11-19 11:55 CST
======================================================================
Summary: [patch] streamplayer-like utility, but for anything
that comes out of a shell pipe
Description:
streamplayer Asterisk utility can only be used for raw TCP streams.
I just adapted the utility to be useful with anything that comes from a
shell pipe and added it to my "pipe chain" for my streaming music-on-hold.
The utility takes input from stdin (in 2k blocks) and sends it to stdout
only if the write would not block. As explained in streamplayer, Asterisk
blocks writes to stdout when it does not need the MOH source, but streaming
mpg123/sox I use would still be outputting data.
This effectively gets rid of the error I had in my Asterisk at various
intervals depending on music-on-hold usage:
[Nov 8 09:31:17] NOTICE[24616] res_musiconhold.c: Request to schedule in
the past?!?!
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-19 11:55 lmadsen Description Updated
2010-11-19 11:55 lmadsen Additional Information Updated
======================================================================
More information about the asterisk-bugs
mailing list