H264 CCTV 1280*720 dont work with ZoneMinder

Forum for questions and support relating to the 1.25.x releases only.
Locked
philou15
Posts: 4
Joined: Sat Nov 17, 2012 12:37 pm

H264 CCTV 1280*720 dont work with ZoneMinder

Post by philou15 »

Hye

Sorry for my english i'm french....

I Have buy a camera H264 720p in china.

This Model

cgi.ebay.fr/Newest-HD-1MP-H-264-Mjpeg-PT-wireless-wifi-Ip-Camera-With-Ir-Cut-SD-card-slot--/180986970329?pt=US_Security_Cameras&hash=item2a23aa00d9

I have found the command :

IPaddress:port/snapshot.cgi
IPaddress:port/videostream.cgi
IPaddress:port/stream.htm


IPaddress:port/streaminfo.htm


RTSP stream rtsp://login:password@IPaddress:port
MJPEG stream IPaddress:port/videostream.cgi?user=login&password=******
asf stream IPaddress:port/videostream.asf?user=login&password=******
snapshot IPaddress:port/snapshot.jpg?user=login&password=******


snapshot.jpg can also written as snap.cgi,snap.jpg or snapshot.cgi


htttp://IPaddress:port:port/videostream.asf?user=admin&password=admin


But, I add a monitor, it ok if the resolution is 640*480.

But then i put 1280*720, zm dont connect to my camera.

I Use remote, modect, http, simple, host name : the ip camera and host path /videostream.cgi?user=admin&pwd=admin

That is the solution for 720p?

Tks
falcon15500
Posts: 5
Joined: Wed Jun 22, 2011 11:22 pm

Re: H264 CCTV 1280*720 dont work with ZoneMinder

Post by falcon15500 »

Unfortunately I think you have a similar camera to mine (which you can see here: http://dx.com/p/ip-700mw-1mp-1-4-cmos-o ... rey-183283).

I have found that you can only get 1280x720 resolution if you use the provided OCX within IE browser, or you view the rtsp stream.

rtsp://<user>:<password>@<ip-address>:<port>/ works in VLC however I have no luck in getting it into ZM.

Have searched countless posts, but no luck.

M.
philou15
Posts: 4
Joined: Sat Nov 17, 2012 12:37 pm

Re: H264 CCTV 1280*720 dont work with ZoneMinder

Post by philou15 »

Hye

Tks for information.

For a stream in live, Ok, but for record in HD what solution ?

Nobody have the same problem ?

tks
wocketfast
Posts: 17
Joined: Fri Feb 22, 2013 1:27 pm

Re: H264 CCTV 1280*720 dont work with ZoneMinder

Post by wocketfast »

I have had to do the following on the camera to make them work with RTSP
  • change the FPS to a lower number, ZM cant handle the rate of the stream
  • change the authentication to allow anonymous. This can be well hidden as I have not managed to get ZoneMinder to work with the rtsp://user:password@.... syntax
philou15
Posts: 4
Joined: Sat Nov 17, 2012 12:37 pm

Re: H264 CCTV 1280*720 dont work with ZoneMinder

Post by philou15 »

Hye

Tks for response.

But

IN zone minde that configuration ?

Name
Source Type
Function

And after, because rstp dont accept the format

rtsp://<user>:<password>@<ip-address>:<port>/

So how configurer this settings ?

Tks
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Re: H264 CCTV 1280*720 dont work with ZoneMinder

Post by jameswilson »

Does the jpeg work in firefox at that resolution?

could be a shared mem size issue.
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
bb99
Posts: 943
Joined: Wed Apr 02, 2008 12:04 am

Re: H264 CCTV 1280*720 dont work with ZoneMinder

Post by bb99 »

I believe source should be set to ffmpeg
philou15
Posts: 4
Joined: Sat Nov 17, 2012 12:37 pm

Re: H264 CCTV 1280*720 dont work with ZoneMinder

Post by philou15 »

I have put the last firmware and now its works with rstp

rtsp://admin:admin@XXX.XXX.X.XXX:XX/h.264.sdp


But the video is corrupted like that

http://www.zoneminder.com/forums/viewto ... 21&t=18833

i have try ?tcp at the end but no work for me.
Locked