Carsten Henkel
2005-Jan-10 05:51 UTC
[Icecast] ezstream is streaming differently bitrate to config file
hi together, our e zastream is streaming the bitrate that is original in the mp3 file. but in the config i have 24. have you any idea ? thank you <ezstream> <url>http://localhost:8010/backup</url> <sourcepassword>+++</sourcepassword> <format>MP3</format> <filename>playlist.m3u</filename> <svrinfoname>Radio.Chatlabel.de (SendePause)</svrinfoname> <svrinfourl>http://radio.chatlabel.de</svrinfourl> <svrinfogenre>gemischt</svrinfogenre> <svrinfodescription>Das Radio von ChatLabel.de</svrinfodescription> <svrinfobitrate>24</svrinfobitrate> <svrinfoquality>4.0</svrinfoquality> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>0</svrinfopublic> </ezstream> -- Mit freundlichen Gr?ssen Carsten Henkel mailto:carsten@chatlabel.de Die meisten Menschen wenden mehr Zeit und Kraft daran, um die Probleme herumzureden, als sie anzupacken. (Henry Ford I.) dieser Text ist zuf?llig gew?hlt und hat nichts mit dem Empf?nger der e-Mail zu tun. Carsten Henkel Passauer Stra?e 7 94577 Winzer tel.: 0049 (0)180-3684398-360 fax.: 0049 (0)180-3684398-039 http://chatlabel.de http://radio.chatlabel.de
oddsock
2005-Jan-10 06:39 UTC
[Icecast] ezstream is streaming differently bitrate to config file
At 07:50 AM 1/10/2005, you wrote:>hi together, our e zastream is streaming the bitrate that is original >in the mp3 file. but in the config i have 24. have you any idea ?from the ezstream README : SVRINFOBITRATE - Bitrate of broadcast (informational only) (used for YP) It is YOUR responsibility to ensure that the bitrate specified here matches up with your input. Note that this info is not for anything OTHER than YP listing info. if you want to reencode, you need to look at and use one of the ezstream_reencoding_example_*.xml config files... oddsock
Carsten Henkel
2005-Jan-11 02:17 UTC
[Icecast] ezstream is streaming differently bitrate to config file
Guten Tag oddsock, Am Montag, 10. Januar 2005 um 15:37 schrieben Sie: o> At 07:50 AM 1/10/2005, you wrote:>>hi together, our e zastream is streaming the bitrate that is original >>in the mp3 file. but in the config i have 24. have you any idea ?o> from the ezstream README : o> SVRINFOBITRATE - Bitrate of broadcast (informational only) (used for YP) o> It is YOUR responsibility to ensure that the bitrate o> specified o> here matches up with your input. Note that this info is not o> for anything OTHER than YP listing info. o> if you want to reencode, you need to look at and use one of the o> ezstream_reencoding_example_*.xml config files... ok, i have installed lame and madplay. my config file for eza is now with the options: <reencode> <enable>1</enable> <encdec> <!-- Support for MP3 decoding via madplay, and encoding via LAME --> <format>MP3</format> <match>.mp3</match> <decode>madplay -o raw:- @T@ 2>/dev/null</decode> <encode>lame -r -x -b 56 -s 44.1 --resample 22.05 -a - - 2>/dev/null</encode> </encdec> </reencode> have you any documentation for this ? have al lot of thanks. carsten -- Mit freundlichen Gr?ssen Carsten Henkel mailto:carsten@chatlabel.de Systeme, die idiotensicher sind, werden auch nur von solchen bedient. dieser Text ist zuf?llig gew?hlt und hat nichts mit dem Empf?nger der e-Mail zu tun. Carsten Henkel Passauer Stra?e 7 94577 Winzer tel.: 0049 (0)180-3684398-360 fax.: 0049 (0)180-3684398-039 http://chatlabel.de http://radio.chatlabel.de