-
Please have a try with http://mpg123.org/snapshot
Taihei fixed that some time ago in our development trunk, but this did not enter a release yet.
2009-10-29 08:58:25 UTC in mpg123
-
Ah, there is it again... the dreaded premature ending because the stream starts with a piece of mp3 that carries the information that the stream ends after some seconds.
I removed the code that triggered the controlled ending now, letting mpg123 stumble over the end when it cannot read anything anymore... the transition from the intro to the real music is still a bit bumpy (with on-screen...
2009-10-22 07:43:14 UTC in mpg123
-
sobukus added patr3ck to the mpg123 project.
2009-10-12 12:22:01 UTC in mpg123
-
in 1.9.1.
2009-10-08 23:55:31 UTC in mpg123
-
1.9.1 has the fix.
2009-10-08 23:54:37 UTC in mpg123
-
Hm, cannot say much about this. Just acknowledge. I wonder if this is specific to your setup or a general issue (on Macs).
2009-10-08 23:54:08 UTC in mpg123
-
Heh.. you got the error message extracted and then got a segfault at that line?
if((ret=fr->rd->head_shift(fr,&newhead))rd->head_shift should be defined or it would have failed much earlier... so where is a segfault here?
Also, when you retrieved the decoder error already ... can it crash in...
2009-10-08 23:10:31 UTC in mpg123
-
Could you compile libmpg123 with -g in CFLAGS and show the output of gdb (backtrace)?.
2009-09-28 11:04:56 UTC in mpg123
-
You do have that information in mpg123_frameinfo, see
http://mpg123.orgis.org/api/structmpg123__frameinfo.shtml
When you look at enum mpg123_mode:
MPG123_M_STEREO Standard Stereo.
MPG123_M_JOINT Joint Stereo.
MPG123_M_DUAL Dual Channel.
MPG123_M_MONO Single Channel.
That's the info the mpg123 app uses to display the file properties. Isn't that what you need?.
2009-09-26 12:44:39 UTC in mpg123
-
I do not quite understand... What part of the frameinfo is affected by resampling? We store the info from the frame header... that does not change by decoding the frame, or resampling. What is the actual problem / use case that you are having?.
2009-09-25 09:53:31 UTC in mpg123