search for: skot

Displaying 6 results from an estimated 6 matches for "skot".

Did you mean: shot
2004 Aug 06
1
patch file submission: libshout sock.c
...ws: * save the attached patch file into the directory above your libshout source dir... * In a term window, change into the directory above your libshout source directory. * type: patch -d libshout < sndkit_libshout_patch1.diff * cd into libshout & compile libshout happily... - SKoT <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: sndkit_libshout_patch1.diff Type: application/octet-stream Size: 3158 bytes Desc: sndkit_libshout_patch1.diff Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20020117/108d118e/sndkit_libshou...
2004 Aug 06
0
Submission: Patch to libshout/sock.c for MacOSX
Hi, re libshout: MacOSX doesn't have poll(), which prevents sock.c from compiling. I've patched sock.c to use select(), which is supported on MacOSX, and should be elsewhere too. I've marked my changes with "SKoT" comments in the file below. Main changes are in sock_write_bytes(). - SKoT ------8<----- /* sock.c * - General Socket Functions * * Copyright (c) 1999 Jack Moffitt, Barath Raghavan, and Alexander Haväng * * This program is free software; you can redistribute it and/or * modify it...
2004 Aug 06
2
Some diffs to libshout for MacOSX
Resubmission of patches with curteous nods from the MusicKit Project... - SKoT ----- Original Message ----- From: "Stephen Brandon" <stephen@brandonitconsulting.co.uk> To: <icecast-dev@xiph.org> Sent: Wednesday, January 16, 2002 1:26 PM Subject: [icecast-dev] Some diffs to libshout for MacOSX <p>> Hi, > > I'm part of a project develo...
2004 Aug 06
0
Some diffs to libshout for MacOSX
I've applied this, with the difference that the select timeout is 30 seconds to match the poll timeout. It looks like libshout treats a timeout as a fatal error? On Monday, 04 February 2002 at 08:32, SKoT McDonald wrote: > Resubmission of patches with curteous nods from the MusicKit Project... > > - SKoT > > ----- Original Message ----- > From: "Stephen Brandon" <stephen@brandonitconsulting.co.uk> > To: <icecast-dev@xiph.org> > Sent: Wednesday, January...
2004 Aug 06
2
Some diffs to libshout for MacOSX
Hi, I'm part of a project developing the open source SndKit and MusicKit, which are ObjC frameworks originally from NeXTSTEP, but now on MacOSX and GNUstep. We use libshout.a in part of the SndKit to enable us to schedule and process audio to get sent to shoutcast/icecast servers - pretty cool. Anyway, when compiling libshout on MacOSX it fails because it does not have sys/poll.h, but
2004 Aug 06
2
Some diffs to libshout for MacOSX
...ace, int maxlen); <p>On Friday 08 Feb 2002 3:28 pm, you wrote: > I've applied this, with the difference that the select timeout is 30 > seconds to match the poll timeout. It looks like libshout treats a > timeout as a fatal error? > > On Monday, 04 February 2002 at 08:32, SKoT McDonald wrote: > > Resubmission of patches with curteous nods from the MusicKit Project... > > > > - SKoT --- >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-...