Re: [Live-devel] MPEG4 streaming source to FIFO/Buffer

2008-01-03 Thread Robin Penea
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

Re: [Live-devel] MPEG4 streaming source to FIFO/Buffer

2008-01-02 Thread Ross Finlayson
>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

[Live-devel] MPEG4 streaming source to FIFO/Buffer

2008-01-02 Thread Robin Penea
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