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. Obviously if i point ZoneMinder to video.asf, it doesn't work.
I'm still not able to view the ASF file.
If i point the ASF directly with TCPMP, it shows it correctly, and the informations provided are:
VIDEO: M4S2
Codec: MPEG4 DivX/XviD
Dimensions: 320x240
I tried the howto provided here
http://www.zoneminder.com/forums/viewtopic.php?t=10766, but i still have problems: it seems that ffmpeg can't recognize the format.
If i run ffmpeg via command line without parameters, i have this error:
Code: Select all
root@videoserver:~# ffmpeg -i http://192.168.1.220/img/video.asf
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Jun 3 2007 20:59:25, gcc: 4.1.3 20070528 (prerelease) (Ubuntu 4.1.2-9ubuntu2)
http://192.168.1.220/img/video.asf: Error while opening file
root@videoserver:~# '
Code: Select all
root@videoserver:~# wget http://192.168.1.220/img/video.asf
--15:43:05-- http://192.168.1.220/img/video.asf
=> `video.asf.1'
Connecting to 192.168.1.220:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/octet-stream]
[ <=> ] 26,645 7.76K/s
root@videoserver:~#
Thank you very much,