<!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] First
Application</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">All I tried
so far was using some source code from openRTSP, but I could actually
not figure out where to grab the data.</font></blockquote>
<div><br>
<br>
</div>
<div>The &quot;openRTSP&quot; code (in
&quot;testProgs/playCommon.cpp&quot;) saves its incoming data into a
file - using the &quot;FileSink&quot; class.&nbsp; Note that
&quot;FileSink&quot; is a subclass of &quot;MediaSink&quot;, and
implements the virtual function &quot;continuePlaying()&quot;.</div>
<div><br></div>
<div>If you want to instead do something else with the incoming data,
you would use a different subclass (that you would write) of
&quot;MediaSink&quot;.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>