You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
librtmp: Avoid an infiniloop setting connection arguments
The exit condition was missing. CC: libav-stable@libav.org
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user