rtmpproto: info out for unsupported auth vars

Should aid debugging badly formatted URLs
Signed-off-by: 's avatarReynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
parent e83aae28
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment