Lines Matching refs:user
1533 av_log(s, AV_LOG_ERROR, "Too short user control packet (%d)\n",
1607 static int do_adobe_auth(RTMPContext *rt, const char *user, const char *salt,
1619 av_md5_update(md5, user, strlen(user));
1636 "?authmod=%s&user=%s&challenge=%s&response=%s",
1637 "adobe", user, challenge2, hashstr);
1646 static int do_llnw_auth(RTMPContext *rt, const char *user, const char *nonce)
1662 av_md5_update(md5, user, strlen(user));
1696 "?authmod=%s&user=%s&nonce=%s&cnonce=%s&nc=%s&response=%s",
1697 "llnw", user, nonce, cnonce, nc, hashstr1);
1708 const char *user = "", *salt = "", *opaque = NULL,
1744 "?authmod=%s&user=%s", authmod, rt->username);
1763 if (!strcmp(ptr, "user")) {
1764 user = value;
1783 if ((ret = do_adobe_auth(rt, user, salt, opaque, challenge)) < 0)
1786 if ((ret = do_llnw_auth(rt, user, nonce)) < 0)
2080 * stream is defined by the user or if it's a live stream. */
2688 // Keep the application name when it has been defined by the user.
2719 // If name of application has been defined by the user, assume that
2741 // The name of application has been defined by the user, override it.