首页 文章

通过ezstream将PCM音频文件流式传输到icecast

提问于
浏览
0

我想知道我是否可以通过ezstream将PCM音频文件传输到icecast:

我的ezstream配置文件:

<ezstream>
<url>http://127.0.0.1:8000/myRadio</url>
<sourcepassword>hackme</sourcepassword> 
<format>MP3</format> 
<filename>C:\Users\HP\Downloads\ezstream-0.5.6-win32\test\playlist.txt</filename> 
<stream_once>1</stream_once> 
<svrinfoname>AAA</svrinfoname> 
<svrinfourl>http://test.ma</svrinfourl> 
<svrinfogenre>Software Developpement</svrinfogenre> 
<svrinfodescription>DDDD</svrinfodescription> 
<svrinfobitrate>128</svrinfobitrate> 
<svrinfochannels>2</svrinfochannels> 
<svrinfosamplerate>44100</svrinfosamplerate>
<svrinfopublic>1</svrinfopublic> 

    <reencode>
    <enable>1</enable>
    <encdec>
        <format>MP3</format>
        <match>.mp3</match>
        <encode>lame -r -s 44.1 - -</encode>
    </encdec>
    </reencode> 
    </ezstream>

谢谢

1 回答

  • 0

    从版本0.5.6开始,ezstream支持MP3,Ogg Vorbis和Ogg Theora

相关问题