-
Thanks tmkk, you are correct. I appreciate the help!
2009-11-07 12:17:31 UTC by droscigno
-
droscigno:
It seems you ran mpg123 without "make install". On OSX 10.6 mpg123's buildscript produces 64-bit binary by default, so if you have old output plugins in /usr/local/lib/mpg123 they are incompatible. The error occurs when 64-bit mpg123 binary try to load the 32-bit audio output plugin.
2009-11-07 05:49:53 UTC by tmkk
-
I tried droscigno's changes, and it worked fine for me... I didn't try the snapshot...
2009-11-03 21:03:36 UTC by nobody
-
I tried that and it did not work for me. It compiled fine, but I received errors related to coreaudio (sorry, I did not write them down) at runtime. But, here is what is working for me in 1.9.0:
Edit configure:
19637a19638,19641
> i386-apple-darwin10*)
> ADD_CFLAGS="$ADD_CFLAGS -mmacosx-version-min=10.5 -isysroot
/Developer/SDKs/MacOSX10.5.sdk"
> ADD_LDFLAGS="$ADD_LDFLAGS...
2009-11-02 22:27:29 UTC by droscigno
-
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 by sobukus
-
I tried to compile release 1.9.0 and 1.9.1 on an Intel Core 2 Duo machine running Mac OS 10.6.1, and make stopped with the following errors:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_MULTI -DOPT_GENERIC -DOPT_GENERIC_DITHER -DOPT_I386 -DOPT_I586 -DOPT_I586_DITHER -DOPT_MMX -DOPT_3DNOW -DOPT_3DNOWEXT -DOPT_SSE -DREAL_IS_FLOAT -g -O2 -MT...
2009-10-28 16:18:04 UTC by nobody
-
Hi sobukus:
Note: the previous "nobody" (2009-10-23 16:29) was me (not logged in). Complicated.
A strange thing:
It might depend on the hour - At this point in time
all the versions (see full list below) including 1.9.1
work _OK_ (the "20091023000000" kind below):
160, 161, 162, 164, 170, 171, 172, 173, 180, 181, 190 and 191.
The irony, the BLFS Devel. version, 1.5.1, is the...
2009-10-23 21:33:00 UTC by mpg123user
-
Hi sobukus:
1. 1.6.3 and 1.8.1 FAIL the "1.9.1" kind (see my 2009-10-21 01:20 post)
2. "20091023000000" works OK (as you predicted):
Several
ICY-META: StreamTitle='';
[with "Welcome WFUV ..." introduction]
Note: Illegal Audio-MPEG-Header 0x27c53050 at offset 0x24f04.
Note: Trying to resync...
Note: Skipped 72 bytes in input.
followed by one line
ICY-META: StreamTitle='';StreamUrl='';
[with...
2009-10-23 20:29:11 UTC by nobody
-
Hi sobukus:
Thanks for your helpful comments.
> For the crashes with mpg123 < 1.9:
> Could you tell me what exact version of mpg123 you tried?
As I noted in the submission:
"tested [and failed] with 1.0.0, 1.3.0, 1.5.1, 1.9.0 and 1.9.1"
> I cannot reproduce with 1.8.1 or 1.6.3i
As fate (and probability) would have it, these two are not on the list!
That goes to show that if you're...
2009-10-23 01:39:59 UTC by mpg123user
-
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 by sobukus