Stream PCM audio File via ezstream to icecast -


i know if can stream pcm audio file via ezstream icecast :

my ezstream config file :

<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> 

thank you

as of version 0.5.6 ezstream supports mp3, ogg vorbis , ogg theora


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -