[FFmpeg-trac] #10353(avformat:closed): HLS Handling Error from Commit 6b1f68ccb04d791f0250e05687c346a99ff47ea1
FFmpeg
trac at avcodec.org
Thu May 11 19:09:31 EEST 2023
#10353: HLS Handling Error from Commit 6b1f68ccb04d791f0250e05687c346a99ff47ea1
------------------------------------+------------------------------------
Reporter: QFox | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: avformat
Version: git-master | Resolution: invalid
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by QFox):
mpv compiled with this commit, looped on above m3u8 URL for live stream.
mpv compiled with just this commit reversed, played without any problem.
The following code could caused problem.
+ if (!av_match_ext(p->filename, "**m3u8**,hls,m3u")) {
+ av_log(NULL, AV_LOG_ERROR, "Not detecting m3u8/hls with non
standard extension\n");
+ **return 0;**
+ }
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10353#comment:12>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list