decoder/ffmpeg: add "hls+http://" to the list of supported protocols
This commit is contained in:
parent
43e230f543
commit
e10b867fe6
1
NEWS
1
NEWS
@ -10,6 +10,7 @@ ver 0.21.26 (not yet released)
|
|||||||
- zzip: fix crash on corrupt ZIP file
|
- zzip: fix crash on corrupt ZIP file
|
||||||
* decoder
|
* decoder
|
||||||
- ffmpeg: remove "rtsp://" from the list of supported protocols
|
- ffmpeg: remove "rtsp://" from the list of supported protocols
|
||||||
|
- ffmpeg: add "hls+http://" to the list of supported protocols
|
||||||
- sndfile: fix lost samples at end of file
|
- sndfile: fix lost samples at end of file
|
||||||
|
|
||||||
ver 0.21.25 (2020/07/06)
|
ver 0.21.25 (2020/07/06)
|
||||||
|
@ -139,6 +139,8 @@ FfmpegInputStream::Seek(offset_type new_offset)
|
|||||||
|
|
||||||
static constexpr const char *ffmpeg_prefixes[] = {
|
static constexpr const char *ffmpeg_prefixes[] = {
|
||||||
"gopher://",
|
"gopher://",
|
||||||
|
"hls+http://",
|
||||||
|
"hls+https://",
|
||||||
"rtp://",
|
"rtp://",
|
||||||
"rtmp://",
|
"rtmp://",
|
||||||
"rtmpt://",
|
"rtmpt://",
|
||||||
|
Loading…
Reference in New Issue
Block a user