LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Capture video stream from a IP camera (https://www.linuxquestions.org/questions/linux-newbie-8/capture-video-stream-from-a-ip-camera-594713/)

LooS24 10-26-2007 03:12 AM

Capture video stream from a IP camera
 
Hi,

I'm working on a project which involves videoconferrencing. We use Mediastreamer2 to send data from user to user. We want to capture the video stream from a IP camera. Does anybody know a good tool for capturing the stream and sending it to the mediastreamer.

tia

LooS24

tommytomthms5 10-26-2007 08:17 PM

have you tried vlc???

LooS24 11-15-2007 02:15 AM

yes I've tried VLC to capture the video stream:

Capture Network Stream:

Code:

vlc http://user:password@192.168.xxx.xxx/nphMotionJpeg?Resolution=320x240&Quality=Standard
It doesn't seem to work, I get error containing the following message:

mjpeg demuxer debug: MIME boundary not found in xxxxx bytes of data.
***glibc detected *** corrupted double-linked list: 0x083e0608

I'm using the ffmpeg decoder.

LooS24 12-05-2007 07:47 AM

I'm able to capture the stream using ffplay (a ffmpeg component) Now I want to use this stream in a application. Only the application uses only video4linux devices. I don't think my network camera is recognized as a v4l device. Is there a sollution to replace a video4linux device by a http stream?

knockout_artist 12-05-2007 09:10 AM

Make you own stream.
Use digi stix webcam. Use v4linux Capture images every 1/16 sec or so, display it or send it over tcp sockets.

V4linux has nice api.

LooS24 12-06-2007 02:59 AM

thanks for the advice

I was looking at a v4l loopbackdriver, I want to retrieve the stream from my network camera (panasonic BB-HCM311) Is there a application that is able to retrieve the stream and feed it to this loopback driver? I would think it would be possible with something like ffmpeg or VLC.


All times are GMT -5. The time now is 06:44 AM.