similar to: multiple shout streams

Displaying 20 results from an estimated 1000 matches similar to: "multiple shout streams"

2004 Aug 06
2
multiple shout streams
I'm running multiple instances of ices. Also, I found what the problem was with the constant stream. I was getting a default stream because I was using my local ip address to run the server, and when I tried to access the different streams from my outside ip address something got confused. I'm running it from my outside ip address and everything works fine. Does anyone know a what to run
2004 Aug 06
1
multiple shout streams
My OS in linux. my local ip address is 192.168.1.1 I'm currently running icecast from my comcast ip address 68.50.209.120. But if I try to connect to the stream via 192.168.1.1 I get 404 Entity Not Found The requested file or stream was not found on this server. Thanks, Aaron <p>On Fri, 2002-09-13 at 17:14, zeek wrote: > > What OS is the system? What is the IPaddr? > >
2004 Aug 06
2
iTunes 4
Last I checked, iTunes was unable to play my static playlist ogg vorbis stream. Assuming this is expected behaviour and not an anomaly; Does iTunes 4 resolve this issue? --thanks Michael Edwards http://www.walledcity.ca <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
0
multiple shout streams
What OS is the system? What is the IPaddr? Do: ifconfig -a netstat -nr <p>-zeek > -----Original Message----- > From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of > P. Aaron Lott > Sent: Friday, September 13, 2002 5:04 PM > To: Maria Wright > Cc: icecast@xiph.org > Subject: Re: [icecast] multiple shout streams > > > I'm running
2004 Aug 06
0
relaying streams
How do I setup relaying in icecast? I tried editing my icecast.conf file like alias techo http://192.76.151.253:8000 and like alias add techo http://192.76.151.253:8000 but neither seemed to work when I tried to open http://myipaddress:8000/techno <p>Thanks, Aaron -- palott@math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843
2010 May 28
5
difference in sort order linux/Windows (R.2.11.0)
Dear R users, I'm a bit perplexed with the effect sort has here, as it is different on Windows vs. linux. It makes my factor levels and subsequent plots different on the two systems. Given: types <- c("PC-D-Euro-0", "PC-D-Euro-1", "PC-D-Euro-2", "PC-D-Euro-3", "PC-D-Euro-4", "PC-D-Euro-5", "PC-D-Euro-6",
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
On 2015-07-20 08:20, Christian Kivalo wrote: >> >> That seems to be about all I get though. Still nothing to indicate >> errors, and >> nothing to indicate that anything is being done when I move messages >> into >> spam. I suppose that probably means I've configured the folder paths >> incorrectly. I'll have to keep beating my head against it
2015 Jul 19
2
[Dovecot Antispam] Can't seem to load plugin
Hello list, I'm hoping there is a user of the antispam plugin out there who might be able to lend a pointer or two. I am running dovecot 2.2.18 on FreeBSD 10 (doveconf -n attached), where I have installed the binary dovecot2-antispam-plugin package. I have put together what should, in my estimation, be a working configuration for the plugin. I have reviewed the man page and the online
2008 Jun 20
1
Unexpected Behavior (potentially) in t.test
Greetings, I have stumbled across some unexpected behavior (potential a bug) in, what I suspect to be R's (2.6.2 on Ubuntu Linux) t.test function; then again the problem may exist in my code. I have shutdown R and started it back up, re-run the code and re-experienced the error. I have searched on Google for the abnormal termination error message "(stderr < 10 * .Machine$double.eps *
2012 Oct 30
4
horizontal space/indent and HTML/PDF
What is the best method to introduce horizontal space in text in a Pandoc document? Preferably something that would work for both HTML and PDF output? I need this for some poetry that has indented lines, ala the 2nd and 3rd lines: hickory dickory dock the most ran up the clock the clock struck one the mouse ran down c -- Chris Lott <chris at chrislott.org>
2012 Feb 01
5
Mac markdown editor that saves as .txt
Hi all, I'm a newer user of markdown & MultiMarkdown, and I'm looking for the perfect setup of software for my Mac and my Android phone. I'd like to have my drafts editable from both. What I want is an attractive Mac app for writing (primarily blog posts and emails) that saves its files as .txt . Most of them save as .md or .markdown instead, and since there doesn't seem to
2006 Sep 10
3
most of INBOX missing?
Greetings. I'm having an issue with dovecot that I'm hoping that someone can help me with. Most of the mail in my INBOX has mysteriously disappeared and I'd like to get it back. It's all in the ~/Maildir/cur directory and dovecot reports that 1048 messages exist when given the SELECT imap command. But Thunderbird and the SEARCH imap command only list 25 messages:
2011 Nov 22
1
markdown and vim
Am I the only person who uses Markdown somewhat intensively and uses the Vim editor? I'm surprised that-- unless I'm missing it-- there is only one markdown "mode" for vim, and it is broken in all sorts of ways (most seriously, anything in square brackets other than a link breaks the syntax highlighting in a bad way, and it can't handle "text_like this text"). Emacs
2001 Jul 11
2
Regarding hanging of ssh upon exit
Hi, I would like to briefly comment on a problem mentioned in the file "TODO" and also in the OpenSSH FAQ (question 3.10), namely the hanging of an ssh connection (on Linux) if there are active processes. It is stated that this has to do with the fact that children of the shell are not killed upon exiting the shell. However, the problem also occurs if a process is started with
2008 Dec 26
3
Simulating dataset using Parallel Latent CTT model?
I am trying to simulate a dataset using Parallel Latent CTT model and this is what i have done so far: (START) #Importing psych library for all the simulation related functions library(psych) # Settting the working directory path to C:/NCME path="C:/NCME" setwd(path) #Using the function to generate the data GenData <- congeneric.sim(N=500, loads =
2015 Jul 17
2
[Sieve] Unable to fileinto subfolders
Hello again list! I am configuring a server running Dovecot 2.2.15 (Pigeonhole 0.4.6), and I am having an issue with Sieve scripts where I cannot sort messages into a subfolder of a mailbox. An email which is matched by the following script: require "fileinto"; if header :contains "Subject" "[SORT ME]" { fileinto "INBOX.Sorted"; } Yields the following
2009 Nov 12
2
Question about simulation design...
Help R list servers, I have 500 external data sets for a simulation study that I would like to bring into R to analyze. They have the names data1.dat, data2.dat, ..., dataN.dat Is there a way to automatize the bringing in of these data sets in R using the read.table function within a looping cycle? For example... for (j in 1:N){ data_"j" = read.table("data"j".dat,
2008 Jun 17
1
AGP bridge detected as pcib
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: This is a digitally signed message part. Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20080617/73afe727/attachment.pgp
2015 Jul 21
2
dovecot proxy/director and high availability design
I think RR DNS is the only viable solution under these circumstances. If you can cope with the fact that failovers won't be seamless, I don't think there's anything wrong with that though. On 07/21/2015 11:54 AM, Laz C. Peterson wrote: > The consensus seems to say no to RR DNS ? I am going to take that into serious consideration. > > With this proxy setup you describe, what
2007 Aug 27
1
Help on coxph
I am new to R. I just installed R2.5.1 in my computer and tried to use coxph, but it gives me this message: No documentation for 'coxph' in specified packages and libraries: you could try 'help.search("coxph")' can anyone tell me how to install this package? thanks a lot [[alternative HTML version deleted]]