File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,11 @@ Header description of a single DVRIP/Sofia message is based on [Digital Video Re
39391 . BIT 0 - message header byte, fixed as 0xFF.
40402 . BIT 1 - observed to equalt 0 for requests and equal to 1 for responses from the IP camera.
41413 . BIT 2 - reserved byte 1. Observed to be either 0 or 1.
42+ * When H.265 video codec is used (BIT4 = 0x12 on I-Frame header), this value is equal to 1.
43+ * When H.264 video codec is used (BIT4 = 0x02 on I-Frame header), this value is equal to 0.
42444 . BIT 3 - reserved byte 2. Observed to be either 0 or 128.
45+ * When H.264 video codec is used, value of this BIT is equal to 128 on DVRIP messages containing audio frames.
46+ * Othervise, BIT3 value is equal to 0.
43475 . BIT 4-7 - session ID. Assigned by the camera after successful login. Needs to be present in every subsequent message.
44486 . BIT 8-11 - sequence number. Increments from 0 after startup, and after reaching the (unknown) maximum, starts from 0 again.
45497 . BIT 12 - total number of packets in a single message. Value of 0 or 1 indicate a single message per packet.
You can’t perform that action at this time.
0 commit comments