You are not logged in.

#1 2011-08-18 02:23:55

ffuentes
Member
From: Santiago, Chile
Registered: 2009-08-23
Posts: 35

MPD -> ERROR: problems opening audio device (but only streaming)

I'm using mpd for stream to an icecast server outside home (giss) but the issue is mpd stop itself after some songs and I can't use it in that way.

MPD is not using alsa nor soundcards:

 audio_output {
        type            "shout"
        encoding        "mp3"                   # optional
        name            "Radio"
        host            "91.121.134.23"
        port            "8001"
        mount           "/path.mp3"
        password        "password"
#       quality         "5.0"
        bitrate         "128"
        format          "44100:16:1"
        protocol        "icecast2"              # optional
        user            "source"                # optional
        description     "Radio"           # optional
        genre           "Music"    # optional
        public          "yes"                   # optional
        timeout         "2"                     # optional
        mixer_type      "software"              # optional
}

What's wrong?

Thanks

Offline

Board footer

Powered by FluxBB