Im trying to view the Camera mjpeg streams from the NVR using http://<IP>/ISAPI/Streaming/channels/102/httpPreview but get the following response:
<ResponseStatus xmlns="" version="2.0">
<requestURL>/ISAPI/Streaming/channels/102/httppreview</requestURL>
<statusCode>2</statusCode>
<statusString>Device Busy</statusString>
<subStatusCode>deviceBusy</subStatusCode>
</ResponseStatus>
Am i missing something here in the settings?
using http://<IP>/ISAPI/Streaming/channels/102/picture correctly displays the picture snapshot.
With virtual host enabled i can get to the mjpeg stream uisng http://<IP>:65001/ISAPI/Streaming/channels/102/httpPreview but shouldnt this be possible without virtual host enabled?
<ResponseStatus xmlns="" version="2.0">
<requestURL>/ISAPI/Streaming/channels/102/httppreview</requestURL>
<statusCode>2</statusCode>
<statusString>Device Busy</statusString>
<subStatusCode>deviceBusy</subStatusCode>
</ResponseStatus>
Am i missing something here in the settings?
using http://<IP>/ISAPI/Streaming/channels/102/picture correctly displays the picture snapshot.
With virtual host enabled i can get to the mjpeg stream uisng http://<IP>:65001/ISAPI/Streaming/channels/102/httpPreview but shouldnt this be possible without virtual host enabled?