Displaying 20 results from an estimated 31 matches for "c8114d34".
2004 Aug 06
3
PATCH: Faststart Try 3
...1-21 01:29 update3c.diff
-rw-r--r-- 1 gallir gallir 10014 2003-01-19 20:14 update3b.diff
-rw-r--r-- 1 gallir gallir 10014 2003-01-19 16:52 update3a.diff
-rw-r--r-- 1 gallir gallir 6116 2003-01-18 22:00 update3.diff
<p>Regards,
--
ricardo galli GPG id C8114D34
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update3c.diff
Type: text/x-diff
Size: 5679 bytes
Desc: update3c.diff
Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20030121/b1fa8f3e/update3c.bin
2004 Aug 06
3
PATCH: increase network congestion resilience
...aying packet 0
[2003-01-17 12:53:24] DBUG format/format_generic_write_buf_to_client Lack
of bandwidth, delaying packet 0
[2003-01-17 12:53:25] DBUG format/format_generic_write_buf_to_client Lack
of bandwidth, delaying packet 0
...
Hope you like it.
Regards,
- --
ricardo galli GPG id C8114D34
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+J/c7XZ2eFsgRTTQRAtCoAKDKbZYMyiQ7gkbKwhR/3O2VGL5IWQCgy0MA
Rx80rWn1gBZw7MaHMPOcpuU=
=z/q1
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update1.diff
Type: text/x...
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>
2004 Aug 06
2
Any buffering on server?
...artups:
while (source)
wait for source
check new clients
add buffers
read from source
send to clients
etc..
end
It will decrease in a few tenth of seconds the time needed to send data,
but will increase complexity in tree locks.
<p>
--
ricardo galli GPG id C8114D34
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe mess...
2004 Aug 06
1
PATCH: Faststart implementation
...like
"if (source->format->has_predata) -> ...
source->format->get_serialno(refbuf); ..." for example?
<p>PS: this can be also used for selectively dropping packages, altough I
just read it doesn't seem to be interesting :-)
--
ricardo galli GPG id C8114D34
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe mess...
2004 Aug 06
2
PATCH: Faststart Try 3 (QUESTION)
...ax bytes in queue */
refbuf_queue_t *faststart_queue;
long faststart_queue_size; /* In bytes */
from the _state structure (which differs according to the format) to
format_plugin_t.
If don't agree tell me as soon as you can please.
<p>
--
ricardo galli GPG id C8114D34
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe mess...
2004 Aug 06
3
I need a Freelance Coder...
...;s already included in
> mainstream) that sends the metadata to icecast2. It works perfectly.
> (http://mnm.uib.es/~gallir/tmp/xmms.png)
>
> I don't know if you do live or prerecorded streaming, but check first your
> source encoder.
>
> --
> ricardo galli GPG id C8114D34
> http://mnm.uib.es/~gallir/
> Recursivo. (del lat. recursus), adj. Condición de recursivo.
>
> --- >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...
2004 Aug 06
2
PATCH: increase network congestion resilience (SOLVED!)
...several places indeed).
The program was checking for sock_recoverable() with the return value of
send(), which is a mistake and confused me because I assumed it was
right. It _must_ be done against with sock_error() instead.
Find the patch that solves the bugs.
- --
ricardo galli GPG id C8114D34
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+KUOLXZ2eFsgRTTQRAvtQAKDWnOoK5hNv1ilzuxVJJStE5KJgsQCfRFHC
cRtvQvDZElEoGSXzdp2J/d8=
=bQZY
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update1.diff
Type: text/x...
2004 Aug 06
2
Any buffering on server?
...ut 30 kbps, there are about 3 buffers per
second, which mean that in the worst case, a client must wait 2/3 seconds
in order to start receiving. In the best case in 1/3 seconds.
That means the improvements is among 0.66 and 0.33 seconds (ish).
<p><p>
--
ricardo galli GPG id C8114D34
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe mess...
2004 Aug 06
2
PATCH: Faststart implementation
...execution. If
faststart is configured to zero, it has also zero impact in the
execution. If you don't feel very comfortable with the change in the
behaviour, you can change the default value to zero
(CONFIG_DEFAULT_FASTSTART).
Hope you like it.
Regards,
--
ricardo galli GPG id C8114D34
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update3.diff
Type: text/x-diff
Size: 6309 bytes
Desc: update3.diff
Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20030118/8c00f73c/update3.bin
2004 Aug 06
2
Faststart: Second Try
..., which saves a couple of calls and also will avoid any change in
format_mp3.[ch]).
<p>[*] We must rethink the hard limit, 25, in the queue size, the queue can
become larger just with the faststart buffer. A limit in _seconds_ could
work better.
<p>
--
ricardo galli GPG id C8114D34
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update3b.diff
Type: text/x-diff
Size: 10015 bytes
Desc: update3b.diff
Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20030119/b6b0bdfd/update3b.bin
2004 Aug 06
2
Re: PATCH: increase network congestion resilience
...thin some timeout
> may be a good idea, but needs some cleanup.
That the reason I moved all client buffer delivery logic to just one
function (now receiving from sources and delivery to clients are all
embeded in just one function). I will give a shot again.
--
ricardo galli GPG id C8114D34
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe mess...
2004 Aug 06
2
Re: PATCH: increase network congestion resilience
...th that refbuf, release it and reset the pos */
+ refbuf_release(abuf);
+ client->pos = 0;
+
+ abuf = refbuf_queue_remove(&client->queue);
+ }
+ return 0;
+}
+
...
+ data_done = send_client_queue(client, maxlag);
<p>
--
ricardo galli GPG id C8114D34
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe mess...
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
I need a Freelance Coder...
.... It works perfectly.
> > > (http://mnm.uib.es/~gallir/tmp/xmms.png)
> > >
> > > I don't know if you do live or prerecorded streaming, but check first
> your
> > > source encoder.
> > >
> > > --
> > > ricardo galli GPG id C8114D34
> > > http://mnm.uib.es/~gallir/
> > > Recursivo. (del lat. recursus), adj. Condición de recursivo.
> > >
> > > --- >8 ----
> > > List archives: http://www.xiph.org/archives/
> > > icecast project homepage: http://www.icecast.org/
> &...
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)
iD8DBQE+KJ+mXZ2eFsgRTTQRAletAJ9BvhEoLx+6S0okHXFxMibILg1hmQCgomc9
ob4akgYD/dkYZDQi34SM5ZA=
=5Ox3
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update2.diff
Type: text/x...
2004 Aug 06
0
PATCH: Client queue cleanup
...lient queue becomes very large with metadata, and the
client is disconnected.
<p>[**] For example where it check for metada pointer but it's never NULL
(because a strdup() is done at the very begining), and the it sends
rubish to the client.
<p>
--
ricardo galli GPG id C8114D34
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update1.diff
Type: text/x-diff
Size: 6627 bytes
Desc: update1.diff
Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20030123/d10b62cb/update1.bin
2004 Aug 06
1
BUG: sending bad buf's in MP3
...^^^^^^^^^^^^^^^^^^^^^^^^
This is always true because previously it did state->metadata = strdup("")
in format_mp3_get_plugin().
It causes annoying artifacts in xmms while listening mp3, I suposse
because xmms didn't ask for metadata.
Regards,
--
ricardo galli GPG id C8114D34
--- >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-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe mess...
2004 Aug 06
0
I need a Freelance Coder...
...very simple, for darkice (it's already included in
mainstream) that sends the metadata to icecast2. It works perfectly.
(http://mnm.uib.es/~gallir/tmp/xmms.png)
I don't know if you do live or prerecorded streaming, but check first your
source encoder.
--
ricardo galli GPG id C8114D34
http://mnm.uib.es/~gallir/
Recursivo. (del lat. recursus), adj. Condición de recursivo.
--- >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-dev-request@xiph.org'
contain...
2004 Aug 06
0
No source buffering
...fferent approach that works better and is more
> reliable that the proposed patches previously submitted.
I would say you could habe been using my code meanwhile :-) (it works
very nice, including flow control for "connection recovery" :-)
Cheers,
--
ricardo galli GPG id C8114D34
http://mnm.uib.es/~gallir/
Recursivo. (del lat. recursus), adj. Condición de recursivo.
--- >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-dev-request@xiph.org'
contain...