Re: [Live-devel] streaming and receiving with circular buffers

2008-05-16 Thread kevin fesselier
Ross Finlayson a écrit : What I'm trying to achieve now is to read data to be send from a buffer (server part), and to write it into a buffer (client part). These buffers must be circular buffers, as it is usual on set top boxes. So, my question is : What is the simplest way to achieve this (I

Re: [Live-devel] streaming and receiving with circular buffers

2008-05-16 Thread Ross Finlayson
What I'm trying to achieve now is to read data to be send from a buffer (server part), and to write it into a buffer (client part). These buffers must be circular buffers, as it is usual on set top boxes. So, my question is : What is the simplest way to achieve this (I don't want to use some pip

[Live-devel] streaming and receiving with circular buffers

2008-05-16 Thread kevin fesselier
Hello, I'm a student in computer science, beginner with the live555 library. I have been writing some simple test programs to implement some simple use cases such as streaming MP3 or MPEG2TS. I manage to stream data from a disk on the server, thanks to a ByteStreamFileSource, and a SimpleRTPSi