[FFmpeg-trac] #2601(avformat:reopened): hls output always starts at 1 even so you tell otherwise

FFmpeg trac at avcodec.org
Wed May 22 10:19:58 CEST 2013


#2601: hls output always starts at 1 even so you tell otherwise
-------------------------------------+------------------------------------
             Reporter:  vkroutik     |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:  hls          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------
Changes (by saste):

 * status:  closed => reopened
 * resolution:  worksforme =>


Comment:

 Replying to [ticket:2601 vkroutik]:
 > Summary of the bug:
 > One of the params is -start_number 1 for running HLS output like this:
 > C:\ffmpeg\ffmpeg.exe -re -i "rtmp://bar/foo.flv" -y -c:v copy -c:a copy
 -hls_time 6 -hls_list_size 5 -hls_wrap 30 -start_number 1
 "C:\Tools\Foo\stream.m3u8"
 >
 > But if your -start_number 100000
 >
 > It will still start with 1

 Confirm the bug. There is some confusion between URI sequence number
 (which may be cyclic) and the EXT-X-MEDIA-SEQUENCE number specified in the
 M3U8, which are two distinct entities.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2601#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list