Commit 2b6bc8e3 authored by Luca Barbato's avatar Luca Barbato Committed by Timothy Gu

librtmp: Avoid an infiniloop setting connection arguments

The exit condition was missing.
Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
(cherry picked from commit e85d38c2)
Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
parent 470bdd39
Pipeline #380 failed with stages
......@@ -193,6 +193,8 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
if (sep)
p = sep + 1;
else
break;
}
}
if (ctx->playpath) {
......
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