[Live-devel] Authorization question

2012-10-19 Thread Meding, Matthias
Hello Ross, in the method "RTSPServer::RTSPClientConnection::authenticationOK" is only checked whether the "fAuthDB" is NULL. Would it not make sense to check if the "AuthDB" is empty ("fAuthDB->IsEmpty()")? Greetings Matthias Meding ___ li

[Live-devel] Filestreaming

2012-09-07 Thread Meding, Matthias
Hi Ross, thank you for your quick reply. My second topic was (and still is): >> On client-side I use the method "MediaSubsession::getNormalPlayTime". All works fine for the first play-command. But after the send of a second play-command the method returns wrong values with the receive o

[Live-devel] Filestreaming

2012-09-06 Thread Meding, Matthias
Hi Ross, maybe I have found a bug!?! In the method void RTSPServer::RTSPClientConnection::setRTSPResponse(char const* responseStr) { snprintf((char*)fResponseBuffer, sizeof fResponseBuffer, "RTSP/1.0 %s\r\n" "CSeq: %s\r\n" "%s\r\n" ---> should be "%s"