[asterisk-bugs] [JIRA] (ASTERISK-26085) app_mp3 results in timeout for streams
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Jun 6 09:31:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Mudgett updated ASTERISK-26085:
---------------------------------------
Description:
When trying to use MP3Player for playing streams, it constantly results in this error message:
app_mp3.c:133 timed_read: Poll timed out/errored out with 0
I tried with ~10 mp3-Streams.
This error has been tackled already some years ago in this issue:
ASTERISK-2384
According to the source, mpg123 is called with "-b 1024". Removing this option solves the issue, audio is played instantly. So I guess there might be an imbalance between the buffer, stream data rate and the timeout.
was:
When trying to use MP3Player for playing streams, it constantly results in this error message:
app_mp3.c:133 timed_read: Poll timed out/errored out with 0
I tried with ~10 mp3-Streams.
This error has been tackled already some years ago in this issue:
https://issues.asterisk.org/jira/browse/ASTERISK-2384
According to the source, mpg123 is called with "-b 1024". Removing this option solves the issue, audio is played instantly. So I guess there might be an imbalance between the buffer, stream data rate and the timeout.
External Issue ID: (was: https://issues.asterisk.org/jira/browse/ASTERISK-2384)
> app_mp3 results in timeout for streams
> --------------------------------------
>
> Key: ASTERISK-26085
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26085
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_mp3
> Affects Versions: 11.21.2
> Environment: Debian Linux 7
> Reporter: Jens Bürger
> Severity: Minor
>
> When trying to use MP3Player for playing streams, it constantly results in this error message:
> app_mp3.c:133 timed_read: Poll timed out/errored out with 0
> I tried with ~10 mp3-Streams.
> This error has been tackled already some years ago in this issue:
> ASTERISK-2384
> According to the source, mpg123 is called with "-b 1024". Removing this option solves the issue, audio is played instantly. So I guess there might be an imbalance between the buffer, stream data rate and the timeout.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list