<!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> </DIV>
<DIV><FONT face=Arial size=2>regardless of what you suggested about, 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 their behaviour: took the playcommon code, put into
a thread class and made some (a lot of...) modifications. 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 condition that i create a different environment for each thread
and (hopefully) is what i'm doing.</FONT></DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV>
<DIV><FONT face=Arial size=2>thank you</FONT> </DIV></BODY></HTML>