Re: GKrellmms - Streaming Live Audio
Adam Nielsen <[email protected]> Mon, 9 Apr 2018 08:12:56 +1000
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
> > You should get much more than this.=C2=A0=C2=A0What you're looking for = is what > > happens when you add the URL.=C2=A0=C2=A0You should see many lines star= ting > > with > > DEBUG (instead of INFO, ERROR and FATAL as above). > > =20 > Adam, here's a link to quite a bit of my xmms2 log > https://pastebin.com/2uZpCw8K Thanks for this. It's missing the DEBUG lines so we'll need to see those to figure out exactly what the issue is. I can see this one: 16:49:51 ERROR: ../src/xmms/xform.c:1341: Couldn't set up chain for 'http:/= /icecast-beta.timlradio.co.uk/absoluteclassicrock.ogg' (5) Which tells us that XMMS2 decided that it couldn't play the URL, but without the DEBUG lines leading up to that, we can't tell why it reached that decision. > Something is definitely 'borked' somewhere as according to the manpage > here -=C2=A0http://manpages.ubuntu.com/manpages/xenial/man1/xmms2d.1.html= =C2=A0 > there should be something in >=20 > CONFDIR/startup.d/ > A=C2=A0=C2=A0directory populated with programs that are run when xmms2d is > executed.An alternative location=C2=A0=C2=A0can=C2=A0=C2=A0be=C2=A0=C2=A0= specified=C2=A0=C2=A0in=C2=A0=C2=A0the > configuration file. >=20 > ~/.config/xmms2/startup.d$ ls -l > total 0 This is fine. By default there are no programs that run on xmms2 startup, but you can add them here if you want to. > CONFDIR/shutdown.d/ > A directory populated with programs that are run when xmms2d is > shutdown correctly.=C2=A0=C2=A0An alternative location can be specified in > the configuration file. >=20 > Non-existent here Likewise unless you've added some scripts you want to run when xmms2d exits, this will be empty/missing as well. > CONFDIR/bindata/ > A=C2=A0=C2=A0directory=C2=A0=C2=A0that=C2=A0=C2=A0contains files with bin= ary data entrusted to > the XMMS2 media library, such=C2=A0=C2=A0as=C2=A0=C2=A0cover=C2=A0=C2=A0a= rt.=C2=A0=C2=A0=C2=A0An=C2=A0=C2=A0alternative > location can be specified in the configuration file. >=20 > ~/.config/xmms2/bindata$ ls -l > total 0 > empty also. Should be fine if you don't use coverart. > I've grabbed the source pkg this morning and wondering if I should > install from that then remove the Ubuntu pkg? Doesn't look like there's anything wrong with your installation, but if you do compile from source maybe that's where you enable the DEBUG log lines - it's been so long I can't recall how you activate them! They just appear for me when I run "xmms2d -v" on the console. strace in this case isn't so useful for me because the problem is not with missing files but rather some logic internal to XMMS2 that causes it to decide that it can't play the URL you've given. Cheers, Adam.