Streaming 播放mp3的最佳方式

Streaming 播放mp3的最佳方式,streaming,mp3,ogg,icecast,Streaming,Mp3,Ogg,Icecast,我需要组织从我的机器到世界其他地方的mp3流。人们建议我使用with作为前端。一切都很好,除了一件事-音乐是流式的,而不是我真正需要的 有一段MPD的配置文件: audio_output { type "shout" name "Radio" host "localhost" port "8000" enc

我需要组织从我的机器到世界其他地方的mp3流。人们建议我使用with作为前端。一切都很好,除了一件事-音乐是流式的,而不是我真正需要的

有一段MPD的配置文件:

audio_output {
    type                    "shout"
    name                    "Radio"
    host                    "localhost"
    port                    "8000"
    encoding                "mp3"
    mount                   "/radio.ogg"
    password                "mypass"
    bitrate                 "256"
    format                  "44100:16:2"
    protocol                "icecast2"
    description             "radio stream"
}
但是,Icecast的状态页面上说它是ogg流媒体,而不是mp3流媒体。 MPD的版本是0.13.2,在Debian Lenny上运行。怎么了

任何帮助都将不胜感激


另外,我已经编译了LAME编码器。

所以我的问题解决了。我刚刚编译了0.15.2版本的MPD,带有--enable_shout和--enable_ffmpeg键。

Hm,你能用winamp作为流式编码器吗?您没有输入平台约束?