Re: GKrellmms - Streaming Live Audio
Chris <[email protected]> Tue, 10 Apr 2018 10:15:49 -0500
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
--=-kcQjm4M4BYSAdPnOs9Pj Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2018-04-10 at 13:06 +1000, Adam Nielsen wrote: > >=20 > > >=20 > > > =C2=A0 /usr/bin/ruby -rrbconfig -e "puts Config::CONFIG['archdir']" > > > =C2=A0=C2=A0 > > Exception `NameError' at -e:1 - uninitialized constant Config > Not sure where 'Config' is meant to be coming from but at least that > explains what the error is.=C2=A0=C2=A0When I run 'waf configure' for XMM= S2 it > says Ruby isn't found so it looks like it's optional. >=20 > If I run: >=20 > =C2=A0 ./waf configure --with-ruby-binary=3D/dev/null >=20 > Then it completes the configure process and under the 'optional > configuration' heading it tells me 'ruby' is disabled.=C2=A0=C2=A0Maybe y= ou can > try that and see if it gets you any further? >=20 > Looks like that's probably going to be easier than trying to get it > to > pick up the Ruby stuff. >=20 The above 'configure' line worked Adam. Next step, run ./waf -vv build. No joy there :( Output posted to pastebin.=C2=A0 https://pastebin.com/UE5FyjUU Back to trying to add the icecast link. According to the WiKi it should be easy: Listen to a shoutcast stream (assuming curl plugin is installed) using the direct url (ie NOT a playlist file, but the url inside the playlist file, the playlist importing code is currently disabled). If you don't require a proxy, skip the "config" lines: =C2=A0xmms2 server config curl.proxyaddress your.proxy.address.com:1080=C2=A0=C2=A0xmms2 server config curl.useproxy 1= =C2=A0=C2=A0xmms2 add http://207.200.96.225:8020=C2=A0=C2=A0xmms2 play Although I don't think I need to use a proxy it's setup in the config file: <section name=3D"curl"> <property name=3D"authproxy">0</property> <property name=3D"connecttimeout">15</property> <section name=3D"priority"> <property name=3D"application/x-url:http://*">50< /property>; <property name=3D"application/x-url:https://*">50 </property>; </section> <property name=3D"proxyaddress">127.0.0.1:8080</property> <property name=3D"proxypass">password</property> <property name=3D"proxyuser">user</property> <property name=3D"readtimeout">10</property> <property name=3D"shoutcastinfo">1</property> <property name=3D"useproxy">0</property> <property name=3D"verbose">0</property> I've even changed the second to last line to >1< and here: <section name=3D"ices"> <property name=3D"encodingmaxbr">-1</property> <property name=3D"encodingminbr">-1</property> <property name=3D"encodingnombr">96000</property> <property name=3D"host">localhost</property> <property name=3D"mount">/stream.ogg</property> <property name=3D"password">******</property> <property name=3D"port">8080</property> <property name=3D"public">0</property> <property name=3D"streamdescription"></property> <property name=3D"streamgenre"></property> <property name=3D"streamname"></property> <property name=3D"streamurl"></property> <property name=3D"user">source</property> Where is says "streamurl" I've manually added http://icecast-beta.timlradio.co.uk/absoluteclassicrock.ogg Still nothing. I'll mess with this later on today to see if I can figure something out. Do more Googling --=20 Chris KeyID 0xE372A7DA98E6705C 31.11972; -97.90167 (Elev. 1092 ft) 08:36:17 up 5 days, 23:43, 2 users, load average: 1.41, 0.63, 0.55 Description: Ubuntu 16.04.4 LTS, kernel 4.13.0-38-generic --=-kcQjm4M4BYSAdPnOs9Pj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlrM1SUACgkQ43Kn2pjmcFwaVgCfXf3yb/mT58pwZ2jNYZX5+HVA 3pcAniKqiZtTOgd/STd369kkIyLr8asL =Acxi -----END PGP SIGNATURE----- --=-kcQjm4M4BYSAdPnOs9Pj--