Тема: ezstream

При запуске ezstream -c /etc/icecast2/ezstream.xml начинает флудить такое...

http://s09.radikal.ru/i182/1208/dc/86c9e9a3d49f.png

Директория до .mp3 точно правильная...

Вот конфиг ezstream:

<ezstream>
    <url>http://localhost:8000/madtown</url>
    <sourcepassword>*****</sourcepassword>
    <format>MP3</format>
    <filename>/etc/icecast2/playlist.txt</filename>
    <shuffle>0</shuffle>
    <playlist_program>0</playlist_program>
    <svrinfoname>Name</svrinfoname>
    <svrinfourl>http://madtown.ru/</svrinfourl>
    <svrinfogenre>Ofther</svrinfogenre>
    <svrinfodescription>Description</svrinfodescription>
    <svrinfobitrate>128</svrinfobitrate>
    <svrinfochannels>2</svrinfochannels>
    <svrinfosamplerate>44100</svrinfosamplerate>
    <svrinfopublic>1</svrinfopublic>

<reencode>
     <enable>1</enable>
     <encdec>
         <format>MP3</format>
         <match>.mp3</match>
         <decode>lame -f --preset cbr 128 --bitwidth 16 \"@T@\" -</decode>
     </encdec>
</reencode>
</ezstream>

Отредактировано Sergey_Walter (02-08-2012 08:09:07)

2

Re: ezstream

1) Проверить существование трека по указанному пути
2) Выставить права на папку и файлы в ней - chmod 777

Re: ezstream

Файл есть, права 777 может lame или ezstream установлен неправильно?

4

Re: ezstream

v playlist.txt propisani pesni?

playlist.txt с правами 777

ezstream.xml с правами 644

Отредактировано enzO (02-08-2012 11:31:29)

https://cdn1.iconfinder.com/data/icons/fatcow/16/debian.png

Re: ezstream

enzO, конечно... я весь гугл облазил в поисках правильных настроек sad

Отредактировано Sergey_Walter (02-08-2012 13:03:35)