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