forked from external-repos/esp32cam-rtsp
WIP
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// https://www.ietf.org/rfc/rfc2326#section-10.12
|
||||
typedef struct __attribute__((packed))
|
||||
{
|
||||
char magic; // Magic encapsulation ASCII dollar sign (24 hexadecimal)
|
||||
char magic='$'; // Magic encapsulation ASCII dollar sign (24 hexadecimal)
|
||||
uint8_t channel; // Channel identifier
|
||||
uint16_t length; // Network order
|
||||
} rtp_over_tcp_hdr_t;
|
||||
|
||||
Reference in New Issue
Block a user