<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.6000.17092" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello Ross,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'm trying to write RTSP client which will 
be able to read from multiple URLs simultaneously using the single 
event loop.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there any way to </FONT><FONT face=Arial 
size=2>identify session URL in RTSPClient response handlers? These handlers 
receive pointer to RTSPClient object. Unfortunatelly, the related class member 
variable RTSPClient::fBaseURL and member function RTSPClient::sessionURL() are 
defined as private, meaning there is no way to access them 
in the response handlers at the moment. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The same question regarding retrieval 
of RTSPClient::fUserAgentHeaderStr.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Why do I need this. </FONT><FONT face=Arial 
size=2>I need a possibility to retrieve from RTSPClient object some 
key (a string or a number) that would be unique. Then I'm going to use this 
key in response handlers to access all other session-specific variables 
(like mediasession objects, file sinks, duration, etc) via the hash map. At 
the moment I have no other idea how to distinquish RTSP sessions in response 
handlers.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I would highly appreciate any advice on this 
matter.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Kind regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Dmitriy</FONT></DIV></BODY></HTML>