First I would like to thank you for your attention !
> You should not
>need 'named pipes' for this, if your analysis application reads from
>'stdin'.
The problem is that my application doesn't read from stdin, it reads from a
file,
this i why I thought using the named pipe. And also I can't rely
>I want to send the MPEG4 stream I get from an IP Camera (Axis) to my
>piece of software which does motion analysis.
>Until now I've been able get the MPEG4 stream and save it to a file
>using a sligthly modified version of openRTSP.
> Then I open the file in my program and I extract the frames
Hi everyone,
I've been spending a few hours to find any technical solution to this
problem :
I want to send the MPEG4 stream I get from an IP Camera (Axis) to my piece
of software which does motion analysis.
Until now I've been able get the MPEG4 stream and save it to a file using a
sligthly modi