<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] RTSPClient::fBaseURL and
RTSPClient::sess</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I'm trying
to write RTSP client which will be able to read from
multiple URLs simultaneously using the single event
loop.</font></blockquote>
<div><br></div>
<div>Note that a single "RTSPClient" object is used for
controlling *one* stream (i.e., one "rtsp://" URL) only. 
Your RTSP client *application* can, of course, open and play multiple
RTSP streams concurrently (using a single event loop), but to do so,
you will need to create a separate "RTSPClient" object for
each.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>