You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
rtmpproto: info out for unsupported auth vars
Should aid debugging badly formatted URLs Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
This commit is contained in:
@@ -1724,6 +1724,8 @@ static int handle_connect_error(URLContext *s, const char *desc)
|
|||||||
challenge = value;
|
challenge = value;
|
||||||
} else if (!strcmp(ptr, "nonce")) {
|
} else if (!strcmp(ptr, "nonce")) {
|
||||||
nonce = value;
|
nonce = value;
|
||||||
|
} else {
|
||||||
|
av_log(s, AV_LOG_INFO, "Ignoring unsupported var %s\n", ptr);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
av_log(s, AV_LOG_WARNING, "Variable %s has NULL value\n", ptr);
|
av_log(s, AV_LOG_WARNING, "Variable %s has NULL value\n", ptr);
|
||||||
|
Reference in New Issue
Block a user