<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>  <head>  <META http-equiv=Content-Type content="text/html; charset=iso-8859-2">  <style>  </style>  </head>  <body style="background: #FFFFFF; font-family: arial; font-size: 10pt; margin: 0px; padding: 0px;"><DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>My application is reads TS from file (example video.ts) with this function:</DIV>
<DIV>&nbsp;</DIV>
<DIV>FILE* fp = fopen("video.ts", &#8220;rb&#8221;);</DIV>
<DIV>&nbsp;</DIV>
<DIV>If I use openRTSP like you wrote, and if I modify my application fopen to this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>FILE* fp=freopen("CONIN$", "rb", stdin);</DIV>
<DIV>&nbsp;</DIV>
<DIV>In this two case,&nbsp;should&nbsp;I probably get the same result?</DIV>
<DIV>Or sould I change the method to read from stdin? You probably have some experience with it.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Very thank You, for your help!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Best Regards:</DIV>
<DIV>Peter<BR><BR><BR></DIV>
<BLOCKQUOTE style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 10px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">-- Eredeti üzenet --<BR>
<DIV style="font-color: black"><B>Feladó: </B><A href="mailto:Ross Finlayson <finlayson@live555.com>">Ross Finlayson &lt;finlayson@live555.com&gt;</A></DIV>
<DIV><B>Címzett: </B><A href="mailto:LIVE555 Streaming Media - development &amp; use  <live-devel@ns.live555.com>">LIVE555 Streaming Media - development &amp; use &lt;live-devel@ns.live555.com&gt;</A></DIV>
<DIV><B>Másolat: </B><A href="mailto:"></A></DIV>
<DIV><B>Elküldve: </B>2009.05.05&nbsp;&nbsp;15:51</DIV>
<DIV><B>Téma: </B>Re: [Live-devel] openRTSP TS receive as an another program input</DIV><BR><BR>&gt;To pipe openRTSP don't you have a little sample code? I tried <BR>&gt;_popen() function, but it not the best.<BR><BR>No, you don't need to write any code for this; you can do this from <BR>the command line<BR><BR>openRTSP -v etc. rtsp://url | your-application-that-reads-from-stdin<BR>-- <BR><BR>Ross Finlayson<BR>Live Networks, Inc.<BR><A href="http://www.live555.com/" target=_blank>http://www.live555.com/</A><BR>_______________________________________________<BR>live-devel mailing list<BR><A href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</A><BR><A href="http://lists.live555.com/mailman/listinfo/live-devel" target=_blank>http://lists.live555.com/mailman/listinfo/live-devel</A><BR><BR></BLOCKQUOTE></body></html>