vcap/rtsp: advise use of devel branch

This commit is contained in:
Martin Pulec
2024-07-23 10:32:24 +02:00
parent f0994afffe
commit d589fffe93

View File

@@ -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");