[FFmpeg-trac] #8636(avformat:new): Invalid byteranges in 1fps iframes-only HLS playlist

FFmpeg trac at avcodec.org
Mon Apr 27 15:16:20 EEST 2020


#8636: Invalid byteranges in 1fps iframes-only HLS playlist
-------------------------------------+------------------------------------
             Reporter:  fidothe      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:  hls          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by fidothe):

 Yes, it is. In fact it's worse: byte offsets in the m3u8 are now all 0
 too, as well as the lengths:

 {{{
 #EXTINF:1.000000,
 #EXT-X-BYTERANGE:0 at 0
 iframes-g1-head.m4s
 #EXTINF:1.000000,
 #EXT-X-BYTERANGE:0 at 0
 iframes-g1-head.m4s
 #EXTINF:1.000000,
 #EXT-X-BYTERANGE:0 at 0
 iframes-g1-head.m4s
 #EXTINF:1.000000,
 #EXT-X-BYTERANGE:0 at 0
 iframes-g1-head.m4s
 }}}

 I'll attach the report.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8636#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list