rtsp: enable non-truncated version

This commit is contained in:
Kamil Trzcinski
2023-03-03 21:25:50 +01:00
parent 305481b458
commit b4fda62ea8
3 changed files with 76 additions and 35 deletions

View File

@ -2,6 +2,7 @@
typedef struct rtsp_options_s {
bool running;
bool allow_truncated;
uint port;
int clients;
int frames;