#pragma once typedef struct rtsp_options_s { bool running; uint port; } rtsp_options_t; int rtsp_server(rtsp_options_t *options);