I just bought C500 POE and need HTTP MJPEG URL
I need an mjpeg address as in the subject, which I can use in external software.
I found this link http://192.168.31.131/ISAPI/Streaming/channels/102/httpPreview, but it doesn't work. In the xml file I get a message that the operation is unavailable. I can ask for help.
XML
<ResponseStatus xmlns="http://www.std-cgi.com/ver20/XMLSchema" version="2.0"><requestURL>/ISAPI/Streaming/channels/102/httpPreview</requestURL><statusCode>4</statusCode><statusString>Invalid Operation</statusString><subStatusCode>invalidOperation</subStatusCode></ResponseStatus>
-
Hello there,
Please refer to the below steps. If it does not work, please visit https://help.annke.com/hc/en-us/requests/new and send us a request.
Our technical support will help you as soon as possible.1. Configure video stream
a) HTTP commands get stream only be available under Sub stream.
b) Go to [Configuration]-[Video/Audio]-[Video], set the Stream Type as Sub-stream and Video
Encoding as MJPEG. Resolution can be adjusted according to the current condition.
2. Get stream on Firefox or Chrome
HTTP commands are only available on Firefox or Chrome browser.
a) URL:
HTTP without Authentication
http://<IP address of IPC>:<HTTP port>/ISAPI/Streaming/channels/102/httpPreview
HTTP with Authentication
http://<username>:<password>@<IP address of IPC>:<HTTP
port>/ISAPI/Streaming/channels/102/httpPreview
Snapshot using HTTP URL
http://<IP address of IPC>:<HTTP port>/ISAPI/Streaming/channels/1/picture
b) Example:
http://10.9.97.33/ISAPI/Streaming/channels/102/httpPreview
http://admin:abcd1234@10.9.97.33/ISAPI/Streaming/channels/102/httpPreview
http://10.9.97.33/ISAPI/Streaming/channels/1/picture -
Unfortunately, it doesn't work. In the first case (http://10.9.97.33/ISAPI/Streaming/channels/102/httpPreview) it receives the message:
<ResponseStatus version="2.0">
<requestURL>/ISAPI/Streaming/channels/102/httpPreview</requestURL>
<statusCode>4</statusCode>
<statusString>Invalid Operation</statusString>
<subStatusCode>invalidOperation</subStatusCode>
</ResponseStatus>In the second case(http://10.9.97.33/ISAPI/Streaming/channels/1/picture), it receives a message:
<ResponseStatus version="2.0">
<requestURL>/ISAPI/Streaming/channels/1/picture</requestURL>
<statusCode>2</statusCode>
<statusString>Device Busy</statusString>
<subStatusCode>deviceBusy</subStatusCode>
</ResponseStatus>I checked on Firefox browser.
Please sign in to leave a comment.
Comments
2 comments