I have find you through wget that the cam 192.168.1.112 does not respond to zms
but 192.168.1.4 (ZM is on here). i get: HTTP/1.0 501 Method Not Implemented
12:35:22 ERROR 501: Method Not Implemented.
Here is the result of the wget command. any ideas you can point me towards. i am still trying to solve the streaming with a trendnet TV-IP100W
[root@test dist]# wget -S 'http://192.168.1.112/cgi-bin/zms?mode=j ... &maxfps=15' > wget.log
--12:35:22-- http://192.168.1.112/cgi-bin/zms?mode=j ... &maxfps=15
=> `zms?mode=jpeg&monitor=2&scale=100&maxfps=15'
Connecting to 192.168.1.112:80... connected.
HTTP request sent, awaiting response...
HTTP/1.0 501 Method Not Implemented
12:35:22 ERROR 501: Method Not Implemented.
[root@test dist]# wget -S 'http://192.168.1.4/cgi-bin/zms?mode=jpe ... &maxfps=15' > wget.log
--12:36:15-- http://192.168.1.4/cgi-bin/zms?mode=jpe ... &maxfps=15
=> `zms?mode=jpeg&monitor=2&scale=100&maxfps=15'
Connecting to 192.168.1.4:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Sat, 25 Mar 2006 17:36:15 GMT
Server: Apache
Last-Modified: Fri, 24 Mar 2006 04:09:40 GMT
ETag: "751e-b17d1-cb3b4900"
Accept-Ranges: bytes
Content-Length: 726993
Connection: close
Content-Type: text/plain
Length: 726,993 (710K) [text/plain]
100%[====================================>] 726,993 --.--K/s
12:36:15 (12.72 MB/s) - `zms?mode=jpeg&monitor=2&scale=100&maxfps=15' saved [726993/726993]
making progress on Failed to connect - still need help
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
id use single instead of jpeg and that will grab a single jpeg image.
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
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
same result
i replaced jpeg with single got the same result
[root@test dist]# wget -S 'http://192.168.1.112/cgi-bin/zms?mode=s ... &maxfps=20' > wget.log
--13:09:46-- http://192.168.1.112/cgi-bin/zms?mode=s ... &maxfps=20
=> `zms?mode=single&monitor=2&scale=100&maxfps=20'
Connecting to 192.168.1.112:80... connected.
HTTP request sent, awaiting response...
HTTP/1.0 501 Method Not Implemented
13:09:46 ERROR 501: Method Not Implemented.
[root@test dist]# wget -S 'http://192.168.1.4/cgi-bin/zms?mode=sin ... &maxfps=20' > wget.log
--13:10:02-- http://192.168.1.4/cgi-bin/zms?mode=sin ... &maxfps=20
=> `zms?mode=single&monitor=2&scale=100&maxfps=20'
Connecting to 192.168.1.4:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Sat, 25 Mar 2006 18:10:02 GMT
Server: Apache
Last-Modified: Fri, 24 Mar 2006 04:09:40 GMT
ETag: "751e-b17d1-cb3b4900"
Accept-Ranges: bytes
Content-Length: 726993
Connection: close
Content-Type: text/plain
Length: 726,993 (710K) [text/plain]
100%[====================================>] 726,993 --.--K/s
13:10:02 (10.94 MB/s) - `zms?mode=single&monitor=2&scale=100&maxfps=20' saved [726993/726993]
[root@test dist]# wget -S 'http://192.168.1.112/cgi-bin/zms?mode=s ... &maxfps=20' > wget.log
--13:09:46-- http://192.168.1.112/cgi-bin/zms?mode=s ... &maxfps=20
=> `zms?mode=single&monitor=2&scale=100&maxfps=20'
Connecting to 192.168.1.112:80... connected.
HTTP request sent, awaiting response...
HTTP/1.0 501 Method Not Implemented
13:09:46 ERROR 501: Method Not Implemented.
[root@test dist]# wget -S 'http://192.168.1.4/cgi-bin/zms?mode=sin ... &maxfps=20' > wget.log
--13:10:02-- http://192.168.1.4/cgi-bin/zms?mode=sin ... &maxfps=20
=> `zms?mode=single&monitor=2&scale=100&maxfps=20'
Connecting to 192.168.1.4:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Sat, 25 Mar 2006 18:10:02 GMT
Server: Apache
Last-Modified: Fri, 24 Mar 2006 04:09:40 GMT
ETag: "751e-b17d1-cb3b4900"
Accept-Ranges: bytes
Content-Length: 726993
Connection: close
Content-Type: text/plain
Length: 726,993 (710K) [text/plain]
100%[====================================>] 726,993 --.--K/s
13:10:02 (10.94 MB/s) - `zms?mode=single&monitor=2&scale=100&maxfps=20' saved [726993/726993]