#2601(undetermined:new): hls output always starts at 1 even so you tell otherwise
#2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------- Reporter: vkroutik | Type: defect Status: new | Priority: important Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- 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 -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2601> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => hls * priority: important => normal * status: new => closed * component: undetermined => avformat * resolution: => worksforme Comment: This works fine here, if you want to reopen this ticket, please provide the command line that allows to reproduce the problem together with the complete, uncut console output and attach the m3u8 file. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2601#comment:1> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please also consider to read again the following sentence from the specification: ''A media URI is not required to contain its sequence number.'' -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2601#comment:2> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#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
#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 | -------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:3 saste]:
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.
Then please add information on how it can be reproduced. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2601#comment:4> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#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 | -------------------------------------+------------------------------------ Comment (by cehoyos): As said, -start_number works fine here for hls. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2601#comment:5> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#2601: hls output always starts at 1 even so you tell otherwise ------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: defect | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * priority: normal => minor * status: reopened => open * version: unspecified => git-master * reproduced: 0 => 1 Comment: After discussion with Stefano, this is a documentation bug. -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2601#comment:6> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | documentation Keywords: hls | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * component: avformat => documentation -- Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2601#comment:7> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
#2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: minor | Component: Version: git-master | documentation Keywords: hls | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by saste): * analyzed: 0 => 1 * status: open => closed * resolution: => fixed Comment: Documentation should be clarified since: {{{ commit f6707f0689e025e39f17c1e452f4033743079801 Author: Stefano Sabatini <stefasab@gmail.com> Date: Thu Jan 2 00:30:37 2014 +0100 doc/muxers/hls: extend documentation In particular, reference segment muxer and clarify difference between segment filename number and playlist sequence number. Should fix trac ticket #2601. }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/2601#comment:8> FFmpeg <http://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg