[FFmpeg-trac] #5988(avformat:new): hls muxer: missing EXT-X-DISCONTINUITY tag after playlist append

FFmpeg trac at avcodec.org
Sat Dec 3 19:45:19 EET 2016


#5988: hls muxer: missing EXT-X-DISCONTINUITY tag after playlist append
-------------------------------------+------------------------------------
             Reporter:  pero         |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avformat
              Version:  3.2.1        |               Resolution:
             Keywords:  hls          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by pero):

 It behaves the same with the latest git version.

 I simplified ffmpeg parameters a bit:
 {{{
 ffmpeg -rtsp_transport tcp -i "rtsp://x.x.x.x:554/h264/ch1/sub/av_stream"
 -an -c:v copy -f hls -hls_time 4 -hls_list_size 5 -hls_flags
 +delete_segments -hls_flags +append_list -hls_flags +omit_endlist
 -hls_flags +discont_start output.m3u8
 }}}

 output:

 {{{
 ffmpeg version N-82751-g83a75bf Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
   configuration:
   libavutil      55. 41.101 / 55. 41.101
   libavcodec     57. 66.109 / 57. 66.109
   libavformat    57. 58.101 / 57. 58.101
   libavdevice    57.  2.100 / 57.  2.100
   libavfilter     6. 68.100 /  6. 68.100
   libswscale      4.  3.101 /  4.  3.101
   libswresample   2.  4.100 /  2.  4.100
 Input #0, rtsp, from 'rtsp://x.x.x.x:554/h264/ch1/sub/av_stream':
   Metadata:
     title           : Media Presentation
   Duration: N/A, start: 0.240800, bitrate: N/A
     Stream #0:0: Video: h264 (Main), yuv420p(tv, bt470bg, progressive),
 704x576, 25 fps, 25 tbr, 90k tbn, 50 tbc
 Output #0, hls, to 'output.m3u8':
   Metadata:
     title           : Media Presentation
     encoder         : Lavf57.58.101
     Stream #0:0: Video: h264 (Main), yuv420p(tv, bt470bg, progressive),
 704x576, q=2-31, 25 fps, 25 tbr, 90k tbn, 25 tbc
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
 Press [q] to stop, [?] for help

 }}}

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


More information about the FFmpeg-trac mailing list