Displaying 20 results from an estimated 3000 matches similar to: "Icecast2, ezstream and reverse proxy"
2014 May 23
3
Icecast2, ezstream and reverse proxy
Hello,
Correct me if I'm wrong, but what you get from Icecast *is* HTTP.
Anyway, we use proxying because on our server, some of our clients
cannot connect to port 8000 without bypassing their company firewall,
and we don't have the possibility to add another public IP. So with
Apache, here is what we do :
########################################################################
#
#
2014 May 23
1
Icecast2, ezstream and reverse proxy
Hi,
I use a rule in iptables and solves
iptables -A PREROUTING -t nat -p tcp -d 192.168.2.32 --dport 80 -j
REDIRECT --to-port 8000
iptables-save > /etc/iptables.up.rules
echo 'pre-up iptables-restore < /etc/iptables.up.rules' >>
/etc/network/interfaces
Regards,
Rafael Gomes
Em 2014-05-23 07:44, Thomas B. R?cker escreveu:
> Hi,
>
> On 05/23/2014 09:34 AM,
2014 May 23
0
Icecast2, ezstream and reverse proxy
On 05/21/2014 10:51 PM, David Hendry wrote:
> Ezstream is working well locally with Icecast2 on port 8000 on a Debian Wheezy platform. However, I use a reverse proxy (Pound) to pass all requests from the Internet for x.mysite.com to backend localhost:8000 i.e. my Icecast2 server.
The short answer is: don't put Icecast behind a reverse proxy.
> This works fine, i.e. x.mysite.com brings
2014 May 23
0
Icecast2, ezstream and reverse proxy
Hi,
On 05/23/2014 09:34 AM, Hoggins! wrote:
> Hello,
>
> Correct me if I'm wrong, but what you get from Icecast *is* HTTP.
For a listener, Icecast is just an ordinary HTTP 1.0 server.
For a source client Icecast used to be a non-standard extension and used
the SOURCE method. We've deprecated this in 2.4.0 and now support PUT.
He's trying to connect a source through a reverse
2014 May 23
1
Icecast2, ezstream and reverse proxy
Le 23/05/2014 12:44, "Thomas B. R?cker" a ?crit :
> Hi,
>
> On 05/23/2014 09:34 AM, Hoggins! wrote:
>> Hello,
>>
>> Correct me if I'm wrong, but what you get from Icecast *is* HTTP.
> For a listener, Icecast is just an ordinary HTTP 1.0 server.
> For a source client Icecast used to be a non-standard extension and used
> the SOURCE method. We've
2004 Sep 23
2
random playing order and forum location question
1. where can I find the web-based forum? I'd like to search the solution,
because I was able to setup Shoutcast2 for streaming only one mp3 file, but
nothing else at all. (I did read the faq, the help 2 times, the logs, I even
checked the Tcp/ip traffic of the port of 8000... not found the solution). I
haven't downloaded the source code, because I was too sleepy. (and angry
:-( )
2.
2004 Sep 23
2
random playing order and forum location question
> I'm not sure exactly what it is you want to do. You say you want several
> genre-based mountpoints, but you then want to randomly switch between
them.
> Wouldn't it be easier to just have one stream of files randomly selected
> from the various genres? Or maybe I'm missing something?
1. I tried the ezstream with a m3u file and works fine. Worked after 5
seconds, but
2006 Apr 17
1
problem with reverse mapping (url_for problem)
I modified my routes to that you can reach my index action by just
typing in the site name (ie www.mysite.com). I did this by:
map.connect '''', :controller => "pragmatic"
I need to be able to do a url_for(:controller => ''pragmatic'') or
url_for(:controller => ''pragmatic'', :action => ''index'') and have
2006 Sep 06
1
31K failed stat64's when viewing a simple (no db) rhtml page?
I''m trying to help the sys admins of my server figure out what is up
with our Rails installation (debian sarge - completely up to date).
Hitting a simple page yields 31,000 failed stat64''s and takes anywhere
from 8 - 44 seconds. They #! for ruby is correct everywhere, but it''s
like it can''t find Rails. These are box stock standard installs.
Here''s
2007 Aug 13
1
Extract part of vector
Dear R-users,
How do I extract numbers between asp?P= and &VID from my txt vector? I have
tried grep function with no luck.
txt <- c("
http://www.mysite.com/system/empty.asp?P=2&VID=default&SID=421384237289476&S=1&C=18631",
"
http://www.mysite.com/system/empty.asp?P=123&VID=default&SID=421384237289476&S=1&C=18643",
"
2015 Dec 10
1
Extending Icecast 2.4.X against Ezstream (Run External Script or Integrate Ezstream Source)
Good evening,
I am extending Icecast 2.4.x in a project that intends to use ezstream
many times during the Icecast execution life cycle. At the point when I
"start up" ezstream, I am faced with a dilemma of whether I should just
integrate the ezstream source code into my project and program directly
to the procedures, or whether I should just use shell scripts to control
ezstream.
2005 Jan 14
2
A few more ezstream questions
I know you guys are tired of me asking questions. I promise it will
slow down soon. But I have a few more questions about ezstream.
1. How can I redirect the ezstream output to a file? Every time I give
ezstream a pipe or redirection of the command line, it doesn't output
anything at all? I've had ezstream 0.1.2 shut down on me after several
hours and I was hoping to retrieve an
2005 Jan 14
2
ezstream keeps getting glibc error on song
Hello everyone,
I just setup an mp3 streaming server on an old laptop I had laying
around using icecast and ezstream. The problem I am having is that when
ezstream gets to a certain song in a playlist I get the error "*** glibc
detected *** free(): invalid next size (fast): 0x080576e0 ***". I'm not
sure if it is doing this because of the song number it is or if it is a
2005 Oct 17
2
source for Ogg//Theora + ezstream.
> >Icecast only
> >streams the audio part of the video file.
> sounds like you didn't have theora installed when you built icecast. Check
> the config.log for your compile, and you'll probably see that theora
> support was disabled.
In the general section of the ezstream configuration file (before of
<encode> ... </encode>), setting <format> to
2015 Mar 24
5
EZStream 0.5.6 Says No Such Share Object
On Fedora 20 (Heizenbug), when the command:
/usr/local/bin/ezstream -q -c "{some-file}.xml"
is executed, the error message:
/usr/loca/bin/ezstream: error while loading shared library:
libtag_c.so.0; cannot open shared object file: no such file or
directory
is displayed. "find" shows it's in /usr/lib64, which is a link to
/usr/lib64/libtag_so.0.0.0. Is there something I
2005 Dec 12
1
Ezstream
Greetings,
I'm currently working on a program which utilizes Ezstream and
Icecast2 (http://r404.sf.net).
This project operates off a binary file generating the next file to be
played, eztream had the funcalitiy required (mp3 -> ogg support on the
fly) and seemed simple enough so I'm writing the modifications to
ezstream to support getting the path off of a binary.
My question, who
2007 Nov 27
1
routing
Hi all,
My site uses subdomains to define an item. Eg http://itemname.mysite.com
I fetch the itemname and render the appropriate site from that
itemname. The subdomain is used everywhere (eg http://itemname.mysite.com/events,
http://itemname.mysite.com/products/show/11, ...)
I now want to give the user the possibilty to use a ''real'' domain like
www.itemname.com that should
2006 Apr 20
2
using ezstream with stdin
I'm having a hard time not getting mp3 data to ezstream via stdin fast
enough. The vb.net application I'm writing, ezstream and icecast are all
running on the same machine (Widows XP). Some where in the process, a
buffer empties out and that results in a drop out when you are
listening. Usually the dropout happens at a song change.
At first I was chunking up the data according to bit
2006 Jun 18
1
Unexpected ezstream exit
Hi,
I've been working on a customized version of ezstream and I've been
noticing that with a particular setup after playing particular tracks
ezstream terminates. I say terminates because there are no error
messages, it just exits. I've tried this on both my version and the
stock version available via icecast.org just be certain and it happens
with both versions.
I'm
2005 Mar 16
2
ezstream
On Fri, 2005-03-04 at 09:46 +1100, Michael Smith wrote:
...
> Compared to ices2, ezstream is very simple - easy to set up, easy to
> use. It's also much, much less featureful. ezstream supports some
> formats that ices2 doesn't, though. It also runs on some platforms
> that ices2 doesn't (notably windows).
>
> If you really need mp3, you might also consider ices0,