<!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] RTCP Synchronization
information</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#000080">Ahh, I realized that after I posted the message -
that's perfectly applicable for when I have an RTPSource feeding
into my sink object, but for my audio situation, the SimpleRTPSource
gets fed into an EndianSwap16 filter before going into my sink - in
that case, its not possible to do that
typecasting;</font></blockquote>
<div><br></div>
<div>OK, but you can still do this.&nbsp; Here are new instructions
that should work for you:</div>
<div><br></div>
<div>1/ Call &quot;MediaSink::source()&quot; to get the sink's source
object (as a (FramedSource*)).</div>
<div>2/ Cast this to a (FramedFilter*) (which you can do iff you know
that it really is a FramedFilter, of course)</div>
<div>3/ Call &quot;FramedFilter::inputSource()&quot; to get the
filter's source (as a FramedSource)</div>
<div>4/ Cast this to a (RTPSource*) (which you can do iff you know
that it really is a RTPSource, of course)</div>
<div>5/ Call &quot;RTPSource::
hasBeenSynchronizedUsingRTCP()&quot;</div>
<div><br>
<br>
</div>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#000080">Also, I was wondering if there was a searchable
version of the live-devel archives? There are times when I would like
to just search the messages first, before posting to the
group</font></blockquote>
<div><br></div>
<div>The archives that we host aren't currently searchable,
unfortunately.&nbsp; But perhaps someone who's subscribed to the list
has made their own searchable archives??&nbsp; If so, please let us
know.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>