Opened 10 years ago

Closed 9 years ago

#3957 closed defect (fixed)

Error converting a ts stream to HLS format

Reported by: abaudoux Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: mpegts aac
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

I have an error while converting a ts stream to hls:

PES packet size mismatch
[mpegts @ 0x7fbf59801000] AAC bitstream not in ADTS format and extradata missing
av_interleaved_write_frame(): Invalid data found when processing input

Here is the full console output: (I can provide a file if asked)

ffmpeg -v 9 -loglevel 99  -i test.ts   -analyzeduration 1G -probesize 1G  -map 0:25 -map 0:0 -codec copy  -f hls -hls_list_size 5 -hls_time 10 /tmp/ebs/EBS_250_INT.m3u8 
ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers
  built on Sep 17 2014 10:46:16 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/2.3.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libfreetype --enable-libtheora --enable-libvorbis --enable-libvpx --enable-librtmp --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-aacenc --enable-libass --enable-ffplay --enable-libspeex --enable-libschroedinger --enable-libfdk-aac --enable-libopus --enable-frei0r --enable-libopenjpeg --disable-decoder=jpeg2000 --extra-cflags='-I/usr/local/Cellar/openjpeg/1.5.1_1/include/openjpeg-1.5 '
  libavutil      52. 92.100 / 52. 92.100
  libavcodec     55. 69.100 / 55. 69.100
  libavformat    55. 48.100 / 55. 48.100
  libavdevice    55. 13.102 / 55. 13.102
  libavfilter     4. 11.100 /  4. 11.100
  libavresample   1.  3.  0 /  1.  3.  0
  libswscale      2.  6.100 /  2.  6.100
  libswresample   0. 19.100 /  0. 19.100
  libpostproc    52.  3.100 / 52.  3.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
Reading option '-i' ... matched as input file with argument 'test.ts'.
Reading option '-analyzeduration' ... matched as AVOption 'analyzeduration' with argument '1G'.
Reading option '-probesize' ... matched as AVOption 'probesize' with argument '1G'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:25'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:0'.
Reading option '-codec' ... matched as option 'codec' (codec name) with argument 'copy'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'hls'.
Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size' with argument '5'.
Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '10'.
Reading option '/tmp/ebs/EBS_250_INT.m3u8' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Successfully parsed a group of options.
Parsing a group of options: input file test.ts.
Successfully parsed a group of options.
Opening an input file: test.ts.
[mpegts @ 0x7fbf5a007800] Format mpegts probed with size=2048 and score=99
[mpegts @ 0x7fbf5a007800] stream=0 stream_type=f pid=191 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=1 stream_type=f pid=192 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=2 stream_type=f pid=193 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=3 stream_type=f pid=194 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=4 stream_type=f pid=195 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=5 stream_type=f pid=196 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=6 stream_type=f pid=197 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=7 stream_type=f pid=198 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=8 stream_type=f pid=199 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=9 stream_type=f pid=19a prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=10 stream_type=f pid=19b prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=11 stream_type=f pid=19c prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=12 stream_type=f pid=19d prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=13 stream_type=f pid=19e prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=14 stream_type=f pid=19f prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=15 stream_type=f pid=1a0 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=16 stream_type=f pid=1a1 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=17 stream_type=f pid=1a2 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=18 stream_type=f pid=1a3 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=19 stream_type=f pid=1a4 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=20 stream_type=f pid=1a5 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=21 stream_type=f pid=1a6 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=22 stream_type=f pid=1a7 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=23 stream_type=f pid=1a8 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=24 stream_type=f pid=1a9 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=25 stream_type=1b pid=1f4 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=26 stream_type=1b pid=1f5 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=27 stream_type=1b pid=1f6 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=28 stream_type=1b pid=1f7 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=29 stream_type=1b pid=1f8 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] stream=30 stream_type=1b pid=1f9 prog_reg_desc=
[mpegts @ 0x7fbf5a007800] Before avformat_find_stream_info() pos: 0 bytes read:524288 seeks:1
[mpegts @ 0x7fbf5a007800] All programs have pmt, headers found
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] decode_slice_header error
[h264 @ 0x7fbf5a038800] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038800] Current profile doesn't provide more RBSP data in PPS, skipping
[h264 @ 0x7fbf5a038800] Frame num gap 9 4
[h264 @ 0x7fbf5a038800] Frame num gap 9 5
[h264 @ 0x7fbf5a038800] Frame num gap 9 6
[h264 @ 0x7fbf5a038800] Frame num gap 9 7
[h264 @ 0x7fbf5a038800] mmco: unref short failure
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a036a00] decode_slice_header error
[h264 @ 0x7fbf5a036a00] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a036a00] Frame num gap 24 21
[h264 @ 0x7fbf5a036a00] Frame num gap 24 22
[h264 @ 0x7fbf5a038800] no picture ooo
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038800] Increasing reorder buffer to 2
[h264 @ 0x7fbf5a038800] no picture ooo
[h264 @ 0x7fbf5a038800] Increasing reorder buffer to 3
[h264 @ 0x7fbf5a038800] no picture ooo
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a038800] no picture ooo
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038800] mmco: unref short failure
    Last message repeated 1 times
[h264 @ 0x7fbf5a038800] no picture ooo
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038800] no picture ooo
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038800] no picture 
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a038800] no picture 
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038800] no picture 
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a038200] decode_slice_header error
[h264 @ 0x7fbf5a038200] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037c00] decode_slice_header error
[h264 @ 0x7fbf5a037c00] no frame!
[h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037600] decode_slice_header error
[h264 @ 0x7fbf5a037600] no frame!
[h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced
    Last message repeated 1 times
[h264 @ 0x7fbf5a037000] decode_slice_header error
[h264 @ 0x7fbf5a037000] no frame!
[mpegts @ 0x7fbf5a007800] All info found
rfps: 24.583333 0.018094
rfps: 24.666667 0.011575
rfps: 24.750000 0.006507
rfps: 24.833333 0.002888
    Last message repeated 1 times
rfps: 24.916667 0.000719
    Last message repeated 1 times
rfps: 25.000000 0.000000
    Last message repeated 1 times
rfps: 25.083333 0.000731
    Last message repeated 1 times
rfps: 25.166667 0.002913
    Last message repeated 1 times
rfps: 25.250000 0.006544
rfps: 25.333333 0.011625
rfps: 25.416667 0.018157
rfps: 49.583333 0.018063
    Last message repeated 1 times
rfps: 49.666667 0.011551
    Last message repeated 1 times
rfps: 49.750000 0.006488
    Last message repeated 1 times
rfps: 49.833333 0.002875
    Last message repeated 1 times
rfps: 49.916667 0.000713
    Last message repeated 1 times
rfps: 50.000000 0.000000
    Last message repeated 1 times
rfps: 50.083333 0.000738
    Last message repeated 1 times
rfps: 50.166667 0.002925
    Last message repeated 1 times
rfps: 50.250000 0.006563
    Last message repeated 1 times
rfps: 50.333333 0.011650
    Last message repeated 1 times
rfps: 50.416667 0.018188
    Last message repeated 1 times
rfps: 24.583333 0.014419
rfps: 24.666667 0.009224
rfps: 24.750000 0.005184
    Last message repeated 1 times
rfps: 24.833333 0.002301
    Last message repeated 1 times
rfps: 24.916667 0.000573
    Last message repeated 1 times
rfps: 25.000000 0.000000
    Last message repeated 1 times
rfps: 25.083333 0.000583
    Last message repeated 1 times
rfps: 25.166667 0.002322
rfps: 25.250000 0.005216
rfps: 25.333333 0.009266
rfps: 25.416667 0.014471
rfps: 49.583333 0.014392
rfps: 49.666667 0.009203
rfps: 49.750000 0.005169
rfps: 49.833333 0.002290
    Last message repeated 1 times
rfps: 49.916667 0.000567
    Last message repeated 1 times
rfps: 50.000000 0.000000
    Last message repeated 1 times
rfps: 50.083333 0.000588
    Last message repeated 1 times
rfps: 50.166667 0.002332
    Last message repeated 1 times
rfps: 50.250000 0.005232
rfps: 50.333333 0.009287
rfps: 50.416667 0.014498
[mpegts @ 0x7fbf5a007800] Setting avg frame rate based on r frame rate
rfps: 25.000000 0.000000
    Last message repeated 1 times
rfps: 25.083333 0.000631
    Last message repeated 1 times
rfps: 25.166667 0.002511
rfps: 25.250000 0.005642
rfps: 25.333333 0.010023
rfps: 25.416667 0.015654
rfps: 49.583333 0.015569
rfps: 49.666667 0.009955
rfps: 49.750000 0.005591
rfps: 49.833333 0.002478
    Last message repeated 1 times
rfps: 49.916667 0.000614
    Last message repeated 1 times
rfps: 50.000000 0.000000
    Last message repeated 1 times
rfps: 50.083333 0.000636
    Last message repeated 1 times
rfps: 50.166667 0.002523
    Last message repeated 1 times
rfps: 50.250000 0.005659
rfps: 50.333333 0.010045
rfps: 50.416667 0.015682
rfps: 24.583333 0.016823
rfps: 24.666667 0.010762
rfps: 24.750000 0.006049
    Last message repeated 1 times
rfps: 24.833333 0.002684
    Last message repeated 1 times
rfps: 24.916667 0.000668
    Last message repeated 1 times
rfps: 25.000000 0.000000
    Last message repeated 1 times
rfps: 25.083333 0.000680
    Last message repeated 1 times
rfps: 25.166667 0.002708
rfps: 25.250000 0.006085
rfps: 25.333333 0.010809
rfps: 25.416667 0.016882
rfps: 49.583333 0.016793
rfps: 49.666667 0.010738
rfps: 49.750000 0.006031
rfps: 49.833333 0.002673
    Last message repeated 1 times
rfps: 49.916667 0.000662
    Last message repeated 1 times
rfps: 50.000000 0.000000
    Last message repeated 1 times
rfps: 50.083333 0.000686
    Last message repeated 1 times
rfps: 50.166667 0.002720
    Last message repeated 1 times
rfps: 50.250000 0.006103
rfps: 50.333333 0.010833
rfps: 50.416667 0.016912
rfps: 24.666667 0.014191
rfps: 24.750000 0.007976
    Last message repeated 1 times
rfps: 24.833333 0.003540
    Last message repeated 1 times
rfps: 24.916667 0.000881
    Last message repeated 1 times
rfps: 25.000000 0.000000
    Last message repeated 1 times
rfps: 25.083333 0.000897
    Last message repeated 1 times
rfps: 25.166667 0.003572
rfps: 25.250000 0.008024
rfps: 25.333333 0.014254
rfps: 49.666667 0.014159
rfps: 49.750000 0.007953
rfps: 49.833333 0.003524
    Last message repeated 1 times
rfps: 49.916667 0.000873
    Last message repeated 1 times
rfps: 50.000000 0.000000
    Last message repeated 1 times
rfps: 50.083333 0.000905
    Last message repeated 1 times
rfps: 50.166667 0.003588
    Last message repeated 1 times
rfps: 50.250000 0.008048
rfps: 50.333333 0.014286
rfps: 49.666667 0.014623
rfps: 49.750000 0.008211
    Last message repeated 1 times
rfps: 49.833333 0.003637
    Last message repeated 1 times
rfps: 49.916667 0.000900
    Last message repeated 1 times
rfps: 50.000000 0.000000
    Last message repeated 1 times
rfps: 50.083333 0.000937
    Last message repeated 1 times
rfps: 50.166667 0.003711
    Last message repeated 1 times
rfps: 50.250000 0.008323
    Last message repeated 1 times
rfps: 50.333333 0.014771
[mpegts @ 0x7fbf5a007800] PES packet size mismatch
    Last message repeated 10 times
[mpegts @ 0x7fbf5a007800] After avformat_find_stream_info() pos: 0 bytes read:4968592 seeks:3 frames:1324
Input #0, mpegts, from 'test.ts':
  Duration: 00:03:00.20, start: 42712.178589, bitrate: 22730 kb/s
  Program 1 
    Stream #0:0[0x191](qaa), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 213 kb/s
    Stream #0:1[0x192](eng), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:2[0x193](fre), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 159 kb/s
    Stream #0:3[0x194](ger), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 183 kb/s
    Stream #0:4[0x195](ita), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:5[0x196](spa), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 211 kb/s
    Stream #0:6[0x197](gre), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 190 kb/s
    Stream #0:7[0x198](por), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 169 kb/s
    Stream #0:8[0x199](dut), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 176 kb/s
    Stream #0:9[0x19a](dan), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 210 kb/s
    Stream #0:10[0x19b](fin), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:11[0x19c](swe), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:12[0x19d](cze), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:13[0x19e](est), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 225 kb/s
    Stream #0:14[0x19f](lav), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 171 kb/s
    Stream #0:15[0x1a0](lit), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:16[0x1a1](hun), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:17[0x1a2](mlt), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:18[0x1a3](pol), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:19[0x1a4](slo), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 178 kb/s
    Stream #0:20[0x1a5](slv), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:21[0x1a6](bul), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:22[0x1a7](rum), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:23[0x1a8](gle), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 177 kb/s
    Stream #0:24[0x1a9](hrv), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s
    Stream #0:25[0x1f4], 29, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 320x180 [SAR 45:44 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:26[0x1f5], 26, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 426x240 [SAR 800:781 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:27[0x1f6], 27, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 640x360 [SAR 45:44 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:28[0x1f7], 28, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 852x480 [SAR 800:781 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:29[0x1f8], 32, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1280x720 [SAR 45:44 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:30[0x1f9], 64, 1/90000: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 720x576 [SAR 16:11 DAR 20:11], 1/50, 25 fps, 50 tbr, 90k tbn, 50 tbc
Successfully opened the file.
Parsing a group of options: output file /tmp/ebs/EBS_250_INT.m3u8.
Applying option map (set input stream mapping) with argument 0:25.
Applying option map (set input stream mapping) with argument 0:0.
Applying option codec (codec name) with argument copy.
Applying option f (force format) with argument hls.
Successfully parsed a group of options.
Opening an output file: /tmp/ebs/EBS_250_INT.m3u8.
Successfully opened the file.
[mpegts @ 0x7fbf59801000] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead.
    Last message repeated 1 times
[mpegts @ 0x7fbf59801000] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
Output #0, hls, to '/tmp/ebs/EBS_250_INT.m3u8':
  Metadata:
    encoder         : Lavf55.48.100
    Stream #0:0, 0, 1/25: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 320x180 [SAR 45:44 DAR 20:11], 1/25, q=2-31, 25 fps, 25 tbn, 25 tbc
    Stream #0:1(qaa), 0, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, 213 kb/s
Stream mapping:
  Stream #0:25 -> #0:0 (copy)
  Stream #0:0 -> #0:1 (copy)
Press [q] to stop, [?] for help
[mpegts @ 0x7fbf5a007800] Correcting start time by 3022
[AVIOContext @ 0x7fbf58e08800] Statistics: 0 seeks, 569 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0
[AVIOContext @ 0x7fbf5b8001c0] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf5b800000] Statistics: 0 seeks, 562 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0
[AVIOContext @ 0x7fbf58f71540] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf58f70c60] Statistics: 0 seeks, 563 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0
[AVIOContext @ 0x7fbf58f73680] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf58f735c0] Statistics: 0 seeks, 562 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0
[AVIOContext @ 0x7fbf58f75360] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf58f735a0] Statistics: 0 seeks, 563 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0
[AVIOContext @ 0x7fbf58f7c280] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf58f72820] Statistics: 0 seeks, 562 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:1
[AVIOContext @ 0x7fbf58e00640] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf58e00ca0] Statistics: 0 seeks, 563 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:2
[AVIOContext @ 0x7fbf5b8001c0] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf5b8000c0] Statistics: 0 seeks, 562 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:3
[AVIOContext @ 0x7fbf58d37c80] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf58d37bc0] Statistics: 0 seeks, 563 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:4
[AVIOContext @ 0x7fbf58f73f00] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf58f7e1c0] Statistics: 0 seeks, 562 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:5
[AVIOContext @ 0x7fbf58d37700] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf58d37c80] Statistics: 0 seeks, 563 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:6
[AVIOContext @ 0x7fbf5b804600] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf5b801ae0] Statistics: 0 seeks, 562 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:7
[AVIOContext @ 0x7fbf5b801460] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf5b8013a0] Statistics: 0 seeks, 563 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:8
[AVIOContext @ 0x7fbf5b8001c0] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf5b800000] Statistics: 0 seeks, 562 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:9
[AVIOContext @ 0x7fbf5b801b40] Statistics: 0 seeks, 1 writeouts
[AVIOContext @ 0x7fbf5b801ce0] Statistics: 0 seeks, 563 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:10
[AVIOContext @ 0x7fbf5b8074e0] Statistics: 0 seeks, 1 writeouts
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 505 expected 10 got 11
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 503 expected 6 got 3
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 409 expected 15 got 3
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 504 expected 7 got 2
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 404 expected 5 got 10
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 420 expected 6 got 10
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 422 expected 3 got 7
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 501 expected 13 got 7
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 425 expected 2 got 6
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 423 expected 10 got 15
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 421 expected 1 got 5
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 417 expected 2 got 6
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 418 expected 1 got 5
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 419 expected 8 got 12
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 424 expected 15 got 4
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 401 expected 4 got 9
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 402 expected 5 got 9
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 403 expected 1 got 6
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 405 expected 13 got 1
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 406 expected 1 got 4
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 407 expected 3 got 8
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 408 expected 1 got 5
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 410 expected 10 got 13
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 411 expected 2 got 6
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 413 expected 9 got 12
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 415 expected 7 got 11
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 416 expected 4 got 8
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 500 expected 10 got 0
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 414 expected 4 got 8
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 412 expected 7 got 12
[mpegts @ 0x7fbf5a007800] Continuity check failed for pid 100 expected 9 got 11
[mpegts @ 0x7fbf5a007800] PES packet size mismatch
[mpegts @ 0x7fbf59801000] AAC bitstream not in ADTS format and extradata missing
av_interleaved_write_frame(): Invalid data found when processing input
No more output streams to write to, finishing.
[AVIOContext @ 0x7fbf5b801cc0] Statistics: 0 seeks, 444 writeouts
[hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:11
[AVIOContext @ 0x7fbf58e08800] Statistics: 0 seeks, 1 writeouts
frame= 3945 fps=0.0 q=-1.0 Lsize=N/A time=00:02:39.72 bitrate=N/A    
video:4814kB audio:3741kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Input file #0 (test.ts):
  Input stream #0:0 (audio): 4944 packets read (3830771 bytes); 
  Input stream #0:1 (audio): 0 packets read (0 bytes); 
  Input stream #0:2 (audio): 0 packets read (0 bytes); 
  Input stream #0:3 (audio): 0 packets read (0 bytes); 
  Input stream #0:4 (audio): 0 packets read (0 bytes); 
  Input stream #0:5 (audio): 0 packets read (0 bytes); 
  Input stream #0:6 (audio): 0 packets read (0 bytes); 
  Input stream #0:7 (audio): 0 packets read (0 bytes); 
  Input stream #0:8 (audio): 0 packets read (0 bytes); 
  Input stream #0:9 (audio): 0 packets read (0 bytes); 
  Input stream #0:10 (audio): 0 packets read (0 bytes); 
  Input stream #0:11 (audio): 0 packets read (0 bytes); 
  Input stream #0:12 (audio): 0 packets read (0 bytes); 
  Input stream #0:13 (audio): 0 packets read (0 bytes); 
  Input stream #0:14 (audio): 0 packets read (0 bytes); 
  Input stream #0:15 (audio): 0 packets read (0 bytes); 
  Input stream #0:16 (audio): 0 packets read (0 bytes); 
  Input stream #0:17 (audio): 0 packets read (0 bytes); 
  Input stream #0:18 (audio): 0 packets read (0 bytes); 
  Input stream #0:19 (audio): 0 packets read (0 bytes); 
  Input stream #0:20 (audio): 0 packets read (0 bytes); 
  Input stream #0:21 (audio): 0 packets read (0 bytes); 
  Input stream #0:22 (audio): 0 packets read (0 bytes); 
  Input stream #0:23 (audio): 0 packets read (0 bytes); 
  Input stream #0:24 (audio): 0 packets read (0 bytes); 
  Input stream #0:25 (video): 3961 packets read (4942613 bytes); 
  Input stream #0:26 (video): 0 packets read (0 bytes); 
  Input stream #0:27 (video): 0 packets read (0 bytes); 
  Input stream #0:28 (video): 0 packets read (0 bytes); 
  Input stream #0:29 (video): 0 packets read (0 bytes); 
  Input stream #0:30 (video): 0 packets read (0 bytes); 
  Total: 8905 packets (8773384 bytes) demuxed
Output file #0 (/tmp/ebs/EBS_250_INT.m3u8):
  Output stream #0:0 (video): 3945 packets muxed (4929597 bytes); 
  Output stream #0:1 (audio): 4944 packets muxed (3830771 bytes); 
  Total: 8889 packets (8760368 bytes) muxed
0 frames successfully decoded, 0 decoding errors
[AVIOContext @ 0x7fbf58e00a40] Statistics: 459853968 bytes read, 3 seeks
Conversion failed!

I tried to add -bsf:a aac_adtstoasc but it doesnt change anything.

Thanks,

Change History (6)

comment:1 by Carl Eugen Hoyos, 10 years ago

Is the problem reproducible with current FFmpeg git head?

Please provide an input sample that allows to reproduce the issue.

comment:2 by abaudoux, 10 years ago

File uploaded on FTP as "ticket_3957.ts"

comment:3 by abaudoux, 10 years ago

The problem still occurs with current FFmpeg git head

comment:4 by abaudoux, 10 years ago

Version: 2.3.3git-master

comment:5 by Carl Eugen Hoyos, 9 years ago

Component: undeterminedavformat
Keywords: mpegts aac added
Reproduced by developer: set
Status: newopen

Patch sent.

comment:6 by Carl Eugen Hoyos, 9 years ago

Resolution: fixed
Status: openclosed

Fixed in 1d5edad8ccfd1843bc8c60260a20ac37b738cb77 - thank you for the report!

Note: See TracTickets for help on using tickets.