similar to: Problem with some ogg players when using apache 2.0 as a proxy in front of icecast

Displaying 20 results from an estimated 6000 matches similar to: "Problem with some ogg players when using apache 2.0 as a proxy in front of icecast"

2006 Jun 01
0
Problem with some ogg players when using apache 2.0 as a proxy in front of icecast
dstjohn a ?crit : > I can confirm this same issue, using apache 2 or apache 1 branch as a > proxy in front of icecast2 > using winamp,real player, wmp, xmms, etc.... the list is long. > > I too would be interested in seing a reason for this, im guessing its > the proxy > server (apache) not reading the data fast enough maybe? or sending > headers to the icecast2 server
2006 May 31
0
Problem with some ogg players when using apache 2.0 as a proxy in front of icecast
Hello, in order to be able to use the same stream name for different radios, with only one IP available, and wish to use only port 80, I'm obliged to use an apache2 server to split the request according to the virtual host name. Then, on the server, I have multiple instance of icecast running on different port numbers (10010 10011, ...). One virtual host config: NameVirtualHost myradio1
2008 Jun 22
1
two newbie questions
# I've tried to make this easy to paste into R, though it's probably so simple you won't need to. # I have some data (there are many more variables, but this is a reasonable approximation of it) # here's a fabricated data frame that is similar in form to mine: my.df <- data.frame(replicate(10, round(rnorm(100, mean=3.5, sd=1)))) var.list <- c("dv1",
2019 Mar 29
0
[PATCH v2 1/3] common/mlpcre: add offset flag for PCRE.matches
This way it is possible to change where the matching start, instead of always assuming it is the beginning. --- common/mlpcre/PCRE.ml | 2 +- common/mlpcre/PCRE.mli | 5 ++++- common/mlpcre/pcre-c.c | 16 +++++++++++++--- common/mlpcre/pcre_tests.ml | 11 ++++++++--- 4 files changed, 26 insertions(+), 8 deletions(-) diff --git a/common/mlpcre/PCRE.ml b/common/mlpcre/PCRE.ml
2019 Feb 25
0
[PATCH 1/3] common/mlpcre: add offset flag for PCRE.matches
This way it is possible to change where the matching start, instead of always assuming it is the beginning. --- common/mlpcre/PCRE.ml | 2 +- common/mlpcre/PCRE.mli | 5 ++++- common/mlpcre/pcre-c.c | 16 +++++++++++++--- common/mlpcre/pcre_tests.ml | 15 ++++++++++++--- 4 files changed, 30 insertions(+), 8 deletions(-) diff --git a/common/mlpcre/PCRE.ml b/common/mlpcre/PCRE.ml
2011 Oct 02
0
Arimax First-Order Transfer Function
Dear list members, I am a (very) recent convert to R and I am hoping you can help me with a problem I'm having. I'm trying to fit a first-order transfer function to an ARIMA intervention analysis using the "arimax" function. The data was obtained from McCleary & Hay (1980) (via Rob Hyndman's Time Series Library: http://robjhyndman.com/tsdldata/data/schizo.dat). It has
2006 Jul 06
0
Apache 2.0 proxy
This is the configuration I use with Apache v2.0. I don''t use virtual hosts. This configuration lets Apache serve the images, javascripts, and stylesheets. ? This means that the application needs to be installed on the Apache server as wheel as the mongrel server(s) in multiple server environments. ? If i wanted to flatten the resource directories I could avoid the rewrite rules,
2011 May 27
1
lattice - change background strip color in one panel
Hello, I would like to change the background color in only -one- of the strips in a multipanel lattice xyplot, from the default yellow-brown color. Until now, I only managed to change the background strip color in all of the strips using the par.settings, but I do not get it to work for only 1 strip. Below is the current code I am using. The resulting plot is here:
2011 Nov 17
1
how to read a free text file into individual variables
hi ,I am writing a soft package based on R. But when I try to read a configure file showed as below. How can I read the parameter in this text file. How can I read the parameter into each variable in this file ? configinfo<-scan(file(configfile),ok=TRUE,n=-1) scan seems need every line have same column ? configinfo <- readLines(configfile,ok=TRUE,n=-1) methodnum <-
2005 Oct 06
2
Start of icecast at boot
A quick question .... Is there a way to start the icecast server at boot time ? How can I accomplish that? Thanks in advance, RoN -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.11.10/120 - Release Date: 5-10-2005
2006 Jun 07
1
Problem with ices 2.0.1 : open localhost:8000 instead of what is in config file
Hi, I just installed 2.0.1 but I'm unable to use it. It doesn't want to connect to my server, but instead, it tries to connect to localhost:8000 (default). My configuration file is the same than before. It's working fine with ices 2.0kh60 I wanted to change because since I installed icecast 2.3.1, ices freeze every day at each network interruption (xDSL IP change). My ices runner
2006 Jul 10
0
Deploying Rails with Pound in Front of Mongrel, Lighttpd, and Apache
Fyi, here''s a write-up I just posted on deploying Rails with Mongrel(s) behind Pound: http://blog.tupleshop.com/articles/2006/07/08/deploying-rails-with- pound-in-front-of-mongrel-lighttpd-and-apache Rob
2006 Aug 04
1
Dovecot proxy in front of UWash?
Is it possible to use Dovecot frontends in front of UWash backends? I need a proxy pool ASAP. There is not sufficient time to migrate the backends for 40,000+ users so they have to stay UW for now. I have been looking at Perdition but concerned about performance under load. Dovecot looks really promising with it's non-forking mode. I need simple dumb frontends no local mail. Other
2009 Mar 16
1
Dovecot as a POP3-/POP3SSL-proxy in front of exchange 2003
Dear all, im looking for a solution to protect an Exchange 2003 email server from direct "pop3-internet-connects". Is it possible that Dovecot act as a POP3-/POP3SSL-Proxy, "LDAP-authenticate" all user logins to a Windows 2003 domain controller and forward then all POP3-connects to a single Exchange 2003 server? Could someone give me some advices or a link for howtos for
2019 May 25
0
Imap reverse / proxy in front of our clients machines.
Good day Guys I have a user story have an imap reverse / proxy in front of our clients servers. Im currently using the following sources for information. https://wiki.failover.de/Email/Dovecot/IMAP/Proxy/ https://gist.github.com/rplessl/dd56d05c84f988706418 https://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy In my vagrant instance, dovecot can connect to the the remote server You can
2004 Aug 06
0
Icecast2 Configuration
Okay, thanx! But where is the "main Icecast documentation" the Help file tells me to look for? - Moguta www.ffradio.net >===== Original Message From "Dave St John" <dstjohn@mediacast1.com> ===== >That looks like and older version, >try this one >http://www.oddsock.org/icecast2/Icecast2_win32_08282002_setup.exe >theres a good help file that comes with it
2006 Jun 19
0
mp3 playlists
dstjohn wrote: > Well this answers that. > > > [2006-06-19 18:55:41] EROR yp/send_to_yp YP add on > http://dir.xiph.org/cgi-bin/yp-cgi failed: We only accept Ogg stream > listings GOSH ! This is a hard reversing... Any news/reason of that ? Please Oddsock ! :P
2004 Aug 06
0
icecast2 ogg vorbis client request headers
fyi so you can see what im talking about mp3 demo username demo pass demo123 http://mediacast1.com/members/listen_icecast2_mp3.php?submc1id=999&submc1srvkey=278931a39ae8a23377e2d9445d8c9432f3e48a1d ogg demo that wont work same username and password as above http://mediacast1.com/members/listen_icecast2_ogg.php?submc1id=999&submc1srvkey=62af47c06f76eec34431bba72b3026e769a4347a use winamp
2007 Jun 13
1
Apache proxy error with uploads only
Is there a *searchable* archive for this mailing list? If not, I''m using Apache 2.2.3 and Mongrel 1.0.1 on FreeBSD 5.4- RELEASE-p22 #11. Google gave me the following solutions for uploads that result in a proxy error: SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 or KeepAlive Off in Apache''s VirtualHost directive. Regrettably none of these work.
2006 Jul 24
0
apache proxy lighttpd
Hi, I''m trying to setup up a rails deploy environment. I get an error when start lighty in production.log undefined method `downcase'' for nil:NilClass /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/request.rb:17:in `method'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb:902:in `log_processing''