|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Stream header packet structure. More...
#include <lib/network/packet.h>
Data Fields | |
| uint32_t | client_id |
| Client ID that this stream originates from (1-9) | |
| uint32_t | stream_type |
| Stream type bitmask (STREAM_TYPE_VIDEO | STREAM_TYPE_AUDIO) | |
| uint32_t | timestamp |
| Timestamp when frame/audio was captured (milliseconds since epoch) | |
Stream header packet structure.
Header prepended to media streams (video/audio) to identify source client and stream characteristics. Used when multiple clients are streaming.