Search found 10 matches
- Wed Jul 08, 2009 9:48 am
- Forum: User Contributions
- Topic: [SOLVED]Aviosys 9060-I and Rimax IPcam 7100
- Replies: 7
- Views: 11164
I solved the problem thanks to sw2090. Here is the diff code: --- zm_remote_camera_http.cpp.old 2009-07-08 11:34:38.000000000 +0200 +++ zm_remote_camera_http.cpp 2009-07-08 11:35:27.000000000 +0200 @@ -295,7 +295,7 @@ } } - if ( !strcasecmp( content_type, "image/jpeg" ) || !strcasecmp( content_type ...
- Wed Jul 08, 2009 8:42 am
- Forum: ZoneMinder 1.24.x
- Topic: Rimax 7100 and Frame Rates
- Replies: 10
- Views: 7125
Rimax 7100 and Frame Rates
I'm trying to use ZM with Rimax 7100. This is a nice and cheap camera, and you have two method to access the images: http://admin:password@ip:port/video.cgi http://ip:port/snapshot.jpg?account=admin?password=password With the first method the camera is working correctly, except i have a frame rate ...
- Thu Apr 02, 2009 12:39 pm
- Forum: ZoneMinder 1.24.x
- Topic: several bugs found in zm_rtsp + help request with AV201 RTSP
- Replies: 5
- Views: 5473
what about implementing rtsp directly into zoneminder? i mean, at least basic features... i see that my camera exchanges no more than few rtsp packets with some sdp descriptions. it could be an idea ? so that we natively support RTSP, without ffmpeg aid. and we could extract track information and ...
- Wed Mar 18, 2009 11:59 am
- Forum: ZoneMinder 1.24.x
- Topic: several bugs found in zm_rtsp + help request with AV201 RTSP
- Replies: 5
- Views: 5473
several bugs found in zm_rtsp + help request with AV201 RTSP
Hi all, i am working at the following setup: Camera type: AVTECH AV201 OS: Ubuntu 8.04.2 Zoneminder: 1.24.1 revision 2806 from svn FFMpeg: SVN-r18021 from svn I was trying to use RTSP with the AV201 camera without success. After several analyses with tcpdump and wireshark, now i am able to use that ...
- Mon Apr 21, 2008 2:22 pm
- Forum: Hardware Queries
- Topic: Help converting RTSP stream on AVI202Z [SOLVED]
- Replies: 5
- Views: 20710
i'm using it successfully on Ubuntu 7.10. is vloopback module modprobed successfully? i had to modprobe the videodev module too, if i remember correctly, before insomodding vloopback. are the permissions ok on video1 and video0 devices ? are you sure ffmpeg is working? i had to recompile it from svn ...
- Fri Apr 11, 2008 12:51 pm
- Forum: Hardware Queries
- Topic: Help converting RTSP stream on AVI202Z [SOLVED]
- Replies: 5
- Views: 20710
Hi guys, i solved the problem using openRTSP + ffmpeg + vloopback + vpipe. I piped them all and here is the command: /usr/src/live/testProgs/openRTSP -c -d 60 -t -v -u admin admin rtsp://192.168.1.221/live/mjpeg | ffmpeg -f mjpeg -i - -f rawvideo -pix_fmt rgb24 - | ./vpipe -f rgb -i 0 The openRTSP ...
- Thu Apr 10, 2008 2:30 pm
- Forum: Hardware Queries
- Topic: Help converting RTSP stream on AVI202Z [SOLVED]
- Replies: 5
- Views: 20710
Help converting RTSP stream on AVI202Z [SOLVED]
Hi all, i'm now trying another different model, an Avtech AVI202Z. It supports MPEG4/MJPEG RTSP streaming, so i'm trying to convert the RTSP stream to rawvideo to use it with Zoneminder. I'm trying to decode the RSTP stream with ffmpeg without success. I can succesfully view the RTSP stream with ...
- Wed Apr 09, 2008 7:39 am
- Forum: Hardware Queries
- Topic: Help with cheap ASF-MPEG4 ip cam
- Replies: 4
- Views: 5266
Ok, i had to recompile ffmpeg. The version installed with "apt-get install zoneminder" wasn't able to open the asf stream. I downloaded and compiled the latest svn version, and now i am able to convert the ASF stream to raw video with ffmpeg -i http://192.168.1.220/img/video.asf -f rawvideo -pix_fmt ...
- Mon Apr 07, 2008 12:31 pm
- Forum: Hardware Queries
- Topic: Help with cheap ASF-MPEG4 ip cam
- Replies: 4
- Views: 5266
You have to use jpeg, ZM does not support mpeg, avi, asf capturing as they are patent encumbered. i cannot even use the ffmpeg tool ? i have a problem with this webcam. this ipcam has a limit of 4 simultaneous viewer. it seems that if i use the ipcam in jpeg mode and activate Zoneminder, it seems ...
- Wed Apr 02, 2008 2:32 pm
- Forum: Hardware Queries
- Topic: Help with cheap ASF-MPEG4 ip cam
- Replies: 4
- Views: 5266
Help with cheap ASF-MPEG4 ip cam
Dear users, i'm currently using some webcam identical to the A-LINKING AAL 9684. It supports 2 view modes: http://ip/img/video.asf (used by ActiveX) http://ip/img/video.jpg I can point correctly ZoneMinder to the video.jpg image, and it shows correctly, with obviously very poor refresh time ...