Rating:

We have a conversation between two devices:
- `192.168.137.1` - streaming server
- `192.168.137.220` - smart clock powered by ESP32

The conversation uses HTTP proto

The first request from ESP32 to `\task1` returns the message that will be shown on the screen.

The second request: `/task1/frame_count` - returns number 6877 - number of videoframes.

And the third and all next requests `/task1/frame/X` (where X is number in sequence [100, 6876]) is an actual stream, compressed by zlib (magic bytes 0x78, 0x9c). At some moment of the video we can see the flag during ~300 frames.