Opened 4 years ago

Last modified 4 years ago

#8541 new defect

ffmpeg crashes with a segfault when the VideoToolbox hardware acceleration is used to decode a video

Reported by: Viktoriia Owned by:
Priority: important Component: avcodec
Version: git-master Keywords: videotoolbox crash
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

ffmpeg version

ffmpeg version 4.2.2-tessus  https://evermeet.cx/ffmpeg/  Copyright (c) 2000-2019 the FFmpeg developers
  built with Apple clang version 11.0.0 (clang-1100.0.33.16)
  configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvmaf --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-version3 --pkg-config-flags=--static --disable-ffplay
  libavutil      56. 31.100 / 56. 31.100
  libavcodec     58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter     7. 57.100 /  7. 57.100
  libswscale      5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100

macOS version: 10.15.3

Command

ffmpeg -benchmark -hwaccel videotoolbox -i /Volumes/MacHDD/Video/01c56b0dc1.ts -f null -

Console output

https://0x0.st/ibKl.log

Note

The crash occurs not on all machines.
ffmpeg crashes on:

  • Macmini6,2 with Intel HD Graphics 4000 1536 MB;
  • MacBookPro14,3 with Radeon Pro 560.

ffmpeg does not crash on:

  • Macmini8,1 with Intel UHD Graphics 630 1536 MB.

Sample file
https://0x0.st/iqIq.ts
http://samples.mplayerhq.hu/ts/01c56b0dc1.ts

Change History (8)

comment:1 by Carl Eugen Hoyos, 4 years ago

To report bugs and get support for this binary, please write an email to ffmpeg@evermeet.cx

in reply to:  1 comment:2 by Viktoriia, 4 years ago

Thank you very much for reply.
This issue is also reproducible with the current FFmpeg git head.

comment:3 by Carl Eugen Hoyos, 4 years ago

Version: 4.2unspecified

Then please test current FFmpeg git head, provide the command line you tested together with the complete, uncut console output to make this a valid ticket and provide backtrace, disassembly and register dump for crashes as explained on https://ffmpeg.org/bugreports.html

comment:4 by Viktoriia, 4 years ago

I am trying to decode certain videos using the VideoToolbox hardware acceleration.
ffmpeg crashes with a segmentation fault.

ffmpeg version
Built from Git HEAD.
Latest commit: bdab3e810878f9520a9ec664f177e7e43fc6515b.

ffmpeg version 4.2.git Copyright (c) 2000-2020 the FFmpeg developers
  built with Apple clang version 11.0.0 (clang-1100.0.33.16)
  configuration: --prefix=/Users/vika/FFmpeg/sw --arch=x86_64 --cc=clang --enable-hardcoded-tables --enable-pthreads --enable-runtime-cpudetect --pkg-config-flags=--static --disable-securetransport --disable-sdl2 --disable-ffplay --disable-ffprobe --disable-doc --enable-libopus --enable-libvorbis --enable-libtheora --enable-libmp3lame --enable-libtwolame --enable-libfdk-aac --enable-libopenh264 --enable-libaom --enable-videotoolbox --enable-libvpx --enable-avfilter --enable-filters
  libavutil      56. 42.100 / 56. 42.100
  libavcodec     58. 73.102 / 58. 73.102
  libavformat    58. 39.101 / 58. 39.101
  libavdevice    58.  9.103 / 58.  9.103
  libavfilter     7. 77.100 /  7. 77.100
  libswscale      5.  6.100 /  5.  6.100
  libswresample   3.  6.100 /  3.  6.100

Command

ffmpeg -benchmark -hwaccel videotoolbox -i /Volumes/MacHDD/Video/01c56b0dc1.ts -f null -

lldb output, backtrace and disassembly
https://0x0.st/ibPE.txt

dima@dimas-MacBook-Pro ffmpeg-git % lldb ./ffmpeg_g
(lldb) target create "./ffmpeg_g"
Current executable set to './ffmpeg_g' (x86_64).
(lldb) r -benchmark -hwaccel videotoolbox -i ~/Temp/01c56b0dc1.ts -f null -
Process 38851 launched: '/Users/dima/Desktop/ffmpeg-git/ffmpeg_g' (x86_64)
ffmpeg version 4.2.git Copyright (c) 2000-2020 the FFmpeg developers
  built with Apple clang version 11.0.0 (clang-1100.0.33.16)
  configuration: --prefix=/Users/vika/FFmpeg/sw --arch=x86_64 --cc=clang --enable-hardcoded-tables --enable-pthreads --enable-runtime-cpudetect --pkg-config-flags=--static --disable-securetransport --disable-sdl2 --disable-ffplay --disable-ffprobe --disable-doc --enable-libopus --enable-libvorbis --enable-libtheora --enable-libmp3lame --enable-libtwolame --enable-libfdk-aac --enable-libopenh264 --enable-libaom --enable-videotoolbox --enable-libvpx --enable-avfilter --enable-filters
  libavutil      56. 42.100 / 56. 42.100
  libavcodec     58. 73.102 / 58. 73.102
  libavformat    58. 39.101 / 58. 39.101
  libavdevice    58.  9.103 / 58.  9.103
  libavfilter     7. 77.100 /  7. 77.100
  libswscale      5.  6.100 /  5.  6.100
  libswresample   3.  6.100 /  3.  6.100
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] SPS unavailable in decode_picture_timing
[h264 @ 0x106015a00] non-existing PPS 0 referenced
[h264 @ 0x106015a00] decode_slice_header error
[h264 @ 0x106015a00] no frame!
[h264 @ 0x106015a00] mmco: unref short failure
    Last message repeated 2 times
[mpegts @ 0x106000e00] start time for stream 5 is not set in estimate_timings_from_pts
[mpegts @ 0x106000e00] PES packet size mismatch
[mpegts @ 0x106000e00] Packet corrupt (stream = 1, dts = 3677260813).
[mpegts @ 0x106000e00] PES packet size mismatch
[mpegts @ 0x106000e00] Packet corrupt (stream = 3, dts = 3677239462).
[mpegts @ 0x106000e00] stream 2 : no PTS found at end of file, duration not set
[mpegts @ 0x106000e00] Could not find codec parameters for stream 4 (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x106000e00] Could not find codec parameters for stream 6 (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from '/Users/dima/Temp/01c56b0dc1.ts':
  Duration: 00:00:10.73, start: 40848.136244, bitrate: 8431 kb/s
  Program 1201 
    Stream #0:0[0xfb]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 50 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x12d](eng): Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp
    Stream #0:2[0x132](eng): Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp (visual impaired) (descriptions)
    Stream #0:3[0x192](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 384 kb/s
    Stream #0:4[0x3ea]: Unknown: none ([11][0][0][0] / 0x000B)
    Stream #0:5[0x401](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
    Stream #0:6[0x1f40]: Unknown: none ([5][0][0][0] / 0x0005)
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
  Stream #0:3 -> #0:1 (ac3 (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
[h264 @ 0x104804000] reference picture missing during reorder
[h264 @ 0x104804000] Missing reference picture, default is 2147483647
GVA error: pushPicture, field pair frame number, m_second_field_parsed: 1 
2020-02-27 13:00:54.447856+0200 ffmpeg_g[38851:7811279] GVA error: pushPicture, field pair frame number, m_second_field_parsed: 1
2020-02-27 13:00:54.447899+0200 ffmpeg_g[38851:7811279] GVA warning: OutputQueueReadyCallback status = 1, buffer == 0x0
[h264 @ 0x104804600] hardware accelerator failed to decode picture
GVA error: pushPicture, field pair frame number, m_second_field_parsed: 1 
2020-02-27 13:00:54.509838+0200 ffmpeg_g[38851:7811281] GVA error: pushPicture, field pair frame number, m_second_field_parsed: 1
2020-02-27 13:00:54.509871+0200 ffmpeg_g[38851:7811281] GVA warning: OutputQueueReadyCallback status = 1, buffer == 0x0
[h264 @ 0x104807e00] hardware accelerator failed to decode picture
Process 38851 stopped
* thread #6, stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    frame #0: 0x00007fff4ce9d36b AppleGVA`___lldb_unnamed_symbol134$$AppleGVA + 173
AppleGVA`___lldb_unnamed_symbol134$$AppleGVA:
->  0x7fff4ce9d36b <+173>: cmpl   $0x2, (%rcx)
    0x7fff4ce9d36e <+176>: sete   %al
    0x7fff4ce9d371 <+179>: cmpl   $0x0, 0x8(%r15)
    0x7fff4ce9d376 <+184>: je     0x7fff4ce9d4f5            ; <+567>
Target 0: (ffmpeg_g) stopped.
(lldb) bt
* thread #6, stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
  * frame #0: 0x00007fff4ce9d36b AppleGVA`___lldb_unnamed_symbol134$$AppleGVA + 173
    frame #1: 0x00007fff4cee505a AppleGVA`___lldb_unnamed_symbol1376$$AppleGVA + 704
    frame #2: 0x00007fff4ced0f01 AppleGVA`___lldb_unnamed_symbol1024$$AppleGVA + 759
    frame #3: 0x00007fff4cecc1a4 AppleGVA`___lldb_unnamed_symbol956$$AppleGVA + 100
    frame #4: 0x00007fff4cecc355 AppleGVA`___lldb_unnamed_symbol957$$AppleGVA + 347
    frame #5: 0x00007fff4ced4f06 AppleGVA`___lldb_unnamed_symbol1066$$AppleGVA + 2795
    frame #6: 0x00007fff4ced5994 AppleGVA`___lldb_unnamed_symbol1068$$AppleGVA + 1697
    frame #7: 0x00007fff477134e1 VideoToolbox`___lldb_unnamed_symbol1459$$VideoToolbox + 1411
    frame #8: 0x00007fff4766af48 VideoToolbox`___lldb_unnamed_symbol85$$VideoToolbox + 1325
    frame #9: 0x00007fff47669acb VideoToolbox`___lldb_unnamed_symbol65$$VideoToolbox + 387
    frame #10: 0x0000000100bbf71d ffmpeg_g`videotoolbox_common_end_frame + 525
    frame #11: 0x0000000100bbeb3c ffmpeg_g`videotoolbox_h264_end_frame + 28
    frame #12: 0x00000001006581d4 ffmpeg_g`ff_h264_field_end + 132
    frame #13: 0x000000010066eb3f ffmpeg_g`h264_decode_frame + 3711
    frame #14: 0x0000000100a508ff ffmpeg_g`frame_worker_thread + 351
    frame #15: 0x00007fff714a0e65 libsystem_pthread.dylib`_pthread_start + 148
    frame #16: 0x00007fff7149c83b libsystem_pthread.dylib`thread_start + 15
(lldb) disassemble --pc --count 32
AppleGVA`___lldb_unnamed_symbol134$$AppleGVA:
->  0x7fff4ce9d36b <+173>: cmpl   $0x2, (%rcx)
    0x7fff4ce9d36e <+176>: sete   %al
    0x7fff4ce9d371 <+179>: cmpl   $0x0, 0x8(%r15)
    0x7fff4ce9d376 <+184>: je     0x7fff4ce9d4f5            ; <+567>
    0x7fff4ce9d37c <+190>: orl    0x5fc(%r14), %eax
    0x7fff4ce9d383 <+197>: jne    0x7fff4ce9d4ea            ; <+556>
    0x7fff4ce9d389 <+203>: cmpb   $0x0, -0x2c(%rbp)
    0x7fff4ce9d38d <+207>: je     0x7fff4ce9d4ea            ; <+556>
    0x7fff4ce9d393 <+213>: movl   0xc(%r14), %r8d
    0x7fff4ce9d397 <+217>: testl  %r8d, %r8d
    0x7fff4ce9d39a <+220>: je     0x7fff4ce9d4ea            ; <+556>
    0x7fff4ce9d3a0 <+226>: movq   %r12, -0x50(%rbp)
    0x7fff4ce9d3a4 <+230>: movq   %r15, -0x48(%rbp)
    0x7fff4ce9d3a8 <+234>: andb   %r13b, %r10b
    0x7fff4ce9d3ab <+237>: movzbl %r10b, %eax
    0x7fff4ce9d3af <+241>: movl   %eax, -0x34(%rbp)
    0x7fff4ce9d3b2 <+244>: movzbl %r11b, %eax
    0x7fff4ce9d3b6 <+248>: movl   %eax, -0x30(%rbp)
    0x7fff4ce9d3b9 <+251>: leaq   0x18(%r14), %r12
    0x7fff4ce9d3bd <+255>: xorl   %r15d, %r15d
    0x7fff4ce9d3c0 <+258>: xorl   %r13d, %r13d
    0x7fff4ce9d3c3 <+261>: movq   %r9, -0x40(%rbp)
    0x7fff4ce9d3c7 <+265>: movb   %r10b, -0x2c(%rbp)
    0x7fff4ce9d3cb <+269>: movl   %r11d, -0x38(%rbp)
    0x7fff4ce9d3cf <+273>: cmpl   $0x2, (%r12)
    0x7fff4ce9d3d4 <+278>: jne    0x7fff4ce9d4cd            ; <+527>
    0x7fff4ce9d3da <+284>: movl   0x28(%r12), %ecx
    0x7fff4ce9d3df <+289>: movl   0x3c(%r12), %esi
    0x7fff4ce9d3e4 <+294>: movl   0x10(%r9), %edx
    0x7fff4ce9d3e8 <+298>: cmpl   %edx, %ecx
    0x7fff4ce9d3ea <+300>: sete   %bl
    0x7fff4ce9d3ed <+303>: movl   0x618(%r14), %edi
(lldb) register read --all
General Purpose Registers:
       rax = 0x0000000000000000
       rbx = 0x000000010e81a400
       rcx = 0x0000000000000000
       rdx = 0x0000000000000033
       rdi = 0x0000000108043400
       rsi = 0x0000000000000002
       rbp = 0x0000700004eab5b0
       rsp = 0x0000700004eab560
        r8 = 0x0000000000000001
        r9 = 0x000000010e81a400
       r10 = 0x0000000103536b00
       r11 = 0x0000000000000000
       r12 = 0x0000000107ed37b8
       r13 = 0x0000000000000000
       r14 = 0x0000000108043400
       r15 = 0x00000001048b6880
       rip = 0x00007fff4ce9d36b  AppleGVA`___lldb_unnamed_symbol134$$AppleGVA + 173
    rflags = 0x0000000000010246
        cs = 0x000000000000002b
        fs = 0x0000000000000000
        gs = 0x0000000000000000
       eax = 0x00000000
       ebx = 0x0e81a400
       ecx = 0x00000000
       edx = 0x00000033
       edi = 0x08043400
       esi = 0x00000002
       ebp = 0x04eab5b0
       esp = 0x04eab560
       r8d = 0x00000001
       r9d = 0x0e81a400
      r10d = 0x03536b00
      r11d = 0x00000000
      r12d = 0x07ed37b8
      r13d = 0x00000000
      r14d = 0x08043400
      r15d = 0x048b6880
        ax = 0x0000
        bx = 0xa400
        cx = 0x0000
        dx = 0x0033
        di = 0x3400
        si = 0x0002
        bp = 0xb5b0
        sp = 0xb560
       r8w = 0x0001
       r9w = 0xa400
      r10w = 0x6b00
      r11w = 0x0000
      r12w = 0x37b8
      r13w = 0x0000
      r14w = 0x3400
      r15w = 0x6880
        ah = 0x00
        bh = 0xa4
        ch = 0x00
        dh = 0x00
        al = 0x00
        bl = 0x00
        cl = 0x00
        dl = 0x33
       dil = 0x00
       sil = 0x02
       bpl = 0xb0
       spl = 0x60
       r8l = 0x01
       r9l = 0x00
      r10l = 0x00
      r11l = 0x00
      r12l = 0xb8
      r13l = 0x00
      r14l = 0x00
      r15l = 0x80

Floating Point Registers:
     fctrl = 0x037f
     fstat = 0x0000
      ftag = 0x0000
       fop = 0x0000
     fioff = 0x00000000
     fiseg = 0x0000
     fooff = 0x00000000
     foseg = 0x0000
     mxcsr = 0x00001fa1
  mxcsrmask = 0x0000ffff
     stmm0 = {0x00 0x00 0x54 0x24 0xf8 0xfe 0x18 0xe5 0xff 0xff}
     stmm1 = {0x03 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xff 0xff}
     stmm2 = {0xff 0xff 0x01 0x00 0x00 0x00 0x00 0x00 0xff 0xff}
     stmm3 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     stmm4 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     stmm5 = {0x94 0xff 0x73 0xff 0x00 0x00 0x00 0x00 0xff 0xff}
     stmm6 = {0x04 0xed 0x6d 0x15 0x00 0x00 0x00 0x00 0xff 0xff}
     stmm7 = {0x00 0x00 0x70 0xff 0x00 0x00 0x00 0x00 0xff 0xff}
      ymm0 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm1 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm2 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm3 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm4 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm5 = {0x04 0x00 0x00 0x00 0x04 0x00 0x00 0x00 0x04 0x00 0x00 0x00 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm6 = {0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm7 = {0x1d 0x00 0x00 0x00 0x1e 0x00 0x00 0x00 0x1f 0x00 0x00 0x00 0x20 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm8 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      ymm9 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     ymm10 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     ymm11 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     ymm12 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     ymm13 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     ymm14 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     ymm15 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      xmm0 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      xmm1 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      xmm2 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      xmm3 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      xmm4 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      xmm5 = {0x04 0x00 0x00 0x00 0x04 0x00 0x00 0x00 0x04 0x00 0x00 0x00 0x04 0x00 0x00 0x00}
      xmm6 = {0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff}
      xmm7 = {0x1d 0x00 0x00 0x00 0x1e 0x00 0x00 0x00 0x1f 0x00 0x00 0x00 0x20 0x00 0x00 0x00}
      xmm8 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
      xmm9 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     xmm10 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     xmm11 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     xmm12 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     xmm13 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     xmm14 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}
     xmm15 = {0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00}

Exception State Registers:
    trapno = 0x0000000e
       err = 0x00000004
  faultvaddr = 0x0000000000000000

(lldb)


Full console output
https://0x0.st/ibPU.txt

dima@dimas-MacBook-Pro ffmpeg-git % ./ffmpeg -hwaccel videotoolbox -v 9 -loglevel 99 -i ~/Temp/01c56b0dc1.ts -f null -
ffmpeg version 4.2.git Copyright (c) 2000-2020 the FFmpeg developers
  built with Apple clang version 11.0.0 (clang-1100.0.33.16)
  configuration: --prefix=/Users/vika/FFmpeg/sw --arch=x86_64 --cc=clang --enable-hardcoded-tables --enable-pthreads --enable-runtime-cpudetect --pkg-config-flags=--static --disable-securetransport --disable-sdl2 --disable-ffplay --disable-ffprobe --disable-doc --enable-libopus --enable-libvorbis --enable-libtheora --enable-libmp3lame --enable-libtwolame --enable-libfdk-aac --enable-libopenh264 --enable-libaom --enable-videotoolbox --enable-libvpx --enable-avfilter --enable-filters
  libavutil      56. 42.100 / 56. 42.100
  libavcodec     58. 73.102 / 58. 73.102
  libavformat    58. 39.101 / 58. 39.101
  libavdevice    58.  9.103 / 58.  9.103
  libavfilter     7. 77.100 /  7. 77.100
  libswscale      5.  6.100 /  5.  6.100
  libswresample   3.  6.100 /  3.  6.100
Splitting the commandline.
Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'videotoolbox'.
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 url with argument '/Users/dima/Temp/01c56b0dc1.ts'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'null'.
Reading option '-' ... matched as output url.
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 url /Users/dima/Temp/01c56b0dc1.ts.
Applying option hwaccel (use HW accelerated decoding) with argument videotoolbox.
Successfully parsed a group of options.
Opening an input file: /Users/dima/Temp/01c56b0dc1.ts.
[NULL @ 0x7fc653006400] Opening '/Users/dima/Temp/01c56b0dc1.ts' for reading
[file @ 0x7fc652c0b740] Setting default whitelist 'file,crypto,data'
Probing mpegts score:47 size:2048
[mpegts @ 0x7fc653006400] Format mpegts probed with size=2048 and score=47
[mpegts @ 0x7fc653006400] Probe: 8192, score: 8, dvhs_score: -1, fec_score: -3 
[mpegts @ 0x7fc653006400] Filter: pid=0x11 type=1
[mpegts @ 0x7fc653006400] Filter: pid=0x0 type=1
[mpegts @ 0x7fc653006400] Filter: pid=0x12 type=1
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] sid=0x4b1 pid=0x65
[mpegts @ 0x7fc653006400] new_program: id=0x04b1
[mpegts @ 0x7fc653006400] Filter: pid=0x65 type=1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] sid=0x4b1 sec_num=0/0 version=3 tid=2
[mpegts @ 0x7fc653006400] pcr_pid=0xfb
[mpegts @ 0x7fc653006400] Filter: pid=0xfb type=0
[mpegts @ 0x7fc653006400] stream=0 stream_type=1b pid=fb prog_reg_desc=
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] Filter: pid=0x12d type=0
[mpegts @ 0x7fc653006400] stream=1 stream_type=11 pid=12d prog_reg_desc=
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] Filter: pid=0x132 type=0
[mpegts @ 0x7fc653006400] stream=2 stream_type=11 pid=132 prog_reg_desc=
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x7f len=6
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] Filter: pid=0x192 type=0
[mpegts @ 0x7fc653006400] stream=3 stream_type=6 pid=192 prog_reg_desc=
[mpegts @ 0x7fc653006400] tag: 0x6a len=3
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] Filter: pid=0x3ea type=0
[mpegts @ 0x7fc653006400] stream=4 stream_type=b pid=3ea prog_reg_desc=
[mpegts @ 0x7fc653006400] tag: 0x66 len=6
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x13 len=9
[mpegts @ 0x7fc653006400] Filter: pid=0x401 type=0
[mpegts @ 0x7fc653006400] stream=5 stream_type=6 pid=401 prog_reg_desc=
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x59 len=8
[mpegts @ 0x7fc653006400] Filter: pid=0x1f40 type=0
[mpegts @ 0x7fc653006400] stream=6 stream_type=5 pid=1f40 prog_reg_desc=
[mpegts @ 0x7fc653006400] tag: 0x6f len=3
[mpegts @ 0x7fc653006400] tuning done
[mpegts @ 0x7fc653006400] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:7
[mpegts @ 0x7fc653006400] parser not found for codec none, packets or times may be invalid.
    Last message repeated 3 times
[mpegts @ 0x7fc653006400] Skipping after seek
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] sid=0x4b1 pid=0x65
[mpegts @ 0x7fc653006400] new_program: id=0x04b1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] sid=0x4b1 sec_num=0/0 version=3 tid=2
[mpegts @ 0x7fc653006400] pcr_pid=0xfb
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x7f len=6
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x6a len=3
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x66 len=6
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x13 len=9
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x59 len=8
[mpegts @ 0x7fc653006400] tag: 0x6f len=3
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=132 stream_type=11 probing
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=12d stream_type=11 probing
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] probing stream 2 pp:2500
Probing loas score:51 size:3013
Probing mp3 score:1 size:3013
[mpegts @ 0x7fc653006400] Probe with size=3013, packets=1 detected loas with score=51
[mpegts @ 0x7fc653006400] probed stream 2
[aac_latm @ 0x7fc65301a800] no decoder config found
    Last message repeated 5 times
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] probing stream 1 pp:2500
Probing loas score:51 size:3315
Probing mp3 score:1 size:3315
[mpegts @ 0x7fc653006400] Probe with size=3315, packets=1 detected loas with score=51
[mpegts @ 0x7fc653006400] probed stream 1
[aac_latm @ 0x7fc653019c00] no decoder config found
    Last message repeated 5 times
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[aac_latm @ 0x7fc65301a800] initializing latmctx
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[aac_latm @ 0x7fc653019c00] initializing latmctx
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] SPS unavailable in decode_picture_timing
[h264 @ 0x7fc653019000] non-existing PPS 0 referenced
[h264 @ 0x7fc653019000] decode_slice_header error
[h264 @ 0x7fc653019000] no frame!
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 9(AUD), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 7(SPS), nal_ref_idc: 1
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 8(PPS), nal_ref_idc: 1
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 6(SEI), nal_ref_idc: 0
[AVBSFContext @ 0x7fc652d00700] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 7(SPS), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 8(PPS), nal_ref_idc: 1
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] Format yuv420p chosen by get_format().
[h264 @ 0x7fc653019000] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0x7fc653019000] Frame num gap 61 56
[h264 @ 0x7fc653019000] Frame num gap 61 57
[h264 @ 0x7fc653019000] Frame num gap 61 58
[h264 @ 0x7fc653019000] Frame num gap 61 59
[h264 @ 0x7fc653019000] mmco: unref short failure
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] no picture 
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] mmco: unref short failure
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] Increasing reorder buffer to 2
[h264 @ 0x7fc653019000] no picture ooo
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] no picture 
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] mmco: unref short failure
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc653019000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc653019000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:2
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc653019000] ct_type:0 pic_struct:1
[mpegts @ 0x7fc653006400] Probe buffer size limit of 5000000 bytes reached
[mpegts @ 0x7fc653006400] start time for stream 5 is not set in estimate_timings_from_pts
[mpegts @ 0x7fc653006400] Skipping after seek
[mpegts @ 0x7fc653006400] Filter: pid=0x8d0 type=0
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] sid=0x4b1 sec_num=0/0 version=3 tid=2
[mpegts @ 0x7fc653006400] pcr_pid=0xfb
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x7f len=6
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x6a len=3
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x66 len=6
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x13 len=9
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x59 len=8
[mpegts @ 0x7fc653006400] tag: 0x6f len=3
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] PES packet size mismatch
[mpegts @ 0x7fc653006400] Packet corrupt (stream = 1, dts = 3677260813).
[mpegts @ 0x7fc653006400] PES packet size mismatch
[mpegts @ 0x7fc653006400] Packet corrupt (stream = 3, dts = 3677239462).
[mpegts @ 0x7fc653006400] Skipping after seek
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] sid=0x4b1 sec_num=0/0 version=3 tid=2
[mpegts @ 0x7fc653006400] pcr_pid=0xfb
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x7f len=6
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x6a len=3
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x66 len=6
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x13 len=9
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x59 len=8
[mpegts @ 0x7fc653006400] tag: 0x6f len=3
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
    Last message repeated 2 times
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] pid=12d pes_code=0x1c1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] stream 2 : no PTS found at end of file, duration not set
[mpegts @ 0x7fc653006400] stream 0: start_time: 40849.563 duration: 9.300
[mpegts @ 0x7fc653006400] stream 1: start_time: 40848.469 duration: 10.027
[mpegts @ 0x7fc653006400] stream 2: start_time: 40848.353 duration: -102481911520608.625
[mpegts @ 0x7fc653006400] stream 3: start_time: 40848.136 duration: 10.112
[mpegts @ 0x7fc653006400] stream 4: start_time: 40848.136 duration: 10.726
[mpegts @ 0x7fc653006400] stream 5: start_time: 40848.136 duration: 10.726
[mpegts @ 0x7fc653006400] stream 6: start_time: 40848.136 duration: 10.726
[mpegts @ 0x7fc653006400] format: start_time: 40848.136 duration: 10.726 (estimate from pts) bitrate=8431 kb/s
[mpegts @ 0x7fc653006400] Could not find codec parameters for stream 4 (Unknown: none ([11][0][0][0] / 0x000B)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x7fc653006400] Could not find codec parameters for stream 6 (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x7fc653006400] After avformat_find_stream_info() pos: 0 bytes read:8573072 seeks:3 frames:745
Input #0, mpegts, from '/Users/dima/Temp/01c56b0dc1.ts':
  Duration: 00:00:10.73, start: 40848.136244, bitrate: 8431 kb/s
  Program 1201 
    Stream #0:0[0xfb], 296, 1/90000: Video: h264 (Main), 1 reference frame ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 25 fps, 50 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x12d](eng), 132, 1/90000: Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp
    Stream #0:2[0x132](eng), 138, 1/90000: Audio: aac_latm (HE-AAC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp (visual impaired) (descriptions)
    Stream #0:3[0x192](eng), 179, 1/90000: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 384 kb/s
    Stream #0:4[0x3ea], 0, 1/90000: Unknown: none ([11][0][0][0] / 0x000B)
    Stream #0:5[0x401](eng), 0, 1/90000: Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
    Stream #0:6[0x1f40], 0, 1/90000: Unknown: none ([5][0][0][0] / 0x0005)
Successfully opened the file.
Parsing a group of options: output url -.
Applying option f (force format) with argument null.
Successfully parsed a group of options.
Opening an output file: -.
Successfully opened the file.
detected 8 logical cores
[h264 @ 0x7fc65400aa00] nal_unit_type: 7(SPS), nal_ref_idc: 1
[h264 @ 0x7fc65400aa00] nal_unit_type: 8(PPS), nal_ref_idc: 1
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
  Stream #0:3 -> #0:1 (ac3 (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mpegts @ 0x7fc653006400] Skipping after seek
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] sid=0x4b1 pid=0x65
[mpegts @ 0x7fc653006400] new_program: id=0x04b1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] sid=0x4b1 sec_num=0/0 version=3 tid=2
[mpegts @ 0x7fc653006400] pcr_pid=0xfb
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
    Last message repeated 1 times
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x7f len=6
[mpegts @ 0x7fc653006400] tag: 0x7c len=2
[mpegts @ 0x7fc653006400] tag: 0x6a len=3
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x0a len=4
[mpegts @ 0x7fc653006400] tag: 0x66 len=6
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x13 len=9
[mpegts @ 0x7fc653006400] tag: 0x52 len=1
[mpegts @ 0x7fc653006400] tag: 0x59 len=8
[mpegts @ 0x7fc653006400] tag: 0x6f len=3
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[mpegts @ 0x7fc653006400] pid=132 pes_code=0x1c1
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[NULL @ 0x7fc653019000] nal_unit_type: 7(SPS), nal_ref_idc: 1
[NULL @ 0x7fc653019000] nal_unit_type: 8(PPS), nal_ref_idc: 1
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[NULL @ 0x7fc653019000] ct_type:0 pic_struct:2
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mpegts @ 0x7fc653006400] pid=192 pes_code=0x1bd
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[h264 @ 0x7fc65400aa00] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc65400aa00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[NULL @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc65400aa00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc65400aa00] ct_type:0 pic_struct:2
[h264 @ 0x7fc65400aa00] Format videotoolbox_vld chosen by get_format().
[h264 @ 0x7fc65400aa00] Format videotoolbox_vld requires hwaccel initialisation.
[h264 @ 0x7fc65400aa00] Reinit context to 1920x1088, pix_fmt: videotoolbox_vld
[h264 @ 0x7fc65400aa00] Frame num gap 49 44
[h264 @ 0x7fc65400aa00] Frame num gap 49 45
[h264 @ 0x7fc65400aa00] Frame num gap 49 46
[h264 @ 0x7fc65400aa00] Frame num gap 49 47
[h264 @ 0x7fc65400aa00] reference picture missing during reorder
[h264 @ 0x7fc65400aa00] Missing reference picture, default is 2147483647
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[NULL @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc65400b000] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc65400b000] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc65400b000] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc65400b000] ct_type:0 pic_struct:1
GVA error: pushPicture, field pair frame number, m_second_field_parsed: 1 
[h264 @ 0x7fc65400aa00] vt decoder cb: output image buffer is null
[h264 @ 0x7fc65400b000] hardware accelerator failed to decode picture
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mpegts @ 0x7fc653006400] PMT: len 142
[mpegts @ 0x7fc653006400] Continuity check failed for pid 0 expected 1 got 0
[mpegts @ 0x7fc653006400] PAT:
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[NULL @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc65400b600] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc65400b600] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc65400b600] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1
[h264 @ 0x7fc65400b600] ct_type:0 pic_struct:2
[h264 @ 0x7fc65400b600] no picture 
[h264 @ 0x7fc65400b600] VideoToolbox decoder needs reconfig, restarting..
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[NULL @ 0x7fc653019000] ct_type:0 pic_struct:2
[h264 @ 0x7fc65400e800] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc65400e800] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc65400e800] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc65400e800] ct_type:0 pic_struct:1
GVA error: pushPicture, field pair frame number, m_second_field_parsed: 1 
[h264 @ 0x7fc65400b600] vt decoder cb: output image buffer is null
[h264 @ 0x7fc65400e800] hardware accelerator failed to decode picture
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mpegts @ 0x7fc653006400] pid=fb pes_code=0x1e0
[NULL @ 0x7fc653019000] ct_type:0 pic_struct:1
[h264 @ 0x7fc65400ee00] nal_unit_type: 9(AUD), nal_ref_idc: 0
[h264 @ 0x7fc65400ee00] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0x7fc65400ee00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
[h264 @ 0x7fc65400ee00] ct_type:0 pic_struct:2
[h264 @ 0x7fc65400ee00] no picture 
[h264 @ 0x7fc65400ee00] VideoToolbox decoder needs reconfig, restarting..
zsh: segmentation fault  ./ffmpeg -hwaccel videotoolbox -v 9 -loglevel 99 -i ~/Temp/01c56b0dc1.ts -f  
dima@dimas-MacBook-Pro ffmpeg-git %

Sample file
https://0x0.st/iqIq.ts
http://samples.mplayerhq.hu/ts/01c56b0dc1.ts

comment:5 by Carl Eugen Hoyos, 4 years ago

Keywords: videotoolbox crash added
Priority: normalimportant
Version: unspecifiedgit-master

comment:6 by Viktoriia, 4 years ago

An important note: the problem was introduced in macOS 10.15.3.

comment:7 by Carl Eugen Hoyos, 4 years ago

You mean this is not an issue that can be fixed in FFmpeg?

comment:8 by Viktoriia, 4 years ago

I mean that ffmpeg crashes on macOS 10.15.3 and does not crash on previous macOS versions.

Note: See TracTickets for help on using tickets.