Re: [PD] IP camera and pidip

2008-05-05 Thread Olivier Heinry
Le Thu, 01 May 2008 03:46:31 +0200, [EMAIL PROTECTED] a écrit : ola, Ola Sevy, I've been trying your trick ith an Axis 214 and I only get a black screen. ... Any idea what's gone wrong? Bye O. i guess you have to find a format coming out of your camera that mplayer can

Re: [PD] IP camera and pidip

2008-04-30 Thread ydegoyon
ola, Ola Sevy, I've been trying your trick ith an Axis 214 and I only get a black screen. ... Any idea what's gone wrong? Bye O. i guess you have to find a format coming out of your camera that mplayer can decode ( first try to play it ), then next errors form pdp_rawin come from the wrong

Re: [PD] IP camera and pidip

2008-04-29 Thread Olivier Heinry
Le Fri, 11 Apr 2008 03:42:02 +0200, [EMAIL PROTECTED] a écrit : ola, let's see, does your ip cam delivers you a stream in the form of http://ip:port/something.someformat ?? where someformat = mp4, mpg, ogg ? in that case, you can use that solution : in a shell script : rm

Re: [PD] IP camera and pidip

2008-04-11 Thread Ctrl Alt Back
On Fri, Apr 11, 2008 at 03:42:02AM +0200, [EMAIL PROTECTED] wrote: let's see, does your ip cam delivers you a stream in the form of http://ip:port/something.someformat ?? where someformat = mp4, mpg, ogg ? in that case, you can use that solution : in a shell script : rm /tmp/pipe

Re: [PD] IP camera and pidip

2008-04-11 Thread yves degoyon
ola, let's see, does your ip cam delivers you a stream in the form of http://ip:port/something.someformat ?? where someformat = mp4, mpg, ogg ? in that case, you can use that solution : in a shell script : rm /tmp/pipe mknod /tmp/pipe p mencoder -nosound -ovc raw -of rawvideo -vf

Re: [PD] IP camera and pidip

2008-04-10 Thread Ctrl Alt Back
On Wed, Apr 09, 2008 at 09:15:12PM +0200, t'es in t'es bat wrote: Hello, I work for an installation with six usb webcam, i use pdp_canvas, it work fine. But in ubuntu i meet some pb for the opening of the different webcam. I work with different kind of webcam and it seemly work but i need to

Re: [PD] IP camera and pidip

2008-04-10 Thread t'es in t'es bat
Thanks for answer, .but i hope to realize a stream, i need it for my concept, Anyone have a strategy to get the ip camera stream in mjpeg in pdip for pdp_canvas Or do i have to use another lib for that job I have Axis IP cam which produces mjpeg, from my pc i grab the wideo with wget

Re: [PD] IP camera and pidip

2008-04-10 Thread ydegoyon
ola, let's see, does your ip cam delivers you a stream in the form of http://ip:port/something.someformat ?? where someformat = mp4, mpg, ogg ? in that case, you can use that solution : in a shell script : rm /tmp/pipe mknod /tmp/pipe p mencoder -nosound -ovc raw -of rawvideo -vf

[PD] IP camera and pidip

2008-04-09 Thread t'es in t'es bat
Hello, I work for an installation with six usb webcam, i use pdp_canvas, it work fine. But in ubuntu i meet some pb for the opening of the different webcam. I work with different kind of webcam and it seemly work but i need to plug cam step by step. Often it crash pd. Maybe someone can help me