mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
e83aae2839
commit
93cade4825
@ -1724,6 +1724,8 @@ static int handle_connect_error(URLContext *s, const char *desc)
|
||||
challenge = value;
|
||||
} else if (!strcmp(ptr, "nonce")) {
|
||||
nonce = value;
|
||||
} else {
|
||||
av_log(s, AV_LOG_INFO, "Ignoring unsupported var %s\n", ptr);
|
||||
}
|
||||
} else {
|
||||
av_log(s, AV_LOG_WARNING, "Variable %s has NULL value\n", ptr);
|
||||
|
Loading…
Reference in New Issue
Block a user