<!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 to play a video file in
real-time fro</title></head><body>
<blockquote type="cite" cite>Hi everyoneÅC<br>
</blockquote>
<blockquote type="cite" cite>I use testOnDemandRTSPServer to stream a
video (has a format, say &quot;WY&quot;)</blockquote>
<blockquote type="cite" cite>and can use openRTSP to receive the video
stream and save it as a file,</blockquote>
<blockquote type="cite" cite>named video-A-1.</blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite>Also, I have a player that can read from
a WY format video file and display it. Now, what I want to do is: let
the player play the WY video from the testOnDemandRTSPServer in
real-time.</blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite>I thought a lot and still can not
find&nbsp;a solution. Can&nbsp;anybody give me some
advice?</blockquote>
<div><br></div>
<div>Can your video player take input from 'stdin'?&nbsp; If so, use
&quot;openRTSP&quot;, with the &quot;-v&quot; option, to write the
received video stream to stdout, and pipe this into your video
player.</div>
<div><br></div>
<div>If your video player can't take input from 'stdin' (or a named
pipe), then you will need to modify your video player client (assuming
that you have the source code) to include our RTSP client code, as VLC
has done.&nbsp; Alternatively, you could modify VLC (which already
includes our RTSP client code) to include your video decoder, and use
VLC as your player.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>