Displaying 20 results from an estimated 20000 matches similar to: "compiling 2.0"
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now.
I have set up a semi-permanent test stream for people to bang on at:
http://i.cantcode.com:8888/ices.ogg
Please report any problems you have.
I say semi-permanent, because it will probably crash now and then, and I
will be developing and putting up the new versions on a regular basis.
If it stops working for more than an hour, somethings
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now.
I have set up a semi-permanent test stream for people to bang on at:
http://i.cantcode.com:8888/ices.ogg
Please report any problems you have.
I say semi-permanent, because it will probably crash now and then, and I
will be developing and putting up the new versions on a regular basis.
If it stops working for more than an hour, somethings
2007 May 04
2
SLA broken in 1.4.3?
I configured my sla.conf to use with a Polycom phone. I have no idea
if I did it right, however, none of the console "sla" commands
exist. Do I have to something special to compile in this support, or
should it just work out of the box?
~jay
2004 Aug 06
3
Icecast2 (was Re: [vorbis] Who'll Be Using Ogg Vorbis Instead Of MP3? @ /.)
> On Mon, 6 Aug 2001, Jack Moffitt wrote:
> It works, but hasn't been released. I will be making nightly snapshots
> available of the repositories in the next day or so, and that should
> help get more people testing it. So far it's help up quite well, and
> the tools are _nice_ courtesy of Oddsock and Vakor :)
Can you provide any more info on this? Are the snapshots up
2004 Aug 06
2
where is the icecast 2 source?
Jack Moffitt wrote:
>
> > 3. I searched the mailing list archive, and got a pointer to
> > http://i.cantcode.com/~jack/ where there are some old snapshots
>
> Funny how you found that, but not this:
>
> http://i.cantcode.com/~jack/icecast.html
was looking for .tar.gz, as the e-mail mentioned snapshots. seems like I
was shortsited.
> >Wouldn't it be nice if
2007 May 01
3
using Playback() to play a random sound file
I've got a directory under /var/lib/asterisk/sounds which contains a
bunch of sound files. I would like to call the Playback command to
play the files, but I need it to select a file to play randomly. Is
there any way to do this?
~jay
2001 Sep 03
2
where is the icecast 2 source?
Hi,
I wanted to download the icecast 2 source. Here's how:
1. I looked at the icecast.org site (seemed like a logical choice). It's
not even mentioned on the site, it's not in the downloads directory, and
not in the CVS tree either (there is something there called ice2, it's
almost empty)
2. I looked at the xiph.org site, it points back to icecast.org
3. I searched the mailing
2004 Aug 06
4
copies of RE: what I'd like to do
Why do I have a couple hundred copies of this email? Are others on the list
getting multiple copies? I've gotten a copy every hour and 20 minutes since
4/5.
They're being sent from the listserver too:
Received: from motherfish.xiph.org (olive-22.wheatrick.com [207.181.249.22])
by mspexch1.office.mktw.net with SMTP (Microsoft Exchange Internet Mail
Service Version 5.5.2653.13)
id
2005 May 13
2
add Rvsnprintf to API ??
Could Rvsnprintf (in src/main/errors.c) be added to the R API
with prototype in include/R_ext/Print.h say?
Here's my problem. I'm trying to write some code that is not
totally tied to R. Hence I want R style error messaging to
be isolated in a small module. I do not want #include <R.h>
and calls to error (Rf_error) in most of my code.
Hence I want to write a module with something
2014 Sep 20
2
vsnprintf_s and vsnprintf
lvqcl wrote:
> I wrote a small program that fills a buffer[] with "abcdefghijklmnopqrstuvwxyz\0"
> pattern and then tries to write "0123456789" string into it.
> It calls either
> ret = vsnprintf_s(buffer, buf_size, _TRUNCATE, fmt, va);
> or
> ret = vsnprintf(buffer, buf_size, fmt, va);
<snip>
> vsnprintf (MSVC, MinGW):
>
> buf_size =
2004 Aug 06
2
Where can I get Icecast 2.0?
I have Icecast 1.3.11 working just fine. Now I want to try to migrate
to the Ogg Vorbis thing, for purposes of static file streaming.
With 1.3.11 as a default install on RedHat 7.1, would I install v2.0
as a new product or overlay / delete the v1.3.11 install?
Thanks
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe
2000 Jan 12
4
solaris 2.5.1 still no good
Hello,
I've got the same problem like this one.
Can somebody send the snprintf.c or other ways around please?
Thanks,
<------- snipped from mail archive ---------------------------------->
I just email'd, from my other account, the snprintf.c that we distribute
in PostgreSQL...its been thoroughly tested on all the platforms that we
support, with Solaris 2.5.1 being one of
2001 Oct 18
2
Incorrect return types for snprintf() and vsnprintf()
Both of these functions are using strlen() to create return value.
Cheers,
Scott Rankin
*** /openbsd-compat/bsd-snprintf.c.orig Thu Oct 18 13:57:51 2001
--- /openbsd-compat/bsd-snprintf.c Thu Oct 18 13:58:26 2001
***************
*** 632,638 ****
#endif /* !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) */
#ifndef HAVE_VSNPRINTF
! int
vsnprintf(char *str, size_t count, const char *fmt,
2010 Apr 26
3
openbsd-compat regression tests
The snprintftest.c regression test in openbsd-compat/regress has a
buffer overflow error, and an argument error in the calls to snprintf(),
and vsnprintf().
On line 49 of snprintftest.c, the character buffer, b, is allocated at
5 bytes. However, in the calls to snprintf and vsnprintf, on lines 68
and 77 respectively, it is expected to place 11 bytes of data into the
buffer. Which will result
2001 Feb 25
3
icecast 2.0 update
I did get icecast 2.0 up and running by the end of January.
If you would like to play with it (be warned you'll have to be familiar
with compiling and getting things to work) you can find some simple
instructions at http://i.cantcode.com/~jack/icecast.html.
It streams Vorbis audio and has an incoming connection pool. A
corresponding version of libshout is available for it as well.
2001 Feb 25
3
icecast 2.0 update
I did get icecast 2.0 up and running by the end of January.
If you would like to play with it (be warned you'll have to be familiar
with compiling and getting things to work) you can find some simple
instructions at http://i.cantcode.com/~jack/icecast.html.
It streams Vorbis audio and has an incoming connection pool. A
corresponding version of libshout is available for it as well.
2004 Oct 22
1
[PATCH] off-by-one in asprintf/vasprintf
Fix an off-by-one in asprintf and vasprintf. The return of vsnprintf is
the number of bytes *not* including the terminating '\0'. The size
argument to vsnprintf is the number of bytes *including* the terminating
'\0'.
diff -u klibc-0.188/klibc/asprintf.c udev/klibc-0.188/klibc/asprintf.c
--- klibc-0.188/klibc/asprintf.c 2004-10-22 12:07:22.678906352 -0600
+++
2007 Apr 12
2
[PATCH] Make com32 printf obey width-restriction on %s
Hi,
The following patch is against 3.36. It lets the width-modifier to the
%s conversion specifier restrict the length of the formatted string as
well as expand it. In addition, it adds the strnlen function, which
only exists as a prototype today.
--
Arne.
--- syslinux-3.36/com32/lib/Makefile.orig 2007-02-10 21:47:07.000000000
+0100
+++ syslinux-3.36/com32/lib/Makefile 2007-04-12
2014 Sep 20
3
vsnprintf_s and vsnprintf
lvqcl wrote:
> Why? We can use vsnprintf_s for MSVS, and vsnprintf for MinGW.
>
> MSVS version of vsnprintf_s is located inside (statically linked) msvcp???.lib
> or (dynamically linked) msvcp???.dll. They are part of MSVS runtime, and compatible
> with WinXP. So it is safe to use it in FLAC.
Oh, ok. I missed this bit. I know so very little about Windows.
However, if you compile
2001 May 02
2
live streaming
2 May 2001
Can the Ogg Vorbis program be used to stream live audio
over the Internet? Or is it restricted to the creation of
files that have to be downloaded and then played on a
computer?
Put another way, can Ogg Vorbis doe what "Real Audio"
does, but without the onerous restrictions?
Robert Willmann, Jr.
San Antonio, Texas
--- >8 ----
List archives: