similar to: Some diffs to libshout for MacOSX

Displaying 20 results from an estimated 1000 matches similar to: "Some diffs to libshout for MacOSX"

2004 Aug 06
2
Some diffs to libshout for MacOSX
Brendan, Thanks for applying these patches - that's great. We're about to release the latest version of our SndKit frameworks, which require libshout to be installed in order to compile. Up until now we have provided the set of patches that we sent to you, and instructed people to download the iceS-0.2.2 package, apply the patches, and compile from there. What we'd prefer though
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"
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
1
patch file submission: libshout sock.c
Hello icecast dev, Would like to resubmit a patch to libshout's sock.c that is needed for happy compilation on MacOSX. This is the libshout patch that fixes sock.c's dependency upon poll.h. It replaces the poll function, which isn't found in MacOSX, with the more universally unix friendly select() call. Apply as follows: * save the attached patch file into the directory above
2004 Aug 06
1
Patches to libshout for MinGW support
Hello all, I have enclosed a set of patches to enable compilation of libshout (from the CVS head) on a Win32 MinGW 3.1.0 system. I can supply other diff formats if my patches are troublesome to use. <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: libshout.patch Type: application/octet-stream Size: 4487 bytes Desc: libshout.patch Url :
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
2004 Aug 06
1
Some diffs to libshout for MacOSX
> I'll get together a new point release of libshout over the weekend. Wouldn't it make more sense just to release libshout 2 now? After all, it does do mp3 and ogg now. jack. --- >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-dev-request@xiph.org' containing
2004 Aug 06
2
cvs changes
I changed the libshout2 and thread module apis. This broke everything. If you are tracking CVS, make sure to update your libshout2 and the thread module. Ices2 and Icecast2 already uses these new changes, which were implemented as part of general cleanup and getting Solaris builds out of clean tarballs. If anyone is having build issues now, on linux or solaris, please let me know. jack. ---
2004 Aug 06
3
Icecast 2 questions.
Hi all, I just built icecast 2 from cvs. I tried to compile ices (also from cvs) and got: tream.c: In function `ices_instance_stream': stream.c:164: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast stream.c:164: too few arguments to function `shout_strerror' stream.c:198: warning: passing arg 1 of `shout_strerror' makes pointer from integer
2004 Aug 06
0
Some diffs to libshout for MacOSX
On Friday, 08 February 2002 at 19:06, Stephen Brandon wrote: > So, what we've decided to do is to ask you if you could please make a tarball > of the ices/libshout package as you have done before, as release 0.2.3, or > alternatively to just tag libshout in CVS, and put the tarball on your > website as a standalone bundle as you did with the much older version (0.1.0 > if I
2004 Aug 06
2
cvs changes
>stream.c:208: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast >stream.c:208: too few arguments to function `shout_strerror' >make[2]: *** [stream.o] Error 1 You probably didn't do a 'make install' on libshout, so it was picking up the old (wrong) headers. This was a minor api change. >This looked like an api change issue, so I
2004 Aug 06
3
cvs changes
> Yeah I did. but just to be sure, I did another update on everything, > rebuilt libshout, installed it in /usr2/friends/geoff, checked the date > stamps on the lib and the header to make sure they actually installed, > reconfigured ices and tried make again. The stream.c errors persist. > look further? I'm almost 100% certain CVS code has the right fixes. Paste an instance
2004 Aug 06
2
Trouble compiling ices
Any help would be appreciated, not sure why this isn't compiling: Redhat 7.2 [root@jasmine ices-0.2.2]# ./configure --with-lame loading cache ./config.cache Building ices 0.2.2... checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found
2004 Aug 06
1
solaris 2.7 libshout error
Has anyone seen this issue before on solaris 2.7. I keep getting this error for libshout when trying to compile the example. root#[/usr/local/src/libshout-1.0.9/example]#gcc -lshout -o test example.c Undefined first referenced symbol in file socket /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2/../../../libshout.so recv
2013 Jun 24
3
Streaming AAC with libshout?
The open source fdk-aac encoder, available there: https://github.com/mstorsjo/fdk-aac offers pretty good quality. As for libshout, I do not think that it is currently posible to send AAC data using it. First, libshout doesn't have support to buffer and control timing of data sent. And even is you use the un-timed API (shout_send_raw), the library cannot set the proper mime type, due to a
2005 Jul 13
5
build libshout and icecast under Windows
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
2004 Dec 07
1
Help: compiled libshout under win32
I want to use libshout under my win32 app (in Python) and download shout-python-1.0.tar.gz and libshout-2.0.tar.gz but I can not compile libshout into binary. It seems a unix-only project and there is no .dsp file for Visual Studio. Can anyone tell me how to compile libshout under win32 platform? Or send me a compiled version (a python binary dist will be better)? Thanks in advance.
2004 Aug 06
2
error with libshout
can't find help on this anywhere! using ice get error message from ice: [ ices]$ bin/ices -F ~uo/dilated.txt -P ***** Logfile opened Mounted on http://127.0.0.1:8000/ices Playing /export/mp3/My Music/Rawkus/Lyricist Lounge 2/Dilated Peoples - Right and Exact.mp3 Error during send: Libshout reported send error, disconnecting: Libshout socket error. Mounted on http://127.0.0.1:8000/ices Ices
2013 Jun 25
4
Streaming AAC with libshout?
On 13-06-24 2:55 PM, RJ Ryan wrote: > Respectfully, please change your stance on this issue! libshout was developed and is maintained by the Xiph.Org Foundation, whose charter is the development and promotion of media technology that is open and free for anyone to use. As such it's inappropriate for that project to support non-free formats like AAC, no matter how popular or convenient
2015 Nov 17
2
Release: libshout 2.4.0
Good evening, I'm very proud to announce the Release 2.4.0 of libshout. It has been a long time since the last libshout release as work focused mostly on Icecast2 itself. However we're very pleased to release the next version of libshout with many new features and fixes. The highlights on the new feature list: * We added full TLS support (HTTPS). This includes both RFC2817