similar to: client authentication for icecast2

Displaying 20 results from an estimated 40000 matches similar to: "client authentication for icecast2"

2004 Aug 06
0
icecast2, ogg, mp3, etc
Has this changed within the past few months? I swear awhile back icecast2 had no mp3 support, but then again I could be suffering from caffiene withdrawal or something :) Thanks for the information, it was all very helpful indeed! Bryan <p>On Tue, 3 Jun 2003, oddsock wrote: > icecast2 is a broadcast server and will broadcast both ogg vorbis and mp3 > streams. This assumes
2004 Aug 06
0
Second stream will not connect
I have been successfully streaming mp3's with icecast for about a year now with 1.3.12, but I have never needed to add a second stream until now. I know this is hashed out over and over in the list of please forgive me if I post yet another plea for help. And I am sorry I am not using icecast2. but I don't need to. I have tried everything that I can think of but cannot get the second
2016 Dec 27
0
Proper attribution in Authors@R for the d3.js library by Mike Bostock
I have a couple of packages that use the d3.js library developed (and copyrighted) by Mike Bostock. One package uses it extensively, another only for one function. I use R to piece together parts files containing JavaScript that I have written, which use d3.js functions and eventually the d3 library is called from a temporary web page. To date, I have pointed to Bostock's library in the Rd
2004 Aug 06
3
icecast2, ogg, mp3, etc
icecast2 is a broadcast server and will broadcast both ogg vorbis and mp3 streams. This assumes that you have a source client which can produce an ogg vorbis and mp3 stream and send it TO an icecast2 server. With mp3 streams, shoutcast mp3 metadata is supported, however you cannot use the shoutcast DSP as a source stream to an icecast2 server. Current clients that we know about that can
2004 Aug 06
3
icecast/libxslt compile error
Wondering if anyone else is having this problem compiling the latest version in CVS. autogen.sh runs fine, configure runs fine, make fails with the following: gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g -O20
2010 Jun 08
0
osx client
Dear Dan, I would give Nicecast the highest recommendation. We have a dedicated Icecast2 server that we use for remote broadcasts, and Nicecast has handled itself extremely well - even in some pretty high profile situations with consumer-grade connections (e.g. running an ethernet cable to a Linksys WTG54 router for a 3+ hour remote broadcast of a live concert). It also has some additional
2004 Aug 06
1
Icecast2 and IceS2 client problem
Dear All: I have Icecast2 and IceS2 successfully built and installed on a Debian 3.0 system. After tinkering with the config files, both applications are running and seem to be talking to each other without problem. However, when I try to connect with a client, I run into problems: with Winamp 2.8, I get an [HTTP/1.0 200 OK] message, but then the stream is apparently dropped before buffering.
2004 Aug 06
0
mp3-streaming client for icecast2
On Wednesday 11 February 2004 10:36, Frank Schubert wrote: > Hi! > > I'm looking for a streaming client for the icecast2-server. It should > just feed mp3-files from a playlist to the icecast2-server. The old > shout doesn't work: > > shout -P a -e 8000 -x -p /big/m3u/list.m3u > > => > [3:21] Size: 3231748 Bitrate: 128000 (41432 bytes/dot) > [Server
2004 Aug 06
7
icecast2, ogg, mp3, etc
Hi, Just wanted to clarify, can icecast2 not read OR broadcast any mp3, or can it just not broadcast mp3 (but still play from a playlist)? I know the quality would be dropped if it had to reencode them though. And what's up with that POS Winamp3, it doesn't even play gg streams?!? I use xmms, but we have winamp3 on a demo computer, it just sits and keeps prebuffering. I need something
2004 Aug 06
1
icecast/libxslt compile error
Bryan Jay Miller wrote: > Nope. First I tried adding the text you mentioned to Makefile.am. > autogen.sh and configure went OK. But when I tried to compile, I got > > Makefile:369: *** missing separator. Stop. > > I even deleted my entire source tree and downloaded all the fresh code > from CVS. Same problem. autogen.sh = OK, configure = OK, same compile > error as
2020 Jul 12
0
Linux source-client that can push AAC to icecast2?
looks like a job for liquidsoap! You can set up a playlist of any kind of audio. It will encode AAC and AAC+ both have small footprints with better audio delivery. I assume you are using mp3 as source because of limited space. The resampled sound will be no better then the mp3 source and in some cases will not be so good. regards Robert On 13/07/20 6:25 am, axeon wrote: > Hi all, I set
2004 Aug 06
0
icecast2 ogg vorbis client request headers
I imagine something to the effect of (a completely untested and hack-ish way to do it): $count = 0; while (!feof($sp)) { $str = fread($sp,1); if ($count == 0) { if ($str == "\r") { $count = 1; continue; } } if ($count == 1) { if ($str ==
2002 Oct 24
0
Always use the native protocol of the client -- WAS: How Samba let us down
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 | Message: 1 | To: Jay Ts <jay@jayts.cx> | Date: Wed, 23 Oct 2002 15:36:09 -0400 (EDT) | From: "Bryan J. Smith" <b.j.smith@ieee.org> | Cc: John H Terpstra <jht@samba.org>, jra@dp.samba.org, | chris@devidal.tv, Mathew McKernan <mathewmckernan@optushome.com.au>, | samba@lists.samba.org, samba-technical@lists.samba.org
2004 Aug 06
0
icecast2 ogg vorbis client request headers
On Friday 02 April 2004 09:28, Dave St John wrote: > Can anyone shed some light as to what icecast2 accepts as a client request > methods for ogg vorbis, apparently there is a difference bettween the way > icecast2 handles mp3 and ogg vorbis. > > php example for mp3 that works > fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n"); > > php example
2004 Aug 06
0
icecast2 ogg vorbis client request headers
At 08:54 PM 4/1/2004, you wrote: >Well the code itself is what i took from tom peppers sc proxy script and >incorperated our own auth system for icecast2 >i know i got it close with ogg and it seems to be when i tweak the >$str.=fread($sp,4096); >bit amount, i get different results, 4096 works fine for mp3 on icecast2 and >shoutcast, but im assuimg maybe there is more or less to
2004 Aug 06
5
mp3-streaming client for icecast2
Hi! I'm looking for a streaming client for the icecast2-server. It should just feed mp3-files from a playlist to the icecast2-server. The old shout doesn't work: hout -P a -e 8000 -x -p /big/m3u/list.m3u => [3:21] Size: 3231748 Bitrate: 128000 (41432 bytes/dot) [Server error: [HTTP/1.0 401 Authentication Required ] WWW-Authenticate: Basic realm="Icecast2 Server"
2004 Aug 06
2
icecast2 ogg vorbis client request headers
This may be of help, im tailing the error log file and im getting these errors [2004-04-01 19:14:35] DBUG source/source_main Client added [2004-04-01 19:14:38] DBUG source/source_main Client had unrecoverable error with new data, probably due to client disconnection [2004-04-01 19:14:38] DBUG source/source_main Client removed <p><p>Dave St John Mediacast1 Administration Need
2004 Aug 06
2
mp3-streaming client for icecast2
At 05:45 PM 2/10/2004, you wrote: >On Wed, Feb 11, 2004 at 12:36:55AM +0100, Frank Schubert wrote: > > Hi! > > > > I'm looking for a streaming client for the icecast2-server. It should > > just feed mp3-files from a playlist to the icecast2-server. The old > > shout doesn't work: > > > > shout -P a -e 8000 -x -p /big/m3u/list.m3u > >
2001 Jul 16
1
Icecast2 server temporarily down, now back
Hi all: I've been away for the past week and moved house before that. Quite impressively, the icecast2 server I'm running stayed up all that time. It went down at 8 minutes past midnight EDT (04:08 GMT) on Monday 16/07. It looks like someone did the same thing as before - kicked it over by attempting to connect a source to an already existing mountpoint. by all means use the server to
2001 Jul 16
1
Icecast2 server temporarily down, now back
Hi all: I've been away for the past week and moved house before that. Quite impressively, the icecast2 server I'm running stayed up all that time. It went down at 8 minutes past midnight EDT (04:08 GMT) on Monday 16/07. It looks like someone did the same thing as before - kicked it over by attempting to connect a source to an already existing mountpoint. by all means use the server to