Hi,
Thanks for responding
Log errors seen when opening a monitor
Code: Select all
Date/Time
Component Server PID Level Message File Line
2016-11-05 11:42:24.342665 web_js 16286 ERR getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-607969s.sock ) failed: No such file or directory - checkStreamForErrors() ?view=watch
2016-11-05 11:42:24.284706 web_php 16286 ERR socket_sendto( /var/run/zm/zms-607969s.sock ) failed: No such file or directory /usr/share/zoneminder/www/includes/functions.php 1993
HTTPS is denied but the command works under http - is that the issue?
Code: Select all
miles@ubuntu:/$ curl -k https://localhost/zm/api/monitors/10.json
curl: (7) Failed to connect to localhost port 443: Connection refused
miles@ubuntu:/$
curl -k http://localhost/zm/api/monitors/10.json
{
"monitor": {
"Monitor": {
"Id": "10",
"Name": "NVT",
"ServerId": "0",
"Type": "Ffmpeg",
"Function": "Monitor",
"Enabled": "1",
"LinkedMonitors": "1",
"Triggers": "",
"Device": "rtsp",
"Channel": "0",
"Format": "255",
"V4LMultiBuffer": false,
"V4LCapturesPerFrame": "1",
"Protocol": "rtsp",
"Method": "rtpRtsp",
"Host": "http:\/\/192.168.1.71:8899\/onvif\/device_service",
"Port": "554",
"SubPath": "",
"Path": "rtsp:\/\/admin:tlJwpbo6@192.168.1.71\/user=admin_password=tlJwpbo6_channel=1_stream=0.sdp?real_stream",
"Options": "",
"User": "",
"Pass": "",
"Width": "1920",
"Height": "1080",
"Colours": "4",
"Palette": "3",
"Orientation": "0",
"Deinterlacing": "0",
"RTSPDescribe": false,
"Brightness": "-1",
"Contrast": "-1",
"Hue": "-1",
"Colour": "-1",
"EventPrefix": "Event-",
"LabelFormat": "%N - %d\/%m\/%y %H:%M:%S",
"LabelX": "10",
"LabelY": "10",
"LabelSize": "2",
"ImageBufferCount": "50",
"WarmupCount": "25",
"PreEventCount": "25",
"PostEventCount": "25",
"StreamReplayBuffer": "1000",
"AlarmFrameCount": "1",
"SectionLength": "600",
"FrameSkip": "0",
"MotionFrameSkip": "0",
"AnalysisFPS": "0.00",
"AnalysisUpdateDelay": "0",
"MaxFPS": "0.00",
"AlarmMaxFPS": "0.00",
"FPSReportInterval": "1000",
"RefBlendPerc": "6",
"AlarmRefBlendPerc": "6",
"Controllable": "0",
"ControlId": "0",
"ControlDevice": null,
"ControlAddress": null,
"AutoStopTimeout": null,
"TrackMotion": "0",
"TrackDelay": "0",
"ReturnLocation": "-1",
"ReturnDelay": "0",
"DefaultView": "Events",
"DefaultRate": "100",
"DefaultScale": "100",
"SignalCheckColour": "#0000c0",
"WebColour": "red",
"Exif": false,
"Sequence": "1"
}
}
VLC Codec info
Code: Select all
Stream 0
Type: Video
Codec: H264 - mpeg-4 avc (part 10) (h264)
Resolution: 1920x1080
Frame Rat: 25
Decoded format: Planar 4:2:0 YUV
Stream 1
Type: Audio
Codec: PCM ALAW (alaw)
Channels: Mono
Sample Rate: 8000Hz
Bits per Sample: 16
Blue Iris shows the camera config as such (works perfectly)
Code: Select all
Opening port 80...
HTTP request...
OK
GetCapabilities...
No response
Opening port 8899...
GetCapabilities...
Response!
requesting device information
Manufacturer: H264
Model: NVT
FirmwareVersion: V100
has Media services: /onvif/Media
has RTP/RTSP, requesting profiles
first profile is 000
requesting URI for profile 000
RTSP URI: /user=admin_password=tlJwpbo6_channel=1_stream=0.sdp?real_stream
has PTZ services
Preset: =
Done