[FFmpeg-trac] #2828(avformat:new): HLS segment MPEGTS continuity counter is being incorrectly set to 0 on each segment

FFmpeg trac at avcodec.org
Sat Aug 23 23:48:28 CEST 2014


#2828: HLS segment MPEGTS continuity counter is being incorrectly set to 0 on each
segment
-------------------------------------+------------------------------------
             Reporter:  dlevinson5   |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:  hls mpegts   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by lancey):

 Yes, it absolutely is. Command to reproduce:

 ffmpeg -re -f lavfi -i testsrc -vcodec mpeg2video -flags global_header
 -map 0 -f segment -segment_time 10 -segment_list_size 6 -segment_wrap 20
 -segment_list pl.m3u8 pl%03d.ts

 Each produced .ts has the CC counters of each PID start from 0.

 I'll publish a revised patch tomorrow.

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


More information about the FFmpeg-trac mailing list