similar to: HTTP response specs

Displaying 20 results from an estimated 40000 matches similar to: "HTTP response specs"

2004 Aug 06
1
HTTP response specs
On Wednesday 03 December 2003 08:43, Karl Heyes wrote: > On Tue, 2003-12-02 at 21:26, Dave St John wrote: > > Looking for all the available HTTP response codes that icecast2 sends > > out > > > > 200 OK > > 404 Not found > > Is what i have so far, can someone please tell me the others. > > HTTP/1.0 401 Authentication Required > > HTTP/1.0 504
2004 Aug 06
4
icecast2 ogg vorbis client request headers
Didnt try the application/ogg ogg extension yet, ill give that a shot. <p>Dave St John Mediacast1 Administration Need Support ? http://mediacast1.com/helpdesk ----- Original Message ----- From: "Geoff Shang" <gshang@pacific.net.au> To: <icecast-dev@xiph.org> Sent: Friday, April 02, 2004 5:28 AM Subject: Re: [icecast-dev] icecast2 ogg vorbis client request
2004 Aug 06
2
Icecast2 Configuration
I think I figured everything out on my own, BUT it gives me this error each time I attempt to play a stream (using WinAmp's oddcast plugin). I have made sure multiple times that the passwords in the Icecast config file & oddcast config box are both the same! [2002-10-20 17:21:30] INFO main/D:\Ed\xiph\icecast\src\main.c icecast server started [2002-10-20 17:23:26] INFO
2004 Aug 06
3
'ice_login' not in icecast.xml ?
Nevermind, that stats.xml page is worthless anyways. got a updated version of icecast2 status http://www.casterclub.com/icecast_status.php parses the status2.xsl page <p><p>Dave St John (C.E.O.) Xstream1.com Mediacast1.com Casterclub.com (720-641-7586) ----- Original Message ----- From: "Dave St John" <dstjohn@mediacast1.com> To: <icecast-dev@xiph.org> Sent:
2004 Aug 06
2
Icecast User Login Question
On Mon, 2003-11-03 at 19:54, Dave St John wrote: > Good question Amy, here is a snippet of the icecast2.xml file that i do > believe is for this function > --------------------- > <mount> > <mount-name>/test2</mount-name> > > <username>admin</username> > <password>holycow</password> > >
2004 Dec 06
2
Re: ices, jack
On Mon, 06 Dec 2004 14:42:59 +0000, Karl Heyes wrote: > On Mon, 2004-12-06 at 09:31, adam wrote: >> alo >> >> i have seen some mention of an ices patch with support for jack...anyone >> know where i can get this? > > The latest is in SVN under http://svn.xiph.org/icecast/branches/kh and > tarballs are available in http://mediacast1.com/~karl. You will need
2004 Aug 06
3
[Fwd: Icecast2 and ices]
I got this offlist from someone on the list. This is abuse and should be punished. This didn't anwser my post and was directed to me off-list without invitation. All it was was a promotion. -----Forwarded Message----- From: Dave St John <groups@mediacast1.com> To: drew@drewb.com Subject: Icecast2 and ices Date: 22 Aug 2003 19:22:17 -0600 Hello Drew, saw your post on the xiph list
2004 Aug 06
5
capturing pid from command line
On Mon, 2003-11-03 at 21:53, Dave St John wrote: > Anyone know of or how to capture the pid via the command line in bash? pidof ??? $ pidof httpd 827 825 824 788 -- Drew <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 'icecast-request@xiph.org' containing only
2004 Aug 06
1
icecast2 ogg vorbis client request headers
Dave St John wrote: >Correct since im not sending any content type headers for browsers, as the >links are intended to be inserted into playlist files .pls > >example mp3 >[playlist] >NumberOfEntries=1 >File1=http://mediacast1.com/members/listen_icecast2_mp3.php?submc1id=999&sub >mc1srvkey=278931a39ae8a23377e2d9445d8c9432f3e48a1d >Title1=latex radio >Length1=-1
2005 Apr 04
2
Relaying
Hi, I am relaying an shoutcast stream using icecast2. There aren't many listeners (yet), so I was wondering if it would be possible to only connect to the source server if there are any listeners, to save bandwith. The two servers are practically on a LAN, so connection time is minimal. I think the listeners wouldn't notice any delay at all. So my question is: is this currently
2004 Aug 06
3
icecast2 ogg vorbis client request headers
Dave St John wrote: >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
2004 Aug 06
2
Hello everyone, here is some php code.
Okay, So remember that question I had last week about taking a bunch of relay servers and greping the status2.xsl file for the number of listeners? I coded it. I have to apologize right now, as its krufty, nasty, braindead code. But it works, and I'm rather proud that after being up as long as I have been up and drinking as much coffee, it works. It should be attached to this e-mail. I
2004 Aug 30
1
Re: [Icecast] Re: Sugestion
Hi, the link for http://mediacast1.com/~karl/icecast-2.0-singleq.tar.gz is returning HTTP 404 do u have another link? -----Mensagem Original----- De: "Andy Baxter" <andy@earthsong.free-online.co.uk> Para: <icecast@xiph.org> Cc: <icecast-dev@xiph.org> Enviada em: segunda-feira, 30 de agosto de 2004 05:51 Assunto: [Icecast] Re: Sugestion On Mon, 30 Aug 2004 03:31:03
2005 Jul 26
2
Icecast/ices problem
Thanks for the suggestion. It turns out that debug for ices told me nothing but debug for icecast 2.2.0 showed that it was terminating the source at the same place in the playlist, apparently due to a lack of trailing metadata in one particular file -- icecast saw it as end of stream. After checking code updates on the TRAC system, I installed the kh branch of icecast (kh13) and this seems
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl, Thanks for your help, About the "Connection:" header, you are right, it's: "Connection: close" and NOT "Connection: keep-alive". The protocol when the SERVER sends the data is http 1.0. It's http 1.1 when the browser requests the data. I don't understand the "Content-Length: 54000000" header either. Also I noticed the flash player on
2005 Jun 10
3
icecast1 documentation
Geoff Shang wrote: > Kelvin Chu wrote: > >> After reading the docs, I was under the impression that icecast2 does >> not do on demand relaying? > > > Oh, on demand *relaying*! different kettle of fish. > > On demand relaying is available in Karl's branch and has just been > checked into the mainline development code. > > Geoff. > Tarballs
2004 Aug 06
5
icecast2 ogg vorbis client request headers
That seems it may work, however the server adds the client (php proxy script in this case) and does not disconnect it, however winamp does not recieve any audio, just sits there saying BUFFERING I know its related to the amount of bytes read into the header or something in that area as my tests with shoutcast nsv resulted in the same fashion. the main goal of this is for subscription
2004 Aug 29
3
Sugestion
Hi everyone, some time ago, i has testing icecast, streaming in ogg, and i found fantastic the quality at 32 kbps. I have a web radio in Brasil, and today i am using the shoutcast. I has loved icecast, but today i can+ALQ-t use it. i explain: I have djs in every part of Brasil... when one of then disconnect from the server, other connect. I has tried do this in icecast, but, when the dj
2004 Aug 29
3
Sugestion
Hi everyone, some time ago, i has testing icecast, streaming in ogg, and i found fantastic the quality at 32 kbps. I have a web radio in Brasil, and today i am using the shoutcast. I has loved icecast, but today i can+ALQ-t use it. i explain: I have djs in every part of Brasil... when one of then disconnect from the server, other connect. I has tried do this in icecast, but, when the dj
2005 Apr 12
4
Adding authenticated mountpoints
On Mon, 12 Apr 2005, Karl Heyes wrote: > My current work is on > http://mediacast1.com/~karl/testing/icecast-2.2-kh3pre.tar.gz Bugs: Relays ignore the hidden flag HUPing icecast puts icecast in a strange state where it doesn't actually take account of the conf changes, and also won't terminate on a TERM and needs a KILL - but it does still "work" otherwise. How is