Re: GKrellmms - Streaming Live Audio
Adam Nielsen <[email protected]> Wed, 11 Apr 2018 12:39:02 +1000
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
> Version of libvorbis-dev Not really sure there, I haven't used Ubuntu so I don't know how they have set everything up. > chris@localhost:/usr/lib$ ls -l libvorbis* > lrwxrwxrwx 1 root root=C2=A0=C2=A0=C2=A0=C2=A0=C2=A022 Mar 26 17:20 libvo= rbisidec.so.1 -> > libvorbisidec.so.1.0.3 > -rw-r--r-- 1 root root 117696 Mar 26 17:20 libvorbisidec.so.1.0.3 Seems a bit weird, I've got quite a few more files there: $ ls /usr/lib/libvorbis* lrwxrwxrwx 1 root root 18 Apr 15 2015 /usr/lib/libvorbis.so -> libvorbis= .so.0.4.8 lrwxrwxrwx 1 root root 18 Apr 15 2015 /usr/lib/libvorbis.so.0 -> libvorb= is.so.0.4.8 -rwxr-xr-x 1 root root 179K Apr 15 2015 /usr/lib/libvorbis.so.0.4.8 lrwxrwxrwx 1 root root 22 Apr 15 2015 /usr/lib/libvorbisenc.so -> libvor= bisenc.so.2.0.11 lrwxrwxrwx 1 root root 22 Apr 15 2015 /usr/lib/libvorbisenc.so.2 -> libv= orbisenc.so.2.0.11 -rwxr-xr-x 1 root root 715K Apr 15 2015 /usr/lib/libvorbisenc.so.2.0.11 lrwxrwxrwx 1 root root 22 Apr 15 2015 /usr/lib/libvorbisfile.so -> libvo= rbisfile.so.3.3.7 lrwxrwxrwx 1 root root 22 Apr 15 2015 /usr/lib/libvorbisfile.so.3 -> lib= vorbisfile.so.3.3.7 -rwxr-xr-x 1 root root 35K Apr 15 2015 /usr/lib/libvorbisfile.so.3.3.7 > Yes, I added a .ogg file from my drive, it stayed in the playlist and > played: Ok well that at least establishes that it's not a libvorbis issue (at least with the XMMS2 version you have installed - you might still run into issues recompiling XMMS2 if it expects a newer version.) > I also tried the mp3 link there: >=20 > xmms2> add http://mp3-ac-128.timlradio.co.uk/ That was a good idea. That seems to narrow it down to the streaming rather than the file format. > I'll work on that tomorrow morning Adam and let you know. No worries. Maybe we should continue this on the XMMS2 list, since it's not really related to GKrellM anymore. I see you posted a message there this morning, let's continue there to give the GKrellM people a break :) > I still can't understand why when I run xmms2d -vv or without -vv I > get: >=20 > xmms2d -vv > =C2=A0INFO: ../src/xmms/log.c:49: Initialized logging system :) > 19:56:49 ERROR: ../src/xmms/ipc.c:805: Couldn't setup IPC listening on > 'unix:///tmp/xmms-ipc-chris'. > 19:56:49 FATAL: ../src/xmms/main.c:538: IPC failed to init!=C2=A0 >=20 > yet xmms2 will start. Doesn't it us the IPC socket? I have no idea, but I get the same error and everything works fine for me. XMMS2 can use TCP for IPC as well, so perhaps it falls back to TCP if the unix socket isn't working? Cheers, Adam.