hmmm, after upgrading mpd dies with following message:
Code:
mpd: can't load library 'libgthread-2.0.so.0'
any ideas?
ok, fixed the problem myself. installing glib also installed libgthread-2.0.so.0...
and finally: shout support seems to be compiled in!!!!
Code:
Supported outputs:
shout null fifo ao oss
i've been waiting for this a loooong time ;-)
hello again, it seems i'm having no luck to get streaming functional. my current setup includes mpd running on the asus and icecast running on a windows box.
for playing back the stream i use winamp on the windows box as well.
when i now play a track with mpd and try to listen with winamp mpd grabs a lot of ressources (cpu and mem) and noting is to hear. I've configured mpd as follows:
Code:
audio_output {
type "shout"
name "Radio"
host "192.168.1.214"
port "8000"
mount "/mpd.mp3"
password "hackme"
quality "1.0"
format "44100:16:1"
encoding "mp3"
}
note that i've set encoding to mp3. using ogg resulted in the following message when starting mpd:
Code:
shout: couldn't find shout encoder plugin "ogg"
Aborted
so, mpd error log reports this:
Code:
Feb 04 19:32 : shout: error flushing lame buffers
Feb 04 19:33 : shout: Lost shout connection to 192.168.1.214:8000: Socket error
Feb 04 19:33 : shout: Lost shout connection to 192.168.1.214:8000: Socket error
Feb 04 19:33 : shout: Lost shout connection to 192.168.1.214:8000: Socket error
Feb 04 19:33 : shout: Lost shout connection to 192.168.1.214:8000: Socket error
Feb 04 19:33 : shout: Lost shout connection to 192.168.1.214:8000: Socket error
Feb 04 19:34 : shout: error flushing lame buffers
icecast logs the following:
Code:
[2009-02-04 19:32:56] WARN stats/stats.c seen non-UTF8 data, probably incorrect metadata (stream_start, Wed, 04 Feb 2009 19:32:56 Westeuropäische Normalzeit)
[2009-02-04 19:32:56] INFO source/source.c listener count on /mpd.mp3 now 0
[2009-02-04 19:33:07] WARN source/source.c Disconnecting source due to socket timeout
[2009-02-04 19:33:07] INFO source/source.c Source "/mpd.mp3" exiting
[2009-02-04 19:33:18] INFO connection/connection.c Source logging in at mountpoint "/mpd.mp3"
[2009-02-04 19:33:18] WARN stats/stats.c seen non-UTF8 data, probably incorrect metadata (stream_start, Wed, 04 Feb 2009 19:33:18 Westeuropäische Normalzeit)
[2009-02-04 19:33:18] INFO source/source.c listener count on /mpd.mp3 now 0
[2009-02-04 19:33:29] WARN source/source.c Disconnecting source due to socket timeout
[2009-02-04 19:33:29] INFO source/source.c Source "/mpd.mp3" exiting
[2009-02-04 19:33:44] INFO connection/connection.c Source logging in at mountpoint "/mpd.mp3"
[2009-02-04 19:33:44] WARN stats/stats.c seen non-UTF8 data, probably incorrect metadata (stream_start, Wed, 04 Feb 2009 19:33:44 Westeuropäische Normalzeit)
[2009-02-04 19:33:45] INFO source/source.c listener count on /mpd.mp3 now 0
it seems that mpd connects somehow to icecast according to the logs...
maybe someone can help me out.
any help appreciated,
regards, holger