First I would like to thank you for your attention !<br><br>&gt; You should not<br>&gt;need &#39;named pipes&#39; for this, if your analysis application reads from<br>&gt;&#39;stdin&#39;.<br><br>The problem is that my application doesn&#39;t read from stdin, it reads from a file,
<br>this i why I thought using the named pipe. And also I can&#39;t rely on command lines<br>operation, because my application might be ported to windows - crying - ...<br><br>&gt;openRTSP -v -u username password &nbsp;rtsp://whatever |
<br>&gt;your-analysis-application<br><br>I already piped openRTSP to other commands, and it works great, but<br>I need to completely integrate &quot;openRTSP -v -u username password &nbsp;rtsp://whatever | &quot;<br>into my piece of code. it has to be &quot;standalone&quot;. That is why I am searching to 
<br>subclass your code :-).<br clear="all"><br>-- <br>Robin Penea