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