Page 1 of 1

Cannot get to work: H.264 2MP Security IP Camera Outdoor CCTV Full HD 1080P 2.0 Megapixel Bullet Camera IP 1080P Lens IR

Posted: Wed Feb 10, 2016 9:04 pm
by ngauruhoe
This is the cam: http://www.aliexpress.com/item/Security ... 72225.html

I've tried all kinds of settings in zoneminder but not getting any further than a blue ZM screen.

This setting works in VLC:

Code: Select all

rtsp://192.168.1.249:554/user=user&password=password&channel=1&stream=0.sdp?real_stream
However if I use that, or one of the following derivates (with Ffmpeg as the source type and inspired by viewtopic.php?f=10&t=22573&p=85759&hili ... th#p85759):
• rtsp://192.168.1.249:554/
• rtsp://user:password@192.168.1.249:554/
• rtsp://user:password@192.168.1.249:554/udp/0.sdp

I get the error messages as shown below.

Anyone any idea how I have to translate the VLC setting to ZM settings?

Thanks a bunch.

Log shows for "rtsp://192.168.1.249:554/user=user&password=password&channel=1&stream=0.sdp?real_stream":
Unable to find stream info from rtsp://192.168.1.249:554/user=<user>&password=<password>&channel=1&stream=0.sdp?real_stream due to: Operation now in progress

Log shows for "rtsp://192.168.1.249:554/":
Poortcam: 1092000 - Capturing at inf fps
Poortcam: 1093000 - Capturing at inf fps
Poortcam: 1094000 - Capturing at inf fps

etc.

Log shows for "rtsp://user:password@192.168.1.249:554/"
Unable to open input rtsp://user:password@192.168.1.249:554/ due to: Operation now in progress


Log shows for "rtsp://user:password@192.168.1.249:554/udp/0.sdp"
Unable to open input rtsp://user:password@192.168.1.249:554/udp/0.sdp due to: Operation now in progress

Re: Cannot get to work: H.264 2MP Security IP Camera Outdoor CCTV Full HD 1080P 2.0 Megapixel Bullet Camera IP 1080P Len

Posted: Wed Feb 10, 2016 9:22 pm
by zusul
It works for me

Code: Select all

rtsp://IP:554//user=admin_password=tlJwpbo6_channel=1_stream=0.sdp?tcp

Re: Cannot get to work: H.264 2MP Security IP Camera Outdoor CCTV Full HD 1080P 2.0 Megapixel Bullet Camera IP 1080P Len

Posted: Thu Feb 11, 2016 4:55 pm
by ngauruhoe
Well......used this as sourcetype:
  • rtsp://192.168.1.249:554/user=user_password=password_channel=1_stream=0.sdp?tcp
 

Result:
  • 2016-02-11 17:41:46.852610 zmc_m1 1178 FAT Unable to find stream info from rtsp://192.168.1.249:554/user=user_password=password_channel=1_stream=0.sdp?tcp due to: Operation now in progress zm_ffmpeg_camera.cpp 286
    2016-02-11 17:39:45.011413 zmc_m1 1178 INF Priming capture from rtsp://192.168.1.249:554/user=user_password=password_channel=1_stream=0.sdp?tcp zm_ffmpeg_camera.cpp 104
    2016-02-11 17:39:44.989613 zmc_m1 1178 INF Starting Capture version 1.29.0
Also tried with the undercores and ?real_stream at the end. Same result.

Anyone any idea?

Re: Cannot get to work: H.264 2MP Security IP Camera Outdoor CCTV Full HD 1080P 2.0 Megapixel Bullet Camera IP 1080P Len

Posted: Thu Feb 11, 2016 5:47 pm
by zusul
ip 192.168.1.249 does not respond
Packet loss

Re: Cannot get to work: H.264 2MP Security IP Camera Outdoor CCTV Full HD 1080P 2.0 Megapixel Bullet Camera IP 1080P Len

Posted: Thu Feb 11, 2016 6:01 pm
by ngauruhoe
Well...what can I say. My son came home and fixed it in 5 minutes.
  • SourceType: Remote
    Remote protocol: RTSP
    Remote Method: RTP/RTSP
    Remote Hostname: ip address
    Remote Host Port: 554
    Remote Host Path: user=user&password=password&channel=1&stream=0.sdp?real_stream
Of cource, I tried Remote before with different other settings. The trick was the 'stream......' suffix on the path. I found that later when I was trying all the ffmpeg settings everyone seemed to be using.

Anyway, fixed, I'm happy.

Thanks anyway.