<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Re: [Live-devel] How to play the streaming content</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE type=text/css>BLOCKQUOTE {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
DL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
UL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
OL {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
LI {
        PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
</STYLE>
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT> </DIV>
<DIV><FONT face=Arial size=2><STRONG>Hi Ross,</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>The audio and video files that are
generated once streaming is over.The content of these files are also
same as what we will get from stdin with option -v for video and -a for
audio.</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG></STRONG></FONT> </DIV>
<DIV><FONT face=Arial size=2><STRONG>with Regards</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>Rajesh</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=finlayson@live555.com href="mailto:finlayson@live555.com">Ross
Finlayson</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=live-devel@ns.live555.com
href="mailto:live-devel@ns.live555.com">LIVE555 Streaming Media - development
& use</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, January 24, 2007 12:29
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Live-devel] How to play the
streaming content</DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT><BR></DIV>
<BLOCKQUOTE cite="" type="cite"><FONT face=Arial size=-1><B>Hi
Ross</B></FONT></BLOCKQUOTE>
<BLOCKQUOTE cite="" type="cite"><FONT face=Arial size=-1><B>I am getting the
sreaming data from Helix server and streaming data ia being recvd by the
openRtsp client.</B></FONT></BLOCKQUOTE>
<BLOCKQUOTE cite="" type="cite"><FONT face=Arial size=-1><B>my objective is
to send this data to some other application to play the
stream.</B></FONT></BLOCKQUOTE>
<BLOCKQUOTE cite="" type="cite"><FONT face=Arial
size=2></FONT> </BLOCKQUOTE>
<BLOCKQUOTE cite="" type="cite"><FONT face=Arial
size=-1><B>MultiFramedRTPSource::networkReadHandler() function is parsing
the rtp Data .parsing includes</B></FONT></BLOCKQUOTE>
<BLOCKQUOTE cite="" type="cite"><FONT face=Arial size=-1><B>ignoring header
extension,padding and checking for the rtp pay load
type.</B></FONT></BLOCKQUOTE>
<DIV><FONT face=Arial size=2></FONT><BR>This is irrelevant. You don't
need to care how that code works.<BR></DIV>
<BLOCKQUOTE cite="" type="cite"> </BLOCKQUOTE>
<BLOCKQUOTE cite="" type="cite"><FONT face=Arial size=-1><B>can we directly
send the remianing data to some other application that is responsible for
playing the Data </B></FONT></BLOCKQUOTE>
<DIV><BR></DIV>
<DIV>Sure. If you're receiving only video, then use the "-v" option to
"openRTSP", and pipe the output (video data) to the other application (which
will read from 'stdin'). Similarly, if you're receiving only audio, then
use the "-a" option to "openRTSP", and pipe the output (audio data) to the
other application (which will read from 'stdin').</DIV>
<DIV><BR></DIV>
<DIV>If you're receiving both video and audio, then you will need to modifiy
the code to use new 'sink' objects (instead of "FileSink"
objects).</DIV><X-SIGSEP><PRE>--
</PRE></X-SIGSEP>
<DIV><BR>Ross Finlayson<BR>Live Networks,
Inc.<BR>http://www.live555.com/</DIV>
<P>
<HR>
<P></P>_______________________________________________<BR>live-devel mailing
list<BR>live-devel@lists.live555.com<BR>http://lists.live555.com/mailman/listinfo/live-devel<BR></BLOCKQUOTE></BODY></HTML>