Displaying 20 results from an estimated 9000 matches similar to: "statically link icecast2."
2004 Aug 06
2
statically link icecast2.
On Mon, Feb 23, 2004 at 03:58:13PM +0000, Karl Heyes wrote:
> On Mon, 2004-02-23 at 15:35, Jerome Alet wrote:
>
> > The only solution I can think of is to manually modify the
> > automatically generated makefiles, which is IMHO completely stupid.
>
> Assuming gcc is used (the default many cases) and provided you have the
> static libs installed, you should be able to
2004 Aug 06
0
statically link icecast2.
On Tue, 2004-02-24 at 08:51, Jerome Alet wrote:
> > make CFLAGS=-static
>
> This doesn't seem to work. If I use the file command on the
> icecast executable, it still says that the file is dynamically linked.
>
> If I use ldd I've got :
>
> port50-2:~/icecast-2.0.0/src$ ldd icecast
> libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7
2004 Sep 02
5
LDAP search failed: Size limit exceeded
When trying to browser users or groups on the server I see these
messages in the log file.
[2004/09/02 10:40:15, 0] lib/smbldap.c:smbldap_search_suffix(1101)
smbldap_search_suffix: Problem during the LDAP search: (Size limit
exceeded)
[2004/09/02 10:40:15, 0] passdb/pdb_ldap.c:ldapsam_setsampwent(1173)
ldapsam_setsampwent: LDAP search failed: Size limit exceeded
We are unable to browse
2004 Aug 06
2
icecast encoders?
On Thu, 15 Nov 2001, E wrote:
> - streaming at multiple bitrates (where the 128 bit stream is playing
> the same thing as the 56 bit)
DarkIce supports this feature
--- >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 the word
2004 Aug 06
6
how to cut very big mp3s ?
Hi there,
maybe someone here could help me solve my problem.
I've streamed two complete days of a congress
using DarkIce and IceCast, but now I want to cut
the mp3 files in parts, a part per speaker.
I've actually got four mp3 files, one for each morning
and afternoon, but each is several hundreds megabytes
long (128 Kbits/s stereo)
Is there any tool available which would allow me to
2007 Dec 05
2
print server and logs
Hi,
I have a print server on ubuntu gutsy using samba and cups.
all users are able to print from the server and their name appear into
the logs (i am using phpprintanalyzer)
if I try to print from another pc, it prints fine but then the name of
the user is nobody instead
how to make sure that the name of the user will be inscribed into the
log when the user is on a remote machine.
thanks
2004 Aug 06
2
Icecast admin interface
I have a problem with Icecast web admin interface.
My icecast.conf file contains :
acl_policy 1
deny all *
allow all *.via.ecp.fr
When connecting to my admin interface, I get a 403 error message ( You don't
have access to this entity (stream or file).), and icecast says "Kicking
unknown 48 [mallet.via.ecp.fr] [No mountfile found], connected for 0 seconds".
There is no firewall
2004 Aug 06
1
Icecast admin interface
mardi 21 mai 2002, 18:51:14, Jerome Alet a écrit :
<p>> icecast in woody is compiled with tcp-wrapper activated, so look
> into hosts.deny/hosts.allow maybe there's a conflict with what
> you've set in icecast.conf
I tried with an empty /etc/hosts.deny, and /etc/hosts.allow only
containing "ALL : ALL".
That did not solve the problem..
Ced
<p>> hth.
2004 Aug 06
1
pymp3cut v0.27
Hi,
I'm pleased to announce v0.27 of the Python MP3 Cutter.
PyMP3Cut is a Python commandline tool designed to cut huge (> 100MB) MP3
files at high speed without requiring the extra disk space and processing
time usually needed by visual audio editing tools, which convert the MP3
format to more easily manageable formats like WAV before doing anything.
It reads and cuts simultaneously
2004 Aug 06
1
Icecast 2: planned stuff.
On Sun, Feb 02, 2003 at 11:20:41AM -0500, Erich J. Ritzmann wrote:
>
> The advantage of centralization from a system management perspective is
> significant. Everything from the standard location of logs, to
> simplicity of log rotation, to the ease with which you can configure
> the logging level using standard syslog configuration -- these are all
> highly valued if you
2006 Jul 05
5
Print Cost Capture
My company would like to start capturing printing costs. Is there a way
to configure the printing interface to prompt users for a billing code?
--
David Sonenberg, CCNA, GCIH
Manager, Information Technology
Stroz Friedberg, LLC
15 Maiden Lane
15th Floor
New York, NY 10038
Tel 212.981.6527
Fax 212.981.6545
This message is for the named person's use only. It may contain
confidential,
2004 Aug 06
1
DarkIce problem
Hello
Sorry if i'm not exactly on the right list, but I'm sure you guys will
help me :-)
I have a problem with DarkIce, since the compiler can't find Lame
libraries. I tried with Lame 3.70, 3.89beta (both hand-compiled) and a
package (3.89 too), nothing works. Which version on Lame am I suposed tu
use to make DarkIce work, and is there a secret trick to make it work ?
:)
Thank you
2004 Aug 06
2
AW: AW: final question: how many mountpoints can icecast handle ?
Hello Michael
damn, I was afraid of that, but thanks for lightening me up
(although I am in complete darkness now, after having seen
the light just some days ago..)
I'm looking into http streaming of the static files just now,
but I came to find that there is one huge drawback:
1. when sending the stream out with icecast/shoutcast
it would be possible to "push" the next song
2004 Aug 06
1
[blp@pfaff.stanford.edu: ]
Hi,
Last week, while trying to compile IceCast2 from CVS on several Debian
machines (sid, woody, sarge), I encountered a problem where autoconf
told me to file a bug report, which I did with Debian's reportbug
utility.
here's the answer from Ben Pfaff, who's in charge of Autoconf at Debian,
which you may find interesting to read.
hth.
bye,
PS: I've not tested his suggestion
2004 Aug 06
5
icecast encoders?
On Fri, 16 Nov 2001, Jerome Alet wrote:
> one thing that would be nice in DarkIce would be to allow the user to pass
> specific reencoding options for each server, e.g. DarkIce could acquire
> the audio in stereo and send it to a server in mono and in stereo to
> another server, which is AFAICT impossible today.
I agree! Also, something I've been looking for is a way to pull
2004 Aug 06
1
Encrypted password problem with icecast 1.3.11
I have tried these steps and the encryption on the console still does not
seem to validate? Any other thoughts? Thanks,
Tom
-----Original Message-----
From: Jerome Alet [mailto:alet@unice.fr]
Sent: Tuesday, November 20, 2001 3:50 PM
To: icecast@xiph.org
Subject: Re: [icecast] Encrypted password problem with icecast 1.3.11
On Mon, Nov 19, 2001 at 12:03:53PM -0500, Thomas Steiger wrote:
> I
2004 Aug 06
2
how to cut very big mp3s ?
On Sun, 6 Jan 2002, Jack Moffitt wrote:
> Unfortunately MP3 is not really an editable format (another reason to
> use Vorbis). Its frame headers and frame data don't necessarily come
> together in the file, so chopping the file would require quite a lot of
> reorganization. The only decent methods I've seen proposed meant
> turning the beginning and ends of files into
2004 Aug 06
1
Run liveice as a background process...
On Mon, Oct 08, 2001 at 09:43:39AM -0700, William Goldsmith wrote:
> You can chmod 666 /dev/dsp* - I can't think of any problems with that. Or
> create a group with the appropriate permissions.
with this chmod, any user who has an account can spy what you do if you happen
to have a microphone plugged in.
it's better to make /dev/dsp chmod 660 and make it owned by root.audio, then
2004 Aug 06
1
icecast encoders?
On Sat, Nov 17, 2001 at 06:57:46PM +0100, Maroy Akos wrote:
> On Fri, 16 Nov 2001, Samuel Hathaway wrote:
>
> > I agree! Also, something I've been looking for is a way to pull sound from
> > the dsp device at 44kHz and then downsample it to 22kHz for one of my two
> > streams. Ideas?
>
> DarkIce does this already. What it doesn't do, is to have mono and
2004 Aug 06
2
Stupid question of the day
Hi all,
I just wanted to know where to find icecast2.
I've downloaded icecast 1.3.11 and it looks wonderful, and works fine as
far as I've tested it.
However I want to be able to stream ogg instead of mp3. I've search "icecast2"
on sourceforge, freshmeat, and google but to no avail.
Google's "I'm feeling lucky" sends me directly to