Re: GKrellmms - Streaming Live Audio
Adam Nielsen <[email protected]> Sat, 7 Apr 2018 15:23:05 +1000
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
> I still have this issue with mplayer: > [AO OSS] audio_setup: Can't open audio device /dev/dsp0: No such file > or directory > Failed to initialize audio driver 'oss:/dev/dsp0' Yes, OSS hasn't been used for many years. You probably want to configure mplayer to use ALSA instead if you want to use it to play to audio rather than just testing the URL. Try "-ao alsa" for a quick test. You might have to use pulseaudio or some other output though depending on how you've configured your system. > Putting the URL into xmms2 shows no errors when entered however the log > file shows them. > > xmms2> add http://icecast-beta.timlradio.co.uk/absoluteclassicrock.ogg > xmms2> play > xmms2> stop You'll have to keep an eye on the log and see what it says after 'xmms2 add'. No need to play it because adding the file will attempt to start a download to see if it can be played. > 21:17:06 ERROR: ../src/xmms/xform.c:1341: Couldn't set up chain for 'ht > tp://icecast-beta.timlradio.co.uk/absoluteclassicrock.ogg' (5) This is the final message but it's the ones leading up to this that tell you what the problem might be. Cheers, Adam.