search for: peterbengtson

Displaying 7 results from an estimated 7 matches for "peterbengtson".

2006 Sep 08
4
URL authentication
I had similar problems when my auth.php was on password protected http server...but after applying the following configuration i've got it working: <mount> <mount-name>/Test</mount-name> <authentication type="url"> <option name="listener_add" value="http://user:pass@127.0.0.1/auth/action.php"/> <option
2006 Sep 08
2
URL authentication
...gt; >> i think you'll have to sniff some packets going between icecast >> server and wherever.tld >> don't know will it work on mac, but on freebsd i'm using tcpflow... >> >> ----- Original Message ----- From: "Peter Bengtson" >> <peter@peterbengtson.com> >> To: <icecast@xiph.org> >> Sent: Friday, September 08, 2006 2:22 PM >> Subject: Re: [Icecast] URL authentication >> >> >>> The php file is not password protected in itself, so authentication >>> of the authentication page shouldn'...
2006 Sep 08
0
URL authentication
...rev Klauss Fumuldavijus: > i think you'll have to sniff some packets going between icecast > server and wherever.tld > don't know will it work on mac, but on freebsd i'm using tcpflow... > > ----- Original Message ----- From: "Peter Bengtson" > <peter@peterbengtson.com> > To: <icecast@xiph.org> > Sent: Friday, September 08, 2006 2:22 PM > Subject: Re: [Icecast] URL authentication > > >> The php file is not password protected in itself, so >> authentication of the authentication page shouldn't be a problem. >> &...
2006 Oct 20
1
Re: URL authentication
Peter Bengtson <peter <at> peterbengtson.com> writes: > > Thanks for the pointer - CURL was indeed compiled in, but the library > version was too old. Upgrading CURL fixed it very nicely! > > / Peter Bengtson > Hello Peter, Is there possibility that you post your php script for icecast authentication, so that...
2006 Sep 08
0
URL authentication
Isn't there anybody who has at least an idea what might be causing this? Or is URL authentication no longer considered a functional part of Icecast? / Peter Bengtson 2 sep 2006 kl. 11.29 skrev Peter Bengtson: > I can't get URL authentication to work. The notification script is > never called by icecast (v 2.3.1). > > This is the mount point: > > >>
2006 Apr 09
1
Join using :THROUGH - SQL is wrong even when using :SOURCE
Here''s a join table for an educational institution: create_table "student_appointments", :force => true do |t| t.column "supervisor_id", :integer, :default => 0, :null => false t.column "student_id", :integer, :default => 0, :null => false t.column "course_id", :integer, :default => 0, :null => false [other columns
2006 Sep 02
2
URL authentication
I can't get URL authentication to work. The notification script is never called by icecast (v 2.3.1). This is the mount point: > <mount> > <mount-name>/tp.mp3</mount-name> > <max-listeners>499</max-listeners> > <hidden>1</hidden> > <no-yp>1</no-yp> > <authentication