[Live-devel] presentation times

2008-04-04 Thread Lodewijk Loos
hi, I am receiving a stream from Quicktime Broadcaster via Darwin Streaming Server, where do the presentation times I get in my MediaSink originate from? My guess is that DSS adapts the presentation times of frames from QTB. I am asking this because I would like to be able to calculate the

Re: [Live-devel] rtp over http

2008-04-02 Thread Lodewijk Loos
I found what makes it work for me: If in the following piece of code I call readSocket WITHOUT the timeout parameter everything works fine again void SocketDescriptor::tcpReadHandler(SocketDescriptor* socketDescriptor, int mask) { do { Usage