[FFmpeg-trac] #2273(avformat:closed): allow to set file name prefix for the segment names inside the generated m3u8 file (was: no option to set file name format inside the generated m3u8 file)

FFmpeg trac at avcodec.org
Thu Jan 2 00:02:21 CET 2014


#2273: allow to set file name prefix for the segment names inside the generated
m3u8 file
-------------------------------------+-------------------------------------
             Reporter:  mpapp        |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:  fixed
             Keywords:  hls segment  |               Blocked By:
  m3u8                               |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Changes (by saste):

 * priority:  wish => normal
 * status:  open => closed
 * resolution:   => fixed


Old description:

> Summary of the bug:
> How to reproduce:
> {{{
> This is relevant when using segment option in ffmpeg
> I cannot see such option
> For vlc, there is an option
> ,index-url=http://37.188.125.31/demo/medium-########.ts}
> which specifies in what format the filenames are saved inside the m3u8.
>
> I am sorry if I missed it.
> }}}

New description:

 Summary of the bug:

 This is relevant when using segment option in ffmpeg
 I cannot see such option
 For vlc, there is an option
 ,index-url=http://37.188.125.31/demo/medium-########.ts}
 which specifies in what format the filenames are saved inside the m3u8.

 I am sorry if I missed it.

--

Comment:

 I believe this should be fixed in:
 {{{
 commit 5e278c19c752d65fdc1da1ceb599b091f71a4b4b
 Author: Stefano Sabatini <stefasab at gmail.com>
 Date:   Fri Nov 22 12:49:05 2013 +0100

     lavf/segment: add segment_list_entry_prefix option

     This option allows to add a prefix to the segment list entry
 filenames.

     Also set by default the list entry filenames to the corresponding
     segment basename, consistent with the HLS muxer.

     Based on an idea by Steven Liu <lingjiujianke at gmail.com>.
 }}}

 The new option allows to set the prefix to use for the playlist file.

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


More information about the FFmpeg-trac mailing list