Search found 16 matches

by marty505
Thu May 17, 2012 1:04 am
Forum: ZoneMinder 1.24.x
Topic: Initial setup, all sources red, exit status 255
Replies: 3
Views: 2767

Re: Initial setup, all sources red, exit status 255

Have you tried setting the mpeg live format and mpeg replay formats to blank under the options tab? Helped for me when using a USB input.
by marty505
Sat May 05, 2012 2:46 pm
Forum: ZoneMinder 1.24.x
Topic: Noob webcam set-up questions
Replies: 4
Views: 3698

Re: Noob webcam set-up questions

Could it be permissions on the /dev/video0 file? Maybe try: sudo chmod g+rw /dev/video0 and see if it comes up.
by marty505
Fri May 04, 2012 11:15 pm
Forum: ZoneMinder 1.24.x
Topic: Mpeg Streaming at 640x480 not work, 320x240 work
Replies: 13
Views: 8437

Re: Mpeg Streaming at 640x480 not work, 320x240 work

This post: http://www.zoneminder.com/forums/viewto ... ory#p72552 contains a nice script that calculates the shared memory values to use on your system. The script is in the 6th post of the thread.
by marty505
Fri May 04, 2012 2:47 am
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

Hmm, this may not be an Ffmpeg problem after all; may be in Zoneminder. It seems that ZM uses Basic authentication for RTSP and this camera wants Digest authentication. Here's the error log: 05/03/12 20:44:54.772090 zmc_m3[7956].DB2-zm_rtsp.cpp/72 [Received RTSP response: RTSP/1.0 401 Unauthorized S...
by marty505
Wed May 02, 2012 1:10 am
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

installed FFmpeg with the additional enables and no change - still can't open RTSP streams. Played around with the HTTP stream and I can get images in ZM using HTTP. The first image came up using HTTP://camera-ip:port/tmpfs/auto.jpg. It's a little image, 320 x 176 meant for phones, but at least it's...
by marty505
Sun Apr 29, 2012 3:14 pm
Forum: ZoneMinder 1.24.x
Topic: Foscam Fi8602 URL Commands
Replies: 0
Views: 1366

Foscam Fi8602 URL Commands

Anybody out there have a list of URL commands for the Fi8602 camera? I want to try them on an Agasio 632 to see if I can access the HTTP stream instead of the RTSP stream. I suspect this might work in spite of the ActiveX applets that are supposedly needed to use the HTTP stream since I can access t...
by marty505
Sun Apr 29, 2012 4:51 am
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

Unfortunately the camera insists on a username and password, won't allow you to exit the set up until they are set. Another possibility I came across is adding enables (--enable-network --enable-protocol=tcp --enable-demuxer=rtsp --enable-decoder=h264) to the config file when building FFmpeg. I didn...
by marty505
Wed Apr 25, 2012 12:06 am
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

Getting warmer but not quite there. Decided to use the internal webcam (/dev/video0) to check out my ZM installation, figured that would remove some variables. Sure enough, in the Options - Images section I discovered that MPEG_LIVE_FORMAT and MPEG_REPLAY_FORMAT should be left blank. Also, changing ...
by marty505
Sat Apr 14, 2012 9:15 pm
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

Dug into the log file info. and the code 401 means that FFmpeg failed to log on to the camera which also accounts for the subsequent errors. The user & password are correct in the host name. (The same user/password/path works for VLC). Googling around I found that FFmpeg does (or did) have a pro...
by marty505
Fri Apr 13, 2012 2:57 am
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

More info - latest debug log output: 04/12/12 20:53:42.090811 zmc_m1[4906].INF-zm_debug.c/292 [New Debug Level = 0, New Debug Log = /tmp/zm_debug.log.04906] 04/12/12 20:53:42.175419 zmc_m1[4906].INF-zmc.cpp/188 [Starting Capture] 04/12/12 20:53:43.103463 zmc_m1[4907].ERR-zm_rtsp.cpp/92 [Unexpected r...
by marty505
Fri Apr 13, 2012 1:29 am
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

Seem to be making some progress but no video yet. I uninstalled FFmpeg and re-installed with X264 libs and everything else I could find. Removed and re-installed ZoneMinder and this got rid of the red Source on the control panel. If I select Modec I get Green! - but no video. There is a message wind...
by marty505
Thu Apr 12, 2012 1:03 am
Forum: ZoneMinder 1.24.x
Topic: software for android
Replies: 9
Views: 39927

Re: software for android

I'm using IP Camera Viewer Basic v.4.4.3 on an android based smart TV and it works just fine.
by marty505
Wed Apr 11, 2012 11:10 pm
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

Thanks for the reply! I tried the command (substituting the camera IP) and the message is "Error while parsing header" which is what I have seen with every variation of IP/port/login etc. that I have tried. I don't see any references to librtmp in the message header. It's very possible tha...
by marty505
Tue Apr 10, 2012 11:31 pm
Forum: ZoneMinder 1.24.x
Topic: Agasio A632W Set Up
Replies: 11
Views: 10460

Re: Agasio A632W Set Up

I can view the RTSP stream (1280 X 720) from this camera using Totem or VLC (VLC is better) but no joy with FFmpeg. I strongly suspect that ZoneMinder won't work until I can see the stream in FFmpeg. Anybody here have any success with RTSP and FFmpeg?