Hello schlomo,
I am using an Abus TVIP71550. With your entry in the Wiki
http://www.zoneminder.com/wiki/index.php/Abus
I thought I would have the camera up and running in a minute.
But I had no luck.
Platform is Ubuntu server 10.04 lts.
I installed zoneminder with apt-get install zoneminder.
I can connect to the camera with VLC Player using h264/mpeg4/mjpeg without any problems.
URL for mpeg4 -> rtsp://<cam>:554/video.mp4
ffmpeg starts to receive the stream, but after a few seconds it drops all frames.
I even downloaded the latest ffmpeg to test.
Code: Select all
root@srv1:/home/chris/ffmpeg/ffmpeg-0.6.1# ./ffmpeg -i rtsp://192.168.119.50:554/video.mp4 /home/chris/video.avi
FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 21 2011 18:43:48 with gcc 4.4.3
configuration:
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.11. 0 / 0.11. 0
[rtsp @ 0x28fc420]Estimating duration from bitrate, this may be inaccurate
Input #0, rtsp, from 'rtsp://192.168.119.50:554/video.mp4':
Metadata:
title : QStream
comment : QStreaming Media
Duration: N/A, start: -2.-66667, bitrate: N/A
Stream #0.0: Video: mpeg4, yuv420p, 1280x1024 [PAR 1:1 DAR 5:4], 15 fps, 15 tbr, 90k tbn, 15 tbc
Output #0, avi, to '/home/chris/video.avi':
Metadata:
ISFT : Lavf52.64.2
Stream #0.0: Video: mpeg4, yuv420p, 1280x1024 [PAR 1:1 DAR 5:4], q=2-31, 200 kb/s, 15 tbn, 15 tbc
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
frame= 68 fps= 4 q=31.0 Lsize= 409kB time=7.07 bitrate= 473.9kbits/s dup=0 drop=75
video:401kB audio:0kB global headers:0kB muxing overhead 2.031157%
root@srv1:/home/chris/ffmpeg/ffmpeg-0.6.1#
Maybe I will get this working with a later firmware for the camera or a newer ffmpeg.
Until then I would like to use the JPEG images.
In the wiki you wrote "Of course also the MJPEG and JPEG variants can be used but require a much higher bandwith.".
I compared the 11550 and 71550 instruction manuals. There are basicallye the same. So I assume the software/firmware cannot differ very much.
I did not find any instruction on how to access the JPEG Files.
Maybe you can help me out.
Thanks!
regards
Chris