Search found 2 matches

by mabsolutions
Thu Mar 20, 2008 3:52 pm
Forum: Hardware Queries
Topic: Help getting Axis Video Server 241S working with ZM 1.23.1
Replies: 3
Views: 2173

Make sure that under security on the Cam Server you allow annonymous login
by mabsolutions
Sat Mar 15, 2008 11:48 pm
Forum: Feature Requests
Topic: sound recording
Replies: 36
Views: 47211

Recording Axis IP Cams MPEG4 Stream to Flash Files

I use this ffmpeg script to capture a flash video directly from the Axis Video Servers or the Axis 207 Camera. ffmpeg -y -i rtsp://<ip>/mpeg4/media.amp -ab 32k -ac 2 -ar 44100 -b 1000k -r 40 -s cif -qdiff 4 -padcolor 000000 -padtop 0 -padbottom 0 -padleft 0 -padright 0 -subq 6 -me umh -partitions ...