[FFmpeg-trac] #5307(undetermined:new): HLS start_time and duration incorrect

FFmpeg trac at avcodec.org
Mon Mar 7 12:59:26 CET 2016


#5307: HLS start_time and duration incorrect
-------------------------------------+-------------------------------------
             Reporter:  ronag        |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by ronag):

 Note that in the original we have:

 {{{
         "start_time": "0.000000",
         "duration": "30.030000",
 }}}

 while the HLS file says:

 {{{
        "start_time": "1.466733",
         "duration": "29.996632",
 }}}

 manifest looks like this:


 {{{
 #EXTM3U
 #EXT-X-VERSION:3
 #EXT-X-TARGETDURATION:9
 #EXT-X-MEDIA-SEQUENCE:0
 #EXTINF:8.341667,
 jellyfish0.ts
 #EXTINF:6.639967,
 jellyfish1.ts
 #EXTINF:8.341667,
 jellyfish2.ts
 #EXTINF:6.673333,
 jellyfish3.ts
 #EXT-X-ENDLIST
 }}}

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


More information about the FFmpeg-trac mailing list