<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>regardless of what you suggested about, &nbsp;i'd 
like to build a thread safe routine for an RTSP client. Starting from your 
openRTSP and Playcommon test programs, i simply created a thread class that try 
to emulate&nbsp;their behaviour: took the playcommon code, put into 
a&nbsp;thread&nbsp;class and made some (a lot of...) modifications.&nbsp;It 
doesn't work...obviously...but i'd like to know if it could be the right way to 
do so...or there is a simpler one.</FONT></DIV>
<DIV><FONT face=Arial size=2>I read that i could use your libs in a thread, 
on&nbsp; condition that&nbsp;i create a different environment for each thread 
and (hopefully) is what i'm doing.</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>thank you</FONT>&nbsp;</DIV></BODY></HTML>