Displaying 20 results from an estimated 69 matches for "gally".
Did you mean:
wally
2007 Jun 26
3
surprising difference in log()
Hello everybody
My collegue and I noticed a strange behaviour of R on different
platforms. It's a simple computation, but results are rather different.
On Windows XP:
> floor(log(8,2))
[1] 3
which is what one should expect.
Here's instead the result with Mac OS X (same version, 2.5.0
(2007-04-23))
> floor(log(8,2))
[1] 2
Is it a "bug" in R or in the operating
2004 Aug 06
3
I need a Freelance Coder...
I must use Windows for Streaming.
and the interface must be an port or something else, because the software
interface runs on a dedicated server.
----- Original Message -----
From: "Ricardo Galli" <gallir@uib.es>
To: <icecast-dev@xiph.org>
Sent: Wednesday, February 25, 2004 10:10 AM
Subject: Re: [icecast-dev] I need a Freelance Coder...
<p>> On Wednesday 25 February
2004 Aug 06
3
PATCH: Faststart Try 3
Hi Mike
Find enclosed the patch with the fastart implementation for vorbis (for
the moment).
Now is based on size in bytes and the buffers are sent all together with
pre_data.
Hope you like it. At least is the smallest one: :-)
-rw-r--r-- 1 gallir gallir 5486 2003-01-21 01:29 update3c.diff
-rw-r--r-- 1 gallir gallir 10014 2003-01-19 20:14 update3b.diff
-rw-r--r--
2004 Aug 06
2
Re: PATCH: increase network congestion resilience
On Saturday 18 January 2003 03:37, Michael Smith shaped the electrons to
shout:
> We can't just drop packets, the transmission model assumed by the
> format handlers (and required by at least one of them) will not permit
It's not vorbis. Does it?
> us to drop any data. It'd be possible, in theory at least, to tag
> buffers with a flag to say that they can be dropped, but
2003 May 23
0
[LLVMdev] Bug: GCCLD bugs section of How to Submit a Bug
The quoted command line prints an error.
129 gally> gccld -debug-pass=Arguments < /dev/null -o - > /dev/null
Not enough positional command line arguments specified!
Must specify at least 1 positional arguments: See: gccld --help
Instead, use:
126 gally> as < /dev/null > null.bc
127 gally> gccld -debug-pass=Arguments null.bc...
2004 Aug 06
3
PATCH: increase network congestion resilience
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
find a patch which is an update to a patch sent months ago. Before it was
in net/sock.c, now I moved it to format.c, so net CVS module is not
affected. It polls the socket before trying to send() any byte to check
if the TCP buffers are full due to network congestion.
See below the warning messages of "normal" (at least in
2004 Aug 06
2
No source buffering
> |No, if you search old archives (almost two years ago,
> |http://breu.bulma.net/?l2480) you will see I've sent patches for server
> |buffering (fast start) and other things that were never included.
> |
> |You can check the difference with http://mcrg.uib.es:8000/live.ogg which
> |run my code realiable for more than a year now.
> |
> |The server also had a remote DoS
2004 Aug 06
1
PATCH: Faststart implementation
On Sunday 19 January 2003 03:35, Michael Smith shaped the electrons to
shout:
> There's a bad interaction here between the predata and this faststart.
> Suppose we have two logical streams (A and B), and the stream has just
> recently got to logical stream B. Now, this means the fast start queue
> contains the end of stream A, then the stream B headers, then the start
> of
2004 Aug 06
2
Any buffering on server?
On Monday 10 February 2003 13:25, Michael Smith shaped the electrons to
shout:
> If it takes this long, then there's something else wrong. It should be
> well under a tenth of a second (and probably closer to 1/100).
No, nothing wrong, at least darkice is doing very badly.
With darkice as encoder at about 30 kbps, there are about 3 buffers per
second, which mean that in the worst
2004 Aug 06
2
No source buffering
On Friday 20 February 2004 00:09, Renaud Waldura shaped the electrons to
shout:
> 1- this is such a stoopid question I should be ashamed of myself --
> RTFM
>
> 2- this is a well-known issue that everybody's aware of, it doesn't
> need further discussion thank you, as it is actively being worked on
>
> 3- it is meant to be that way and will not change.
No, if you
2004 Aug 06
2
PATCH: Faststart implementation
Hi,
find enclosed a patch to implement faststart (or prebuffering).
Basically, it stores a number of "refbuf"s, configurable by seconds. When
a new client connects, it adds the prebuffers to que clients' queue so
they are delivered as fast as permitted by the connection. As result, the
players prebuffers are filled up faster giving a better "response".
I tried
2004 Aug 06
2
Faststart: Second Try
Hi Mike,
find the patch for faststart that takes in account different logical
streams. I tried with ices' playlist, it works just fine [*].
I could be still further optimised, but it will make the code less clear
(for example, I could check for has_paredata before checking for
serailno, which saves a couple of calls and also will avoid any change in
format_mp3.[ch]).
<p>[*]
2004 Aug 06
1
I need a Freelance Coder...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Huh, why not just use ices with a perl song choser module ? This
eliminates the need to develop the libshout based streamer (use ices
instead) and give ices the title from your module, ices will take care of
the rest. Or I am wrong ? :)
On Wed, 25 Feb 2004, Renaud Waldura wrote:
> For what's it's worth, I do something similar to this
2004 Aug 06
2
No source buffering
On Friday 20 February 2004 12:10, Ricardo Galli wrote:
> > wants to send such a patch, we're happy to integrate them. I don't
> > remember the DoS bug - that might be a real problem. It could be that a
>
> It started out with this:
>
> http://www.xiph.org/archives/icecast-dev/0366.html
>
> and I found the problem and sent the patch:
>
>
2004 Aug 06
2
Re: PATCH: increase network congestion resilience
On Friday 17 January 2003 20:17, Karl Heyes shaped the electrons to say:
> I would suggest a slightly different approach.
>
> Instead of increasing the syscall overhead for all sockets, trapping
> for uncommon cases. Try the sock_write_bytes and if that is
> continuously having to queue (ie not all data can be sent) then display
> the warning, maybe make it a run-time option
2004 Aug 06
1
Fwd: Patch to icecast2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Mike,
I think you dealing with the development.
Almost a year ago I've sent few patches to Jack, several of them are
already applied to the current version.
I'm back again, and tested the last version. I noticed it isn't as
resilient to network congestion as my last patched version (just
disconnect the ethernet cable of
2004 Aug 06
4
I need a Freelance Coder...
Is there anybody who can help my for implement a feature in icecast 2?
I want to update ogg vorbis meta data album/title/genre/artist via an webbased interface. like metadata.xml for mp3 files.
If there`s anybody, contact my benny@name-pool.net i would pay for this feature.
thanks
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To
2004 Aug 06
1
PATCH: memory leak
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Find enclosed a one lines patch that solves a memory leak. If a client is
disconnected while the server tries to send a buffer in the queue, the
buffer is never released.
Regards,
- --
ricardo galli GPG id C8114D34
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
2004 Aug 06
1
BUG: sending bad buf's in MP3
In format_mp3.c
tatic int format_mp3_write_buf_to_client(format_plugin_t *self,
client_t *client, unsigned char *buf, int len)
{
int ret;
if(((mp3_state *)self->_state)->metadata)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is always true because previously it did state->metadata = strdup("")
in format_mp3_get_plugin().
It causes annoying artifacts in xmms
2003 Jan 14
3
ext3fs still uses sequential search of file names in directories?
I am trying to determine the optimal filesystem for accessing large numbers
of files (25,000+) in a single directory. I have read that ext3fs uses a
sequential search algorithm and wanted to verify that this was still indeed
the case since this article was published a year ago.
http://bulmalug.net/body.phtml?nIdNoticia=1154
<http://bulmalug.net/body.phtml?nIdNoticia=1154&nIdPage=7>