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

@ -52,6 +52,7 @@ log_options_t log_options = {
rtsp_options_t rtsp_options = {
.port = 0,
.allow_truncated = false
};
webrtc_options_t webrtc_options = {