search for: prebufering

Displaying 3 results from an estimated 3 matches for "prebufering".

Did you mean: prebuffering
2004 Aug 06
2
Icecast2?
Hi all, I am ricardo galli, I've juscribed just a couple of days ago. I wanted to stay as a lurker for a longer period, but this list has almost no traffic, so I wake up due to the silence. The point is, is this list related to icecast2 development? I made some changes to the server and sent a patch to Jack Moffitt, but I'm not sure he's still mainaining the server. If he
2004 Aug 06
1
Fwd: Patch to icecast2
...erver didn't check for the status of the client's socket before the unblocking send(). This caused a disconnection at the minimum delay in the network. I've added a poll in sock.c 2. Many vorbis players do a very bad job in prebuffering (notably freeamp), so we are forcing a kind of prebufering now. The server keeps the last seconds of each source, when a new client connects, we send these previous buffers as fast as the network allows (this is checked by -1-). To allow the control by seconds instead of time, I added a timestamp to refbuf (which could be also used by checking the clie...
2004 Aug 06
3
Icecast2?
...erver didn't check for the status of the client's socket before the unblocking send(). This caused a disconnection at the minimum delay in the network. I've added a poll in sock.c 2. Many vorbis players do a very bad job in prebuffering (notably freeamp), so we are forcing a kind of prebufering now. The server keeps the last seconds of each source, when a new client connects, we send these previous buffers as fast as the network allows (this is checked by -1-). To allow the control by seconds instead of time, I added a timestamp to refbuf (which could be also used by checking the clie...