<!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] How does Live555 determine payload
type?</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I am trying
to write a generalized video RTSP/RTP front end to a decoder. It has
to decode MJPEG, MPEG4, MEPG2 and H.264.</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">I am looking
at the source code for all the test programs and see that they all
seem to predetermine their payload type.</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">Is there a
test sample that has the information from the RTSP session, and then
uses it to create the correct sink?</font></blockquote>
<div><br></div>
<div>Look at the code for our &quot;openRTSP&quot; RTSP/RTP client -
in particular, &quot;playCommon.cpp&quot;.&nbsp; Note how it uses the
SDP description (returned in response to the RTSP &quot;DESCRIBE&quot;
request) to create the &quot;MediaSession&quot; object for the
stream.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>