Hy, I've just installed the latest release of icecast2 and ices from CVS. I have a linux Slackware 9.0 with the default packages. After install of ices and icecast & relative libraries (with no errors), I've started the icecast server. When starts ices, this is the debug: --- INFO ices-core/main ices started... INFO input-oss/oss_open_module Opened audio device /dev/dsp at 2 channel(s), 44100 Hz INFO input-oss/oss_open_module Started metadata update thread INFO signals/signal_usr1_handler Metadata update requested INFO metadata/metadata_thread_signal tag 1 is TITLE=Live Radio Stations on the net. INFO metadata/metadata_thread_signal tag 2 is ARTIST=xxx INFO metadata/metadata_thread_signal Updating metadata INFO audio/downmix_initialise Enabling stereo->mono downmixing INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 INFO stream/ices_instance_stream Connected to server: viabazar.net:8000/radiokey.ogg INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz DBUG encode/encode_clear Clearing encoder engine INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 --- go to the page domain_name:8000/status.xsl I see the mountpoint, the metadata and a link to listen the audio-live. When I click in that link, starts the WINAMP 3 (the file m3u is associated with winamp). It's all OK... Winamp stay connect to the server icecast, but I hear nothing !!! The mixer channel have a right configuration (LINE-IN = volume 90% has Record line!!!) I've tested my sound card, with this comand (from SOX): rec -s w -c 2 -r 44100 track-test.au All is OK ... But from ICES I have no audio signal. This is my ices.xml (the essentials): --- <background>0</background> <!-- run in background? (unimplemented) --> <logpath>/tmp/local/icecast</logpath> <!-- where logs, etc go. --> <logfile>ices.log</logfile> <loglevel>4</loglevel> <!-- 1=error,2=warn,3=info,4=debug --> <consolelog>1</consolelog> <!-- logfile is ignored if this is set to 1 --> <stream> <!-- metadata used for stream listing (not currently used) --> <metadata> <name>Example stream name</name> <genre>Example genre</genre> <description>A short description of your stream</description> </metadata> <input> <module>oss</module> <param name="rate">44100</param> <!-- samplerate --> <param name="channels">2</param> <!-- number of channels --> <param name="device">/dev/dsp</param> <!-- audio device --> <param name="metadata">1</param> <param name="metadatafilename">/icecast/ices.conf/live</param> </input> <hostname>domain_name</hostname> <port>8000</port> <password>xxxxxxx</password> <mount>/radiolive.ogg</mount> <encode> <quality>1</quality> <samplerate>22050</samplerate> <channels>1</channels> </encode> <downmix>1</downmix> --- WHAT IS WRONG??? Many Thanks, in advance! Paolo Remonato --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Fri, 16 May 2003 at 13:02:49, photos-ifree wrote:> I've just installed the latest release of icecast2 and ices from CVS. > I have a linux Slackware 9.0 with the default packages. > After install of ices and icecast & relative libraries (with no errors), I've > started the icecast server.[...]> All is OK ... But from ICES I have no audio signal.I experienced the same problem yesterday. Tried sending an cbr-mp3 - but had the same results. Maybe there is something wrong in ices? Maybe could you do a little debugging which reveals if mp3-data is sent out by ices or not? Just grab the output-stream (which is sent to the server) in a file and try to play that one in WinAmp. Maybe also Brendan got a suggestion to this problem? <p>Greetingz Stefan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hy, I've found in the all version of SLACKWARE this package (in the default installation of slack): OGGUTILS ---- (oggutils-1.0.tgz) What is this??? Is a part of "ogg-tools" modules from Xiph.org??? Is it possible that this "oggutils" do my problems??? The modules "ogg-tools" is necessary for live broadcast with ICES2 and ICECAST2 ??? I'd noted that this package (oggutils) is only in the SLACKWARE dist <p>Many Thanks to all Helper. :-) Paolo <p><p>Friday, May 16, 2003, 1:14:39 PM, you wrote: pi> Hy, pi> I've just installed the latest release of icecast2 and ices from CVS. pi> I have a linux Slackware 9.0 with the default packages. pi> After install of ices and icecast & relative libraries (with no errors), I've started the icecast server. pi> When starts ices, this is the debug: pi> --- pi> INFO ices-core/main ices started... pi> INFO input-oss/oss_open_module Opened audio device /dev/dsp at 2 channel(s), 44100 Hz pi> INFO input-oss/oss_open_module Started metadata update thread pi> INFO signals/signal_usr1_handler Metadata update requested pi> INFO metadata/metadata_thread_signal tag 1 is TITLE=Live Radio Stations on the net. pi> INFO metadata/metadata_thread_signal tag 2 is ARTIST=xxx pi> INFO metadata/metadata_thread_signal Updating metadata pi> INFO audio/downmix_initialise Enabling stereo->mono downmixing pi> INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz pi> INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 pi> INFO stream/ices_instance_stream Connected to server: viabazar.net:8000/radiokey.ogg pi> INFO audio/resample_initialise Initialised resampler for 1 channels, from 44100 Hz to 22050 Hz pi> DBUG encode/encode_clear Clearing encoder engine pi> INFO encode/encode_initialise Encoder initialising in VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 pi> --- pi> go to the page pi> domain_name:8000/status.xsl pi> I see the mountpoint, the metadata and a link to listen the audio-live. pi> When I click in that link, starts the WINAMP 3 (the file m3u is associated with winamp). pi> It's all OK... pi> Winamp stay connect to the server icecast, but I hear nothing !!! pi> The mixer channel have a right configuration (LINE-IN = volume 90% has Record line!!!) pi> I've tested my sound card, with this comand (from SOX): pi> rec -s w -c 2 -r 44100 track-test.au pi> All is OK ... But from ICES I have no audio signal. pi> This is my ices.xml (the essentials): pi> --- pi> <background>0</background> <!-- run in background? (unimplemented) --> pi> <logpath>/tmp/local/icecast</logpath> <!-- where logs, etc go. --> pi> <logfile>ices.log</logfile> pi> <loglevel>4</loglevel> <!-- 1=error,2=warn,3=info,4=debug --> pi> <consolelog>1</consolelog> <!-- logfile is ignored if this is set to 1 --> pi> <stream> pi> <!-- metadata used for stream listing (not currently used) --> pi> <metadata> pi> <name>Example stream name</name> pi> <genre>Example genre</genre> pi> <description>A short description of your stream</description> pi> </metadata> pi> <input> pi> <module>oss</module> pi> <param name="rate">44100</param> <!-- samplerate --> pi> <param name="channels">2</param> <!-- number of channels --> pi> <param name="device">/dev/dsp</param> <!-- audio device --> pi> <param name="metadata">1</param> pi> <param name="metadatafilename">/icecast/ices.conf/live</param> pi> </input> pi> <hostname>domain_name</hostname> pi> <port>8000</port> pi> <password>xxxxxxx</password> pi> <mount>/radiolive.ogg</mount> pi> <encode> pi> <quality>1</quality> pi> <samplerate>22050</samplerate> pi> <channels>1</channels> pi> </encode> pi> <downmix>1</downmix> pi> --- pi> WHAT IS WRONG??? pi> Many Thanks, in advance! pi> Paolo Remonato --- >>8 ---- pi> List archives: http://www.xiph.org/archives/ pi> icecast project homepage: http://www.icecast.org/ pi> To unsubscribe from this list, send a message to 'icecast-request@xiph.org' pi> containing only the word 'unsubscribe' in the body. No subject is needed. pi> Unsubscribe messages sent to the list will be ignored/filtered. <p><p> -- Best regards, photos-ifree mailto:photos@interfree.it --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Fri, 16 May 2003, photos-ifree wrote:> When I click in that link, starts the WINAMP 3 (the file m3u is associated with winamp). > It's all OK... > Winamp stay connect to the server icecast, but I hear nothing !!!I understand that Vorbis streaming in Winamp 3 is broken. Winamp 3 is now discontinued anyway. You can get Winamp 2.91 from classic.winamp.com. Geoff. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Fri, 16 May 2003 at 13:15:22, Geoff Shang wrote:> I understand that Vorbis streaming in Winamp 3 is broken. Winamp 3 is now > discontinued anyway. You can get Winamp 2.91 from classic.winamp.com.What do you mean? Winamp 3 is discontinued? Will 2.x be continued? Where did you get that news from? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hello, hmmmm sweet problem. All I can recommend you is have you tried another player? I've heard that WinAmp3 has certain problems with .ogg streaming. No other idea :(. Martin On Fri May 16 2003 11:14, photos-ifree wrote:> Hy, > I've just installed the latest release of icecast2 and ices from CVS. > I have a linux Slackware 9.0 with the default packages. > After install of ices and icecast & relative libraries (with no errors), > I've started the icecast server. When starts ices, this is the debug: > --- > INFO ices-core/main ices started... > INFO input-oss/oss_open_module Opened audio device /dev/dsp at 2 > channel(s), 44100 Hz INFO input-oss/oss_open_module Started metadata update > thread > INFO signals/signal_usr1_handler Metadata update requested > INFO metadata/metadata_thread_signal tag 1 is TITLE=Live Radio Stations on > the net. INFO metadata/metadata_thread_signal tag 2 is ARTIST=xxx > INFO metadata/metadata_thread_signal Updating metadata > INFO audio/downmix_initialise Enabling stereo->mono downmixing > INFO audio/resample_initialise Initialised resampler for 1 channels, from > 44100 Hz to 22050 Hz INFO encode/encode_initialise Encoder initialising in > VBR mode: 1 channel(s), 22050 Hz, quality 1.000000 INFO > stream/ices_instance_stream Connected to server: > viabazar.net:8000/radiokey.ogg INFO audio/resample_initialise Initialised > resampler for 1 channels, from 44100 Hz to 22050 Hz DBUG > encode/encode_clear Clearing encoder engine > INFO encode/encode_initialise Encoder initialising in VBR mode: 1 > channel(s), 22050 Hz, quality 1.000000 --- > > go to the page > domain_name:8000/status.xsl > I see the mountpoint, the metadata and a link to listen the audio-live. > > When I click in that link, starts the WINAMP 3 (the file m3u is associated > with winamp). It's all OK... > Winamp stay connect to the server icecast, but I hear nothing !!! > The mixer channel have a right configuration (LINE-IN = volume 90% has > Record line!!!) > > I've tested my sound card, with this comand (from SOX): > rec -s w -c 2 -r 44100 track-test.au > > All is OK ... But from ICES I have no audio signal. > This is my ices.xml (the essentials): > > --- > <background>0</background> <!-- run in background? (unimplemented) --> > <logpath>/tmp/local/icecast</logpath> <!-- where logs, etc go. --> > <logfile>ices.log</logfile> > <loglevel>4</loglevel> <!-- 1=error,2=warn,3=info,4=debug --> > <consolelog>1</consolelog> <!-- logfile is ignored if this is set to 1 > --> > > <stream> > <!-- metadata used for stream listing (not currently used) > --> <metadata> > <name>Example stream name</name> > <genre>Example genre</genre> > <description>A short description of your > stream</description> </metadata> > > <input> > <module>oss</module> > <param name="rate">44100</param> <!-- samplerate > --> <param name="channels">2</param> <!-- number of channels --> <param > name="device">/dev/dsp</param> <!-- audio device --> <param > name="metadata">1</param> > > <param > name="metadatafilename">/icecast/ices.conf/live</param> </input> > > <hostname>domain_name</hostname> > <port>8000</port> > <password>xxxxxxx</password> > <mount>/radiolive.ogg</mount> > > <encode> > <quality>1</quality> > <samplerate>22050</samplerate> > <channels>1</channels> > </encode> > > <downmix>1</downmix> > --- > > WHAT IS WRONG??? > > Many Thanks, in advance! > > Paolo Remonato > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.-- Martin Hudec ---------------------------------- :@: corwin@corwin.sk :w: http://www.corwin.sk :m: +421.907.303.393 "In google non est, ergo non est." - unknown IRC operator ---------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hello Martin, I've just change the player, now I've used ASHAMPOO Player Plus. This is the error in the logs: --- playing 'http://xxx.com:8000/radiolive.ogg' Unable to play 'http://xxx.com:8000/radiolive.ogg'. Reported errors: VorbisSet (Ogg Vorbis files - *.ogg) - The initiated action ist not permitted on this object. (file path: 'http://xxx.com:8000/radiolive.ogg') ModSet (MOD music files) - Mod file error: Unknown file format ('http://xxx.com:8000/radiolive.ogg') WaveSet (wave files) - unsupported file format --- But the player is stay connect to the icecast server! Is it possible that there are some errors in the configuration on ICES??? If I play an Ogg File (saved in my hard disk) with WINAMP there isn't any error! Thanks Paolo <p>Friday, May 16, 2003, 3:13:32 PM, you wrote: MH> Hello, MH> hmmmm sweet problem. All I can recommend you is have you tried another player? MH> I've heard that WinAmp3 has certain problems with .ogg streaming. MH> No other idea :(. MH> Martin --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.