<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1522" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=944550507-07112005><FONT face=Arial color=#0000ff size=2>That 
is not true.&nbsp; mplayer (with live555 support) decodes rtp streams and 
renders them immediately.&nbsp; mencoder could be used to transcode an rtp 
stream.&nbsp; Also, mplayer can write the decoded YUV frame to a pipe (via the 
-vo yuv4mpeg argument) for processing by another application, if 
mencoder/mplayer do not have the functionality that you 
need.</FONT></SPAN></DIV>
<DIV><SPAN class=944550507-07112005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=944550507-07112005><FONT face=Arial color=#0000ff size=2>It's 
easy enough to try for yourself.&nbsp; Configure and build mplayer with live555 
support, then run the testOnDemandRTSPServer test application, and run mplayer 
as follows:</FONT></SPAN></DIV>
<DIV><SPAN class=944550507-07112005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=944550507-07112005><FONT face=Arial color=#0000ff 
size=2>mplayer rtsp://localhost:8554/mpeg4ESVideoTest</FONT></SPAN></DIV>
<DIV><SPAN class=944550507-07112005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=944550507-07112005><FONT face=Arial color=#0000ff size=2>(for 
the MPEG4 stream -- the exact URL will depend on your available media 
format).</FONT></SPAN></DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> 
  live-devel-bounces@ns.live555.com 
  [mailto:live-devel-bounces@ns.live555.com]<B>On Behalf Of </B>Mohanbabu 
  sv<BR><B>Sent:</B> Monday, 7 November 2005 5:10 PM<BR><B>To:</B> LIVE555 
  Streaming Media - development &amp; use<BR><B>Subject:</B> Re: [Live-devel] 
  how to add decoding part into openrtsp project<BR><BR></FONT></DIV>
  <DIV>sir,</DIV>
  <DIV>As soon as client receive rtp packet from server, i need to decode the 
  encoded video/audio frame that is present in the received rtp packet into raw 
  format and then write the decoded video/audio into&nbsp;a file. mplayer takes 
  encoded file and then it decodes entire file frame by frame. But what i need 
  is,I should not wait for the whole file,as soon as i get frame i have to 
  decode it. </DIV></BLOCKQUOTE></BODY></HTML>