On Mon, 2 Sep 2002 12:31:09, [EMAIL PROTECTED] (David Forrester) wrote: > I'll have > another look at asfrecorder.
As it runs on Linux and SUN OS, I gave it a try, and it works. The downloaded files are usable (at least, with a 'real' media player...). The legality of the whole stuff is a bit unclear to me, otherwise I'd have put it on Hobbes... (But I think the content providers are responsible for their offerings, shouldn't they be?) Anyway, it's easy to DIY: Compile it with gcc (emx) and the option -lsocket _after_ all the other options/filenames. (You might also need the emx/BSD networking libraries, if you don't have them.) Also, add the following to the source code: --- #define EMX #ifdef EMX #define strncasecmp strnicmp #define strcasecmp stricmp #endif /*EMX*/ --- This applies for the CLI version only, I didn't look at the GUI stuff. (I don't need them fancy interfaces ;-) If the compile doesn't work, send me an e-mail, the zipped binary is only <50KB. Hartmut -- Please use 'Reply-to' for personal e-mail. Bitte fuer direkte emails 'Reply-to' benutzen.
