[mpg123-devel] [ mpg123-Feature Requests-3467916 ] Stream buffering
Brought to you by:
sobukus
From: SourceForge.net <no...@so...> - 2012-01-01 10:39:59
|
Feature Requests item #3467916, was opened at 2011-12-31 08:07 Message generated for change (Comment added) made by sobukus You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=733197&aid=3467916&group_id=135704 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: mpg123 Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hans Oesterholt-Dijkema (hoesterholt) Assigned to: Nobody/Anonymous (nobody) Summary: Stream buffering Initial Comment: I'm using mpg123 to play internet radio streams. However, in contrast to VLC, with mpg123 the radio streams begin to stutter (I already tried -b 2048, 4196, etc). I think this might be solved if mpg123 would (instead of creating an audio output buffer) would buffer the input stream as to resolve the hickups. So I'd like to request this feature: to have the same behaviour with radio/audio streams (from the internet, using http) as VLC. ---------------------------------------------------------------------- >Comment By: Thomas Orgis (sobukus) Date: 2012-01-01 02:39 Message: Can you provide an example URL of a stream that stutters much? I am aware of this possibly depending on you location / internet connection, but there might be something odd witht the radio. I don't see how input buffer would differ from output buffer except for the neeed buffer size. Also, you could try to fake the effect of an internal input buffer by fetching the stream via 'wget -O -' and giving it to mpg123 via a pipe (that pipe could contain, additionally to the kernel pipe buffer, an explicit buffering step using tools like 'bfr'). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=733197&aid=3467916&group_id=135704 |