Hi,
I'm getting the error below trying to capture the feed off of an IP camera with H.264 capability.
Oct 29 16:56:16 zoneminder zmc_m1[23680]: ERR [Response parse failure in 'RTSP/1.0 200 OK']
Camera Settings:
************************************************************************************************************
H.264 RTSP stream link for external media players
rtsp://192.168.7.15:554/h264.sdp?res=half&x0=0&y0=0&x1=1280&y1=1024&qp=16&doublescan=0&bitrate=65535&ssn=16
************************************************************************************************************
Zoneminder Monitor One Settings
************************************************************************************************************
Remote Protocol: RTSP
Remote Method: RTP/RTSP/HTTP
Remote Host Name: 192.168.7.15
Remote Host Port: 554
Remote Host Path: /h264.sdp?res=half&x0=0&y0=0&x1=1280&y1=1024&qp=16&doublescan=0&bitrate=65535&ssn=16
Remote Image Colours: 24 big colour
Capture Width: 640
Capture Height: 512
{The other two fields I left as default}
Any Ideas?
RTSP Response parse failure
-
- Posts: 17
- Joined: Tue Sep 29, 2009 11:19 pm
No Firewall
I saw that post. Checked for the firewall service being started in the /etc/rc.conf and it isn't on.
Contents of /etc/rc.conf are as follows:
# -- sysinstall generated deltas -- # Fri Oct 2 13:49:58 2009
# Created: Fri Oct 2 13:49:58 2009
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="192.168.123.200"
hostname="zoneminder.selectsst.com"
ifconfig_re0="inet 192.168.77.3 netmask 255.255.0.0 vlanmtu 16384"
moused_enable="YES"
sshd_enable="YES"
mysql_enable="YES"
apache_enable="YES"
zm_enable="YES"
Contents of /etc/rc.conf are as follows:
# -- sysinstall generated deltas -- # Fri Oct 2 13:49:58 2009
# Created: Fri Oct 2 13:49:58 2009
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="192.168.123.200"
hostname="zoneminder.selectsst.com"
ifconfig_re0="inet 192.168.77.3 netmask 255.255.0.0 vlanmtu 16384"
moused_enable="YES"
sshd_enable="YES"
mysql_enable="YES"
apache_enable="YES"
zm_enable="YES"
-
- Posts: 17
- Joined: Tue Sep 29, 2009 11:19 pm
vlanmtu 16384
I even took out the vlanmtu 16384 part and the problem still persists.
-
- Posts: 17
- Joined: Tue Sep 29, 2009 11:19 pm
Port Scan using NMAP
So I did a port scan just in case...
zoneminder# nmap 192.168.7.15
Starting Nmap 4.85BETA7 ( http://nmap.org ) at 2009-10-29 17:41 PDT
Interesting ports on camera.selectsst.com (192.168.7.15):
Not shown: 997 closed ports
PORT STATE SERVICE
80/tcp open http
554/tcp open rtsp
8080/tcp open http-proxy
MAC Address: 00:1A:07:00:FF:2C (Arecont Vision)
Nmap done: 1 IP address (1 host up) scanned in 327.21 seconds
zoneminder# nmap 192.168.7.15
Starting Nmap 4.85BETA7 ( http://nmap.org ) at 2009-10-29 17:41 PDT
Interesting ports on camera.selectsst.com (192.168.7.15):
Not shown: 997 closed ports
PORT STATE SERVICE
80/tcp open http
554/tcp open rtsp
8080/tcp open http-proxy
MAC Address: 00:1A:07:00:FF:2C (Arecont Vision)
Nmap done: 1 IP address (1 host up) scanned in 327.21 seconds