decoder/ffmpeg: add "hls+http://" to the list of supported protocols

This commit is contained in:
Max Kellermann
2020-09-16 16:33:01 +02:00
parent 43e230f543
commit e10b867fe6
2 changed files with 3 additions and 0 deletions

View File

@@ -139,6 +139,8 @@ FfmpegInputStream::Seek(offset_type new_offset)
static constexpr const char *ffmpeg_prefixes[] = {
"gopher://",
"hls+http://",
"hls+https://",
"rtp://",
"rtmp://",
"rtmpt://",