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
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