Hi folks, I'm kinda new on the list. I've been trying to build libshout 2.1 and then icecast 2.2.0 under Windows, using Visual Studio 7.0 (.net), but had lots of problems. I've fetched needed packages including curl, iconv, libxml2, libxslt, org, pthreads, theora, but I still cannot find "implement.h", and the build reports errors at linking such as "invalid or corrupt file". Does any one have experience on building under Windows, and can refer me further resources? Anywhere to download the complete source package that can be built smooth under Windows? Your help is greatly appreciated. Best, Yi
Sorry, but both icecast and libshout only have VC6 project files. I have no desire to create and maintain VS.NET project files as well... oddsock At 12:39 AM 7/14/2005, you wrote:>Hi folks, I'm kinda new on the list. > >I've been trying to build libshout 2.1 and then >icecast 2.2.0 under Windows, using Visual Studio 7.0 >(.net), but had lots of problems. > >I've fetched needed packages including curl, iconv, >libxml2, libxslt, org, pthreads, theora, but I still >cannot find "implement.h", and the build reports >errors at linking such as "invalid or corrupt file". > >Does any one have experience on building under >Windows, and can refer me further resources? Anywhere >to download the complete source package that can be >built smooth under Windows? Your help is greatly >appreciated. > >Best, >Yi >_______________________________________________ >Icecast mailing list >Icecast@xiph.org >http://lists.xiph.org/mailman/listinfo/icecast
Thanks Oddsock. Acutally my VC 7 (.net) did convert the VC 6 project files properly. But you think most problems may come from the incompatibility of VC 7, instead of from the required libraries and etc.? If compiling in VC 6 is generally smooth, I would rather roll back to VC 6. Thanks. Yi --- oddsock <oddsock@oddsock.org> wrote:> Sorry, but both icecast and libshout only have VC6 > project files. I have > no desire to create and maintain VS.NET project > files as well... > > oddsock > At 12:39 AM 7/14/2005, you wrote: > >Hi folks, I'm kinda new on the list. > > > >I've been trying to build libshout 2.1 and then > >icecast 2.2.0 under Windows, using Visual Studio > 7.0 > >(.net), but had lots of problems. > > > >I've fetched needed packages including curl, iconv, > >libxml2, libxslt, org, pthreads, theora, but I > still > >cannot find "implement.h", and the build reports > >errors at linking such as "invalid or corrupt > file". > > > >Does any one have experience on building under > >Windows, and can refer me further resources? > Anywhere > >to download the complete source package that can be > >built smooth under Windows? Your help is greatly > >appreciated. > > > >Best, > >Yi > >_______________________________________________ > >Icecast mailing list > >Icecast@xiph.org > >http://lists.xiph.org/mailman/listinfo/icecast > > > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >
Hi, I'm working on a project to add more audio formats other than MP3 and Ogg that can be streamed by Icecast. Yes, I mean streaming those formats, not converting them to MP3. These formats I'd like to add include PCM (.wav) and ADPCM (.adp). Although they are much less advanced codecs compared to MP3, they have a valid market for low-power clients. I've been working on the source codes, and believe I need to write modules analogous to format_mp3.c in Icecast, and mp3.c in Libshout. Does anyone have suggestions, advice? Anyone interested in this project and interested in working with me? Thanks. Yi
Yi Liang wrote:> I've been trying to build libshout 2.1 and then > icecast 2.2.0 under Windows, using Visual Studio 7.0 > (.net), but had lots of problems.Just curious why such an old version of Icecast? The current version is 2.3.1 and that's been out for awhile. You can get a precompiled binary at http://downloads.xiph.org/releases/icecast/icecast2_win32_v2.3.1_setup.exe and sources at http://downloads.xiph.org/releases/icecast/icecast-2.3.1.tar.gz There's also a newer libshout - you can get 2.2.2 from http://downloads.us.xiph.org/releases/libshout/libshout-2.2.2.tar.gz Hope this helps. Geoff.