<!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 "openRTSP" code (in
"testProgs/playCommon.cpp") saves its incoming data into a
file - using the "FileSink" class. Note that
"FileSink" is a subclass of "MediaSink", and
implements the virtual function "continuePlaying()".</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
"MediaSink".</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>