[FFmpeg-trac] #1642(avformat:reopened): -f segment: automagically generate #EXTM3U tags to -segment_list generated playlists

FFmpeg trac at avcodec.org
Mon Sep 3 23:51:26 CEST 2012


#1642: -f segment: automagically generate #EXTM3U tags to -segment_list generated
playlists
-------------------------------------+-------------------------------------
             Reporter:  kelexel      |                    Owner:
                 Type:  enhancement  |                   Status:  reopened
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  segment,     |               Blocked By:
  HLS, m3u8                          |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------

Comment (by kelexel):

 Confirmed.

 If you add #EXT-X-ALLOW-CACHE:0 in the top of the playlist, it (as long as
 mpegts files) are not cached by the client.

 So if broadcaster drops, and ffmpeg transcoding stops, and broadcaster
 comes back, and ffmpeg transcoding is restarted, hitting refresh on the
 clients will fetch a fresh playlist instead of the locally cached one.

 May I suggest a -segment_no_cache setting that would append #EXT-X-ALLOW-
 CACHE:0 to the top of the playlist ?

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


More information about the FFmpeg-trac mailing list