Skip to content
Snippets Groups Projects
  • Sam Wierema's avatar
    4c7ab734
    app_mp3: remove 10 seconds of silence after mp3 playback · 4c7ab734
    Sam Wierema authored
    This patch changes the way asterisk polls output from mpg123, instead
    of waiting for 10 seconds(when playing an http url) it now uses a
    timeout of one second and iterates 10 times using this same timeout.
    
    The main difference is that for every timeout asterisk receives it now
    checks if mpg123 is still running before poll again.
    
    ASTERISK-27752
    
    Change-Id: Ib7df8462e3e380cb328011890ad9270d9e9b4620
    4c7ab734
    History
    app_mp3: remove 10 seconds of silence after mp3 playback
    Sam Wierema authored
    This patch changes the way asterisk polls output from mpg123, instead
    of waiting for 10 seconds(when playing an http url) it now uses a
    timeout of one second and iterates 10 times using this same timeout.
    
    The main difference is that for every timeout asterisk receives it now
    checks if mpg123 is still running before poll again.
    
    ASTERISK-27752
    
    Change-Id: Ib7df8462e3e380cb328011890ad9270d9e9b4620