Displaying 20 results from an estimated 200 matches similar to: "Icecast URL authentication problem"
2015 Jun 05
0
Icecast URL authentication problem
Hi,
If you're running icecast in a jail root (chroot enabled), then you may not have a properly setup DNS resolver.
Maybe this post will point you in the right direction: http://icecast.xiph.narkive.com/5v2EeNBD/eror-no-dns <http://icecast.xiph.narkive.com/5v2EeNBD/eror-no-dns>
Kind regards,
KJ
> Op 3 jun. 2015, om 22:34 heeft infoweb1 at crobiz.com het volgende geschreven:
>
2015 May 27
0
URL authentication not working
Icecast 2.4.1 and 2.4.2, OS: CentOS 6.6 x64
Tried to install icecast using following two different methods described in these links:
(1) http://www.ukhost4u.co.uk/blog/538/install-icecast-2-centos-6-server/
(2) https://www.servint.net/university/article/taking-the-chill-out-of-installing-icecast/
Both of these resulted in working and stable icecast, but without the possibility of url
2018 Aug 24
5
Client auth failed with ""
Hello,
We are using url authentication and getting the item bellow at the log:
[2018-08-24 23:26:05] INFO auth_url/url_add_listener client auth
(http://127.0.0.1:8001/listener/add) failed with ""
I put try/catch and reviewed all my code ensure always return a proper
status and header error code, so what trigger this kind of error?
Regards,
Thiago
--------------
2020 Nov 16
1
help with "too many clients awaiting authentication"
Hello guys,
Today we faced an unique problem.
We have about 120 stations and we are reaching 40k simultaneous listeners monday/friday (~ 11 AM GMT -3).
We also use url auth to log, audit and build audience reports.
But today, at the end of the day we were about 10k simultaneous and listeners start get errors (403, busy, please try again later), and after digging, delete logs and restart
2011 Jun 03
1
Icecast authentication cant resolve address on Debian
Hi,
I am trying to use the url authentication method but am having trouble
getting icecast to work on a Debian installation on a VPS platform.
I have logged in my VPS as root and installed icecast using
apt-get install icecast2
setup the config file and then set ENABLE=true in /etc/init.d/icecast2
This initialy didn't work as it couldn't access log files and then had
trouble with the
2018 Aug 29
0
Icecast is shutdown / client auth failed with ""
Hello,
In order to identify if was some issue regard to the auth api we include
some trace logs and we move it to other machine.
Bellow is what trace we are generating (date, result, elapsed time in
milleseconds, request):
[8/29/18 11:49:00 AM] 200 0.3721
action=listener_add&server=r22&port=443&client=2616&mount=/alphafmsp&user=&p
2007 Oct 19
2
Live Streaming and embeding into webpage on OSX
hello free streamers,
after i had not much luck with " Darwin streaming server" ( because
of a lack of NAT implementation )
i got a hint from a Wireless mailing list to try OGG/Theora streaming.
I ?ve found a great site here <http://www.oddsock.org/guides/video.php>
and downloadet and installed "icecast" and the theora libs with
success on my macintosh mini ,
2007 Oct 20
2
Live Streaming and embeding into webpage on OSX
On Oct 20, 2007, at 9:34 AM, Thomas B. Ruecker wrote:
> Marc Manthey schrieb:
>> hello free streamers,
>>
>> after i had not much luck with " Darwin streaming
>> server" ( because of a lack of NAT implementation )
>>
>> i got a hint from a Wireless mailing list to try OGG/Theora
>> streaming.
>>
>> I ?ve found a great site
2007 Apr 17
1
Install problem
I get this error when installing icecast using the 'make' command. I
used the latest version of the dependencies:
[root@www icecast-2.3.1]# make
make all-recursive
make[1]: Entering directory `/home/riscphree/icecast-2.3.1'
Making all in src
make[2]: Entering directory `/home/riscphree/icecast-2.3.1/src'
Making all in avl
make[3]: Entering directory
2007 Aug 24
1
install problem
Hi,
I'm trying to compile and install icecast-2.3.1, but get the following
error:
Making all in timing
make[3]: Entering directory `/data/build/icecast-2.3.1/src/timing'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/data/build/icecast-2.3.1/src/timing'
make[3]: Entering directory `/data/build/icecast-2.3.1/src'
source='auth_url.c'
2018 May 06
9
How to log querystring values?
Hello,
I need to get some values passed in the querystring request in the log
file.
Something like that bellow:
ie: "GET /radio?id=1 HTTP/1.1" instead of only "GET /radio HTTP/1.1"
Do I need to change something in the source and compile? Or there is
another way?
Best,
Thiago
-------------- next part --------------
An HTML attachment was scrubbed...
2009 Oct 17
5
Calling all Hackers
Hey guys.
I have a server that is owned by me and can confirm through servint that it
is owned by me.
I would like to do a penetration test and of course to allow you to upload
files on the server and kind of trash it to the point where it is always
restarting and running out of memory etc etc.
This is going to be mainly script kiddie stuff, however will be able to get
you hired on with me for
2004 Oct 24
2
MySQL auth
>
> I have started an implementation in the kh branch, so that libcurl
> could
> be used for listener auth, so can shell commands, but neither have been
> used in anger yet.
Ooo. :)
Having just had a look at auth_curl.c in kh, that would probably do
what we want even better.
Is it possible (or would it *be* possible) to make <mount> sections
take wildcards for
2011 Apr 29
4
You don't check for malloc failure
Hi,
You don't check for malloc failure. I've made a patch that is possibly
wrong but it saves the program from SIGSEGV and replaces it with SIGABRT.
-peter
diff -ru icecast-2.3.2-ORIG/src/admin.c icecast-2.3.2/src/admin.c
--- icecast-2.3.2-ORIG/src/admin.c Fri May 2 17:40:00 2008
+++ icecast-2.3.2/src/admin.c Thu Apr 28 19:53:03 2011
@@ -291,6 +291,9 @@
2004 Nov 01
1
Relay authentication on kh-57
Is something broken here?
I'm trying to do a test of relaying between two servers running kh-57.
Master-slave relaying fails: the connection fails on the master with:
[2004-11-01 17:05:32] DBUG admin/admin_handle_request Got command
(streamlist.txt)
[2004-11-01 17:05:32] INFO admin/admin_handle_request Bad or missing
password on admin command request (command: streamlist.txt)
As far as
2007 Oct 27
1
Live Streaming and embeding into webpage on OSX
On Oct 20, 2007, at 3:50 PM, Karl Heyes wrote:
> Marc Manthey wrote:
>> source='auth_url.c' object='auth_url.o' libtool=no \
>> depfile='.deps/auth_url.Po' tmpdepfile='.deps/auth_url.TPo' \
>> depmode=gcc3 /bin/sh ../depcomp \
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -
>> I/usr/include/libxml2
2019 Feb 03
1
YP listings in version 2.5 beta
Hi,
This thread seems to have stalled. Would anyone still be able to help me with this one? I?ve posted my log as requested.
Any advice would be a great help.
>
> Message: 1
> Date: Tue, 29 Jan 2019 20:00:21 +1000
> From: Damian <db76 at riseup.net>
> To: icecast at xiph.org
> Subject: Re: [Icecast] Icecast Digest, Vol 175, Issue 11
> Message-ID:
2013 May 05
3
MySQL Stats
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe
and a xsl typo.
Best regards :)
kysucix
--
Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in
status.xsl.
I just added a:
<video-preview>1</video-preview>
parameters in icecast.xml.in that control the previewing function.
It encodes a png in $webroot/$mountname.tmp and then move it to
$webroot/$mountname.png
As for now it saves a frame every theora keyframe, which is probably
too heavy for the server but