similar to: guideline for plug-in to icecast2 server

Displaying 20 results from an estimated 800 matches similar to: "guideline for plug-in to icecast2 server"

2006 Feb 07
1
guideline for plug-in to icecast2 server
thanks alot Geoff by the way is there any possible ways to add plug-in to icecast2 server to stream Wma? regardless of the license problem -----Original Message----- From: Geoff Shang [mailto:geoff@hitsandpieces.net] Sent: Tuesday, February 07, 2006 8:08 PM To: Neo Jiun Siang - R&D Cc: icecast@xiph.org; njsalan@hotmail.com Subject: RE: [Icecast] guideline for plug-in to icecast2 server Neo
2006 Feb 07
1
guideline for plug-in to icecast2 server
hi actually im trying to add feature to ices2 to able to stream mix file format such as ogg and mp3 in the same playlist.m3u without extra decoding and encoding that function like ezstream. the reason i dont want to use ezstream as source client becoz after going thru decoding and encoding, the audio quality drops. Therefore im trying to find out is there any easy way out to add plug-in to
2006 Feb 06
1
guideline for plug-in to icecast2 server
hi all i would like to find out is that any ways to add plugin to icecast2 and ice2 to stream mp3 .Is there a list of gulidline for adding feature to present icecast2 and ices2. i will a appretiated for the help from icecast memeber and developer thank you .
2008 Jul 21
2
CART and CHAID
Can I say that RPART is a modified algo of CART and PARTY a modified of CHAID? Thanks. ---- Chua Siang Li Consultant - Operations Research Acceval Pte Ltd Tel: 6297 8740 Email: siang.li.chua at acceval-intl.com Website: www.acceval-intl.com This message and any attachments (the "message"...{{dropped:12}}
2008 Jul 22
2
rpart$where and predict.rpart
Hello there. I have fitted a rpart model. > rpartModel <- rpart(y~., data=data.frame(y=y,x=x),method="class", ....) and can use rpart$where to find out the terminal nodes that each observations belongs. Now, I have a set of new data and used predict.rpart which seems to give only the predicted value with no information similar to rpart$where. May I know how
2008 Aug 05
1
Extracting variable names of final model in stepAIC
Hello there. I uses the following codes for the purpose of variable selection. > lmModel <- lm(y~.,data.frame(y=y, x=x)) > step <- stepAIC(lmModel, direction="both") > step$anova Stepwise Model Path Analysis of Deviance Table Initial Model: y ~ x.Market.Price + x.Quantity + x.Country + x.Incoterm + x.Channel + x.PaymentTerm Final
2008 Jul 31
1
predict rpart: new data has new level
Hi. I uses rpart to build a regression tree. Y is continuous. Now, I try to predict on a new set of data. In the new set of data, one of my x (call Incoterm, a factor) has a new level. I wonder why the error below appears as the guide says "For factor predictors, if an observation contains a level not used to grow the tree, it is left at the deepest possible node and
2008 Aug 19
1
nonlinear constrained optimization
Hi. I need some advises on how to use R to find pi (i is the index) with the following objective function and constraint: max (sum i)[ f(ai, bi, pi) * g(ci, di, pi) * Di ] s.t. (sum i)[ f(ai, bi, pi) * Di * pi] / (sum i)[ f(ai, bi, pi) * Di ] <= constant f and g are diffentiable. So, I am thinking of optim with method = "BFGS"? But wonder how to include the
2008 Jun 18
3
Cluster on both categorical and numerical data
Hello there. Is there any function in R that can do cluster on a set of data that has both categorical and numerical variables? thanks. siangli
2008 Oct 15
1
Forecasting using ARIMAX
Dear R-helpers, I would appreicate if someone can help me on the transfer parameter in ARIMAX and also see what I am doing is correct. I am using ARIMAX with 2 Exogeneous Variables and 10 years data are as follows: DepVar Period, depVar, IndepVar1 Period, indepVar1, IndepVar2 Period, indepVar2 Jan 1998,708,Jan 1998,495,Jan 1998,245.490 Feb 1998,670,Feb 1998,421.25,Feb 1998,288.170 Mar
2008 Jul 03
1
Otpmial initial centroid in kmeans
Helo there. I am using kmeans of base package to cluster my customers. As the results of kmeans is dependent on the initial centroid, may I know: 1) how can we specify the centroid in the R function? (I don't want random starting pt) 2) how to determine the optimal (if not, a good) centroid to start with? (I am not after the fixed seed solution as it only ensure that the
2008 Sep 16
0
Warning messages after auto.arima
Dear R-helpers. Would appreciate if someone can explain the warning messages below, after auto.arima. I couldn't find any clue in the archived help. Also, how do I retrieve the AICs of each tried model in auto.arima? The purposes are (1) to output to a text file, and (2) to find the 2nd best model by finding 2nd lowest AIC instead of eyeballing thru the value at the console
2002 Nov 19
0
Wine & Metastock
I've just recently converted my Windows pc to Mandrake Linux & I've got everything I need working except for this software - Equis Metastock. I've managed to install it. However, on execution, it dies with the following msg: "A CreateFont error occurred while loading the Symbols font: C:\Program Files\Equis\MetaStock\equis.ttf". On the wine console, the following msg
2004 Aug 06
2
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
I've yet to assemble a valid crash-procedure to consistently re-produce the issue. AFAIK, whats causing it is possibly CPU-utilization issues with my chaining of processing/DSP, what do y'all think?! -- My encoder setup: Winamp `[DSP] -> SoundSolution (dynamic sonic enhancement) `[Output] -> SqrSoft Crossfading (only ''REAL'' crossfader) `[SqrSoft DSP
2004 Dec 08
1
samba - bind : program guideline suggestion
Hi all ! I'm currently developping a program that takes the smbtree output, parse it, retrieve all connected workstations, then call nmblookup for each workstation, resolve the IP, create a BIND zone file with this. At this point, the programs works; I use system( " ") calls and unsafe temporairy files. I just wanted to get it up quickly Now; to secure this programs; I tought
2012 Sep 27
1
Guideline
Hello Sir/Madam, My name is Rohit Kumar and I am A SAS Accredited Trainer in India. I want to be a part of R training Programme and I want to do branding of R in India,among Student world and Corporate World . I am requesting you to give me proper guidelines to conduct R awareness program in India. Looking forward for your positive response. Rohit Kumar E-mail:creativityofnature@gmail.com
2009 May 05
9
no sql in the controller guideline
hello. i just checked Chad Fowler''s post "20 Rails Development No-No''s" and one guideline caught my attention. it says: "Nothing that looks at all like SQL should go into a controller, view, or helper." it really came as a surprise to me as Rails itself seems to go against such practice by its AR ''conditions'' option, which most of the times
2010 Sep 22
2
Anyone please make Wine permissive?
Sir, I am rishikeshan. I am a 14 years old student. I am interested in permissive open community. I hate copyleft. Don't fear of commercialization. It is needed to the earth. Actually, GPL is blocking the development. I will definitely help you if you make it permissive. Maybe you can make YOUR code permissive. How permissive nature help you? How can I get old BSD release? 1.Some commercial
2006 Feb 12
2
Change Station Name
Hello. I am new to this forum and relatively new to Icecast. I have set up and Icecast broadcast from my computer using Winamp as the playlist and the SAM Encoders to encode to WMA. The broadcast is running perfectly. The only issue is when I create an ASX file that links to my broadcast, it shows my IP address as the title of the broadcast. What do I need to do to change this to a name of my
2005 Sep 14
2
live broadcast + WMA
Hi All, I have two questions. I have an icecast2 server installed, and I need to set up a Linux-based computer that sends a church's programs to the icecast server. (Both worship and teaching.) What application do you suggest? It would be really pleasing if I wouldn't need X11 to use the software, and it would display (with charactergraphics) the current signal level. The signal