*** WSAENETUNREACH – 10051 *** Description Network is unreachable. Notes A socket operation was attempted to an unreachable network. This usually means the local software knows no route to reach the remote host.
Month: July 2022
*** WSAENETDOWN – 10050 ***
*** WSAENETDOWN – 10050 *** Description A socket operation encountered a dead network. This could indicate a serious failure of the network system (that is, the protocol stack that the Windows Sockets DLL runs over), the network interface, or the local network itself.
*** received sequence *** expected ***
*** received sequence *** expected *** Description Data packets from the camera/device are being received out of sequence. Notes May be a network congestion.
*** WSAEADDRNOTAVAIL – 10049 ***
*** WSAEADDRNOTAVAIL – 10049 *** Description Cannot assign requested address. Notes The requested address is not valid in its context. This normally results from an attempt to bind to an address that is not valid for the local computer. This can also result from connect, sendto, WSAConnect, WSAJoinLeaf, or WSASendTo when the remote address or… Continue reading *** WSAEADDRNOTAVAIL – 10049 ***
*** WSAEADDRINUSE – 10048 ***
*** WSAEADDRINUSE – 10048 *** Description Address already in use. Notes Typically, only one usage of each socket address (protocol/IP address/port) is permitted. This error occurs if an application attempts to bind a socket to an IP address/port that has already been used for an existing socket, or a socket that was not closed properly,… Continue reading *** WSAEADDRINUSE – 10048 ***
Powershell version 2.0 or greater required
Powershell version 2.0 or greater required Description On a Windows machine, the Archiving plugin uses Powershell for iSCSI integration. Powershell is either not installed or is an older version. Notes If able, install the Windows Management Framework, then restart the Server service. https://support.microsoft.com/en-us/kb/968929
device *** board init error ***
device *** board init error *** Description Communication could not be established to the eDVR board. Notes May be firmware or hardware related.
*** WSAENOTSOCK – 10038 ***
*** WSAENOTSOCK – 10038 *** Description Socket operation on nonsocket. Notes An operation was attempted on something that is not a socket. Either the socket handle parameter did not reference a valid socket, or for select, a member of an fd_set was not valid.
Input #: Unsupported codec.
Input #: Unsupported codec. Description The camera is currently streaming in a codec that cannot be received. Notes Change the stream codec to one supported or factory default the camera.The IP8162 may set codec to “SVC” after a factory default. The camera doesn’t even support this stream. You must change the stream profile back to… Continue reading Input #: Unsupported codec.
board *** get supported standards error ***
board *** get supported standards error *** Description Communication could not be established to the Stretch board. Notes Could be firmware or hardware related.