decoder/ffmpeg: add "hls+http://" to the list of supported protocols
This commit is contained in:
@@ -139,6 +139,8 @@ FfmpegInputStream::Seek(offset_type new_offset)
|
||||
|
||||
static constexpr const char *ffmpeg_prefixes[] = {
|
||||
"gopher://",
|
||||
"hls+http://",
|
||||
"hls+https://",
|
||||
"rtp://",
|
||||
"rtmp://",
|
||||
"rtmpt://",
|
||||
|
Reference in New Issue
Block a user