Commit 52a9f668 authored by Luca Barbato's avatar Luca Barbato Committed by Timothy Gu
Browse files

librtmp: Avoid an infiniloop setting connection arguments


The exit condition was missing.
Signed-off-by: default avatarTimothy Gu <timothygu99@gmail.com>
(cherry picked from commit e85d38c2

)
Signed-off-by: default avatarTimothy Gu <timothygu99@gmail.com>
parent 5141a0ce
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -189,6 +189,8 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
if (sep)
p = sep + 1;
else
break;
}
}
if (ctx->playpath) {
......
Supports Markdown
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