similar to: static playlist display order

Displaying 20 results from an estimated 10000 matches similar to: "static playlist display order"

2004 Aug 06
2
syntax for playlist
I should be more specific . What I meant to ask was - is it necessary for the directory that icecast streams or serves files from to "everyone" or the "world" have at least read permissions. I do plan to experiment with the permisions but I was just asking to see if any one had already tried this. I like to lock down my system as much as possible. Thanks for the help!
2004 Aug 06
1
compiling ices on solaris 9 / sparc
Hello, I am also trying to get ices working on Solaris. thanks in advance ED <p>4-solaris-64int/CORE -lperl -ldl -lc -L/usr/lib -lxml2 -lz -lsocket -lnsl -lm -R/usr/local/lib -R/usr/local/lib -R/usr/perl5/5.6.1/lib/sun4-solaris-64int/CORE -R/usr/lib Undefined first referenced symbol in file inet_aton ../libshout/.libs/libices.al(sock.lo) ld: fatal:
2004 Aug 06
0
compiling ices on solaris 9 / sparc
Hello, Perhaps foolishly I am trying to migrate my icecast 1.3.12 / ices 0.2.3 / LAME-3.92 from linux to solaris on sparc. icecast and LAME compiled, but when I tried to get ices to build the following occurred. I tried to confirm all needed libs, but must have not found something. Any help appreciated! Thanks... error follows. -Dave D $ make make all-recursive Making all in libshout
2004 Aug 06
0
AW: compiling error
Hello Dave, Thanx for your help, it works, I added /usr/ccs/bin to my /etc/default/login and /etc/default/su path and he compile. :) to Karl Heyes: the devolopement package is installed: it is a little bit difficult with solaris ..hehe, I have a hate-love with solaris. <p>Thanx to all Daniel <p>> > > I run LAME-3.92 on Solaris 9. The ar binary is there, but its >
2004 Aug 06
2
mkpasswd??
Hello, after reading the FAQ, I decided to compile icecast (1.3.11) with --with-crypt option, but, there's no mkpasswd anywhere in the source tarball. Am I missing something here? Thanks, Norberto <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
2
compiling error
Hello Icecast group, I have a problem with compiling lame or other programms, I get always the message from stupid libtool libtool is installed, I use Solaris9 (sunOS 5.9) has any person a idea? thank you for help Daniel # make cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/bash ./config.status config.status: creating config.h config.status: config.h is unchanged
2011 Mar 09
4
Help with read.csv
Hello, I have a file that looks like this: Date,Hour,DA_DMD,DMD,DA_RTP,RTP,, 1/1/2006,1,3393.9,3412,76.65,105.04,, 1/1/2006,2,3173.3,3202,69.20,67.67,, 1/1/2006,3,3040.0,3051,69.20,77.67,, 1/1/2006,4,2998.2,2979,67.32,69.10,, 1/1/2006,5,3005.8,2958,65.20,68.34,, where the ',' is the separator and I tried to read it into R, but... > y <- read.csv("Data/Data_tmp.csv",
2008 Oct 28
2
[LLVMdev] ldc (LLVM backend for the D Programming Language) has x86-64 support
Hello everyone, I just thought I would let people here know that ldc (llvm backend for the D Programming Language) is getting pretty usable (a few larger libraries compile) and it now has x86-64 support added. I decided to run some timings on some D and C++ code to compare ldc to dmd (the mainline compiler), gdc (the gcc based D compiler) and g++. I used a ray tracing program found in this
2008 Oct 28
0
[LLVMdev] ldc (LLVM backend for the D Programming Language) has x86-64 support
On Oct 27, 2008, at 11:03 PM, Kelly W wrote: > Hello everyone, > > I just thought I would let people here know that ldc (llvm backend > for the D Programming Language) is getting pretty usable (a few > larger libraries compile) and it now has x86-64 support added. I > decided to run some timings on some D and C++ code to compare ldc to > dmd (the mainline compiler),
2004 Aug 06
1
also error compiling ices
More specifically #define inet_aton(a,b) inet_pton(AF_INET, (a), (b)) into ices/libshout/sock.h Thanks to the list for giving me this a few weeks back +------------------------- + Dave Dennis + Seattle, WA + dmd@speakeasy.org + http://bauhaus.nu/dion +------------------------- On 31 Jan 2003, Karl Heyes wrote: > On Fri, 2003-01-31 at 11:37, Daniel Knoll wrote: > > Hey
2016 Apr 12
2
Previously extended schema not working in 4.4.0
On 12 April 2016 at 07:31, Rowland penny <rpenny at samba.org> wrote: > > The schema is in another NC, so use the 'cross-ncs' switch to see the > schema. Thanks Rowland - adding --cross-ncs worked and I can now see the schema extensions using ldbedit. I can confirm that my schema extensions are definitely present, including as mentioned in the record below, which I
2008 Aug 15
3
[LLVMdev] install question
I'm trying to install llvm on my windows development box and hit a problem I'm using cygwin cygwin% gcc --version gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) I downloaded both the top of tree via svn I ran ./configure make make[1]: Entering directory `/cygdrive/c/llvm/lib/Support' llvm[1]: Compiling APFloat.cpp for Debug build llvm[1]: Compiling APInt.cpp
2004 Aug 06
2
also error compiling ices
Hey developer Freaks, can anyone explain, what is wrong ? is a libary missing ? I don't understand this "make" output thanx for your help .. Daniel <p>gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a ../libshout/.libs/libices.al /usr/local/lib/libmp3lame.so
2004 Aug 06
5
[Re: icecast2 ??]
Dear list, I agree with the main points that have been stated here lately -- icecast2 appears not ready for prime time (because of lack of web presence / tarball and rpm downloads / some documentation on line) and icecast1 community needs a support forum if this list no longer is one. It would be so simple to spell out the statuses on www.icecast.org -- Status of icecast1, status of
2011 Oct 26
0
[LLVMdev] [3.0 Release] Call for External Open Source Projects Using LLVM 3.0
Another one: Name: SDC - The Stupid D Compiler (https://github.com/bhelyer/SDC) Description: A project seeking to write a self-hosting compiler for the D programming language, without using the frontend of the reference compiler (DMD). Regards, Alex On Tue, Oct 25, 2011 at 3:06 AM, Bill Wendling <wendling at apple.com> wrote: > Good day! > > To get ready for the release, we need
2007 Aug 06
2
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
Hello, I'm starting to play with LLVM today and I've trouble compiling it. I'm working under Windows Vista, with the gcc from Cygwin: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Is LLVM supposed to work with this version of GCC (probably using the -mno-cygwin option to get a Mingw-like behavior)? The LLVM source tree is from the current SVN trunk. Compilation
2008 Aug 15
0
[LLVMdev] install question
Rubin, Norman wrote: > I'm trying to install llvm on my windows development box and hit a > problem > I'm using cygwin > cygwin% gcc --version > gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) > > I downloaded both the top of tree via svn > I ran ./configure > make > > make[1]: Entering directory `/cygdrive/c/llvm/lib/Support' >
2010 Mar 01
1
adding directory contents to ogg123 playing in sorted order?
Would a patch to ogg123 for using scandir(3) and alphasort(3) instead of opendir(3) and readdir(3) in playlist_append_directory() be accepted, or are those not sufficiently portable? On Linux, _SVID_SOURCE or _BSD_SOURCE is required to use them. This shouldn't be hard to implement and I'd like very much to have directories added to the playlist in sorted order.
2008 Sep 10
0
job posting - Senior Engineer @ Speakeasy.net
Put your love of puppet to work with us at Speakeasy. We need Engineers who want to use puppet in conjunction with re-architecting our infrastructure. We are based in downtown Seattle, overlooking Elliot Bay. Please send your resume or any questions directly to me and off-list. Thanks, -g Company summary: Speakeasy, one of the nation’s leading broadband voice (VoIP), data and IT service
2006 Mar 12
1
Speakeasy VOIP + Asterisk?
Has anyone tried getting Speakeasy VOIP to work with Asterisk? I just got Speakeasy DSL and am thinking of trying out their VOIP [1] with the hope that the quality/stability will be better than broadvoice. I searched in the usual places (voip-info.org, the asterisk users mailing list archives [2], dslreports.com) and couldn't find anything. Any other places I should look? Thanks, Simon