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

Forum for questions and support relating to the 1.29.x releases only.
Locked
ngauruhoe
Posts: 25
Joined: Sun Jan 03, 2016 5:26 pm

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

Post 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
zusul
Posts: 7
Joined: Thu Feb 04, 2016 10:09 am
Location: Kiev. Ukraine

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

Post by zusul »

It works for me

Code: Select all

rtsp://IP:554//user=admin_password=tlJwpbo6_channel=1_stream=0.sdp?tcp
ngauruhoe
Posts: 25
Joined: Sun Jan 03, 2016 5:26 pm

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

Post 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?
zusul
Posts: 7
Joined: Thu Feb 04, 2016 10:09 am
Location: Kiev. Ukraine

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

Post by zusul »

ip 192.168.1.249 does not respond
Packet loss
ngauruhoe
Posts: 25
Joined: Sun Jan 03, 2016 5:26 pm

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

Post 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.
Locked