-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v380 video output problem #21
Comments
I'm using firmware V1.4.12_20220711 and I'm getting this same error. Here are some logs I got in the nodeJS trying to connect to my Camera. loginReq: loginReqData: Data Reply: loginResp: streamStartReq: streamStartData:
|
I'm getting the same error. These are the versions: Software Version: |
I'm getting the same error. Any suggestion? |
@thalesmaoa I'm not sure if this is exactly the case, but I found out that my camera was sending non-compliant packets at the start of the RTSP stream. Maybe you can check if your camera works with retina. I had created an issue before reg. this but didn't get time to contribute a fix, (issue) |
I'm seeing this too. -11 is a login failure; this happens before the stream is started. Perhaps your password is wrong, or perhaps the password encryption algorithm has changed. |
Hello! I'm using v380 with the newest firmware
Software version: AppV380E31_V1.1.6.3_202111105
Firmware version: HwV380E31_WF8_PTZ_WIFI_20201218
The v380 tool successfully discovers the cam, but outputs errors on attempt to output video:
$ ./v380 -id 58017398 --addr --output=video -p
Login response: unsupported -11, continuing
Unknown 0x9c command
Stream stopped, restarting stream
Login response: unsupported -11, continuing
Unknown 0x9c command
Stream stopped, restarting stream
Login response: unsupported -11, continuing
Unknown 0x9c command
Stream stopped, restarting stream
Login response: unsupported -11, continuing
Unknown 0x9c command
Stream stopped, restarting stream
Login response: unsupported -11, continuing
Unknown 0x9c command
Stream stopped, restarting stream
Same for nodejs version:
$ npm run start
Login response: unsupported -11, continuing
RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be >= 0 and <= 4294967295. Received -11
at checkInt (internal/buffer.js:68:11)
at writeU_Int32LE (internal/buffer.js:688:3)
at Buffer.writeUInt32LE (internal/buffer.js:701:10)
at Primitive.pack (/home/mike/git/v380/v380-nodejs/node_modules/typebase/typebase.js:162:21)
at Struct.pack (/home/mike/git/v380/v380-nodejs/node_modules/typebase/typebase.js:260:24)
at Socket. (/home/mike/git/v380/v380-nodejs/src/app.ts:268:22)
at Socket.emit (events.js:314:20)
at Socket.EventEmitter.emit (domain.js:483:12)
at emitReadable_ (_stream_readable.js:557:12)
at processTicksAndRejections (internal/process/task_queues.js:83:21) {
code: 'ERR_OUT_OF_RANGE'
}
What do I do with this?
The text was updated successfully, but these errors were encountered: