From d589fffe93c5990f2c2da8ed84a09fe9c99ddb4a Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 23 Jul 2024 10:32:24 +0200 Subject: [PATCH] vcap/rtsp: advise use of devel branch --- src/video_capture/rtsp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/video_capture/rtsp.c b/src/video_capture/rtsp.c index c56bd2c1f..6d83465fd 100644 --- a/src/video_capture/rtsp.c +++ b/src/video_capture/rtsp.c @@ -468,6 +468,10 @@ vidcap_rtsp_init(struct vidcap_params *params, void **state) { return VIDCAP_INIT_NOERR; } + MSG(WARNING, "There are some important improvements in the development " + "(continuous) version of UltraGrid so in case of problems it " + "is advised to try those"); + if (vidcap_params_get_flags(params) & VIDCAP_FLAG_AUDIO_ANY) { log_msg(LOG_LEVEL_ERROR, "Audio is not entirely implemented in RTSP. " "Please contact " PACKAGE_BUGREPORT " if you wish to use it.\n");