From nkd at 24hourkirtan.fm Sun Sep 11 13:29:00 2016 From: nkd at 24hourkirtan.fm (Nanda Kishor) Date: Sun, 11 Sep 2016 15:29:00 +0200 Subject: [Icecast] Installing from official Xiph repositories Message-ID: <669252a6-26f7-d92f-f320-d79feb7663b6@24hourkirtan.fm> Hi there, When I try to install the latest version of Icecast as outlined on https://wiki.xiph.org/Icecast_Server/Installing_latest_version_(official_Xiph_repositories), I get this error when running sudo apt-get update W: GPG error: http://download.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1469826248 $sudo apt-key list | grep expired pub 1024D/3A802234 2009-04-23 [expired: 2016-07-29] Can anyone update the key on http://icecast.org/multimedia-obs.key? Or is there another way for me to work around that issue? Thanks, NKd Nanda Kishor Founder and Lead Developer 24 Hour Kirtan Radio http://24hourkirtan.fm Bergstrasse 54 ? 8032 Z?rich ? Switzerland 24 Hour Kirtan Radio is a Swiss non-profit organization. From digi at os2.snc.ru Tue Sep 13 23:48:07 2016 From: digi at os2.snc.ru (Andrey Vasilkin) Date: Wed, 14 Sep 2016 11:48:07 +1200 Subject: [Icecast] Source client (Windows and OS/2 versions). Message-ID: <57D89037.8040009@os2.snc.ru> IceS-ne 0.4.2 for OS/2, eComstation and Windows based on Centova Cast Edition. Many bugs have been fixed. Added new features useful for me, I hope for you too. ftp://idenis.snc.ru/users/GreenPoison/IceS-ne-20160912.zip ftp://digi.os2.snc.ru/pub/Radio/IceS-ne-20160912.zip New features available in this version IceS-ne: - Advanced encoding control. IceS-ne encodes a stream in CBR (constant bitrate) or in two types of variable bitrate: VBR (variable bitrate) and ABR (average bitrate). You can specify the encoding quality and values of lowest and highest sample rates for the variable bitrate. - Named semaphores control. - CUE file can be disabled in the configuration file. However, for OS/2 it can be obtained at any time from the named pipe. - Character encoding for metadata can be set in the configuration file. Before sending to the server metadata will be converted to the specified encoding. It is also possible to specify the encoding of id3v1 mp3 tags. Tags id3v1 will be used when there is no tags id3v2 in mp3 file. - A new built-in module for playlist. A local path to the media files can be specified instead playlist file. When directory specified, built-in playlist module will periodically scan files and new list will be used if it have been changed. - A new type of playlist module - "program". The module is runs once by IceS and receives requests on STDIN every time when IceS need to get the name of the next file. The module responds to STDOUT the name of file and (optionally) metadata, maximum playing time and line number in the playlist. After response module switches to the waiting next request. - Log files. This version of IceS supports rotation based on maximum size of the log. - IceS-ne can be installed as Windows system service. -- Donations are most welcome! -------------- next part -------------- An HTML attachment was scrubbed... URL: From thatjackelliott at kpov.org Wed Sep 14 02:12:14 2016 From: thatjackelliott at kpov.org (Jack Elliott) Date: Tue, 13 Sep 2016 19:12:14 -0700 Subject: [Icecast] Source client (Windows and OS/2 versions). In-Reply-To: <57D89037.8040009@os2.snc.ru> References: <57D89037.8040009@os2.snc.ru> Message-ID: <58667adc-6fc3-5e65-c95a-cdc0000ff153@kpov.org> Any documentation for this? -- That Jack Elliott KPOV 88.9 FM High Desert Community radio Producer, The Wednesday Point Host, The Sunday Classics On 09/13/2016 04:48 PM, Andrey Vasilkin wrote: > IceS-ne 0.4.2 for OS/2, eComstation and Windows based on Centova Cast > Edition. Many bugs have been fixed. Added new features useful for me, > I hope for you too. > > ftp://idenis.snc.ru/users/GreenPoison/IceS-ne-20160912.zip > ftp://digi.os2.snc.ru/pub/Radio/IceS-ne-20160912.zip > > New features available in this version IceS-ne: > > - Advanced encoding control. IceS-ne encodes a stream in CBR (constant > bitrate) or in two types of variable bitrate: VBR (variable bitrate) > and ABR (average bitrate). You can specify the encoding quality and > values of lowest and highest sample rates for the variable bitrate. > > - Named semaphores control. > > - CUE file can be disabled in the configuration file. However, for > OS/2 it can be obtained at any time from the named pipe. > > - Character encoding for metadata can be set in the configuration > file. Before sending to the server metadata will be converted to the > specified encoding. It is also possible to specify the encoding of > id3v1 mp3 tags. Tags id3v1 will be used when there is no tags id3v2 in > mp3 file. > > - A new built-in module for playlist. A local path to the media files > can be specified instead playlist file. When directory specified, > built-in playlist module will periodically scan files and new list > will be used if it have been changed. > > - A new type of playlist module - "program". The module is runs once > by IceS and receives requests on STDIN every time when IceS need to > get the name of the next file. The module responds to STDOUT the name > of file and (optionally) metadata, maximum playing time and line > number in the playlist. After response module switches to the waiting > next request. > > - Log files. This version of IceS supports rotation based on maximum > size of the log. > > - IceS-ne can be installed as Windows system service. > > > -- > Donations are most welcome! > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: From digi at os2.snc.ru Wed Sep 14 02:42:25 2016 From: digi at os2.snc.ru (Andrey Vasilkin) Date: Wed, 14 Sep 2016 14:42:25 +1200 Subject: [Icecast] Source client (Windows and OS/2 versions). In-Reply-To: <58667adc-6fc3-5e65-c95a-cdc0000ff153@kpov.org> References: <57D89037.8040009@os2.snc.ru> <58667adc-6fc3-5e65-c95a-cdc0000ff153@kpov.org> Message-ID: <57D8B911.4090804@os2.snc.ru> readme.txt in archive and comments in ices.conf 14.09.16 14:12, Jack Elliott ?????: > > Any documentation for this? > > -- > That Jack Elliott > KPOV 88.9 FM High Desert Community radio > Producer, The Wednesday Point > Host, The Sunday Classics > On 09/13/2016 04:48 PM, Andrey Vasilkin wrote: >> IceS-ne 0.4.2 for OS/2, eComstation and Windows based on Centova Cast >> Edition. Many bugs have been fixed. Added new features useful for me, >> I hope for you too. >> >> ftp://idenis.snc.ru/users/GreenPoison/IceS-ne-20160912.zip >> ftp://digi.os2.snc.ru/pub/Radio/IceS-ne-20160912.zip >> >> New features available in this version IceS-ne: >> >> - Advanced encoding control. IceS-ne encodes a stream in CBR >> (constant bitrate) or in two types of variable bitrate: VBR (variable >> bitrate) and ABR (average bitrate). You can specify the encoding >> quality and values of lowest and highest sample rates for the >> variable bitrate. >> >> - Named semaphores control. >> >> - CUE file can be disabled in the configuration file. However, for >> OS/2 it can be obtained at any time from the named pipe. >> >> - Character encoding for metadata can be set in the configuration >> file. Before sending to the server metadata will be converted to the >> specified encoding. It is also possible to specify the encoding of >> id3v1 mp3 tags. Tags id3v1 will be used when there is no tags id3v2 >> in mp3 file. >> >> - A new built-in module for playlist. A local path to the media files >> can be specified instead playlist file. When directory specified, >> built-in playlist module will periodically scan files and new list >> will be used if it have been changed. >> >> - A new type of playlist module - "program". The module is runs once >> by IceS and receives requests on STDIN every time when IceS need to >> get the name of the next file. The module responds to STDOUT the name >> of file and (optionally) metadata, maximum playing time and line >> number in the playlist. After response module switches to the waiting >> next request. >> >> - Log files. This version of IceS supports rotation based on maximum >> size of the log. >> >> - IceS-ne can be installed as Windows system service. >> >> >> -- >> Donations are most welcome! >> >> >> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast -- Donations are most welcome! -------------- next part -------------- An HTML attachment was scrubbed... URL: