I just bought C500 POE and need HTTP MJPEG URL

Comments

2 comments

  • Support Team

    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

    0
    Comment actions Permalink
  • Piotr Wysocki

    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.

     

    0
    Comment actions Permalink

Please sign in to leave a comment.