[FFmpeg-trac] #7235(avformat:new): Problem encoding a HLS source that uses fMP4 segment that uses systemtime timestamps

FFmpeg trac at avcodec.org
Mon May 28 02:12:28 EEST 2018


#7235: Problem encoding a HLS source that uses fMP4 segment that uses systemtime
timestamps
----------------------------------+--------------------------------------
             Reporter:  fvb       |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  git-master
             Keywords:  hls mp4   |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 Summary of the bug: Trying to ingest a source HLS stream that plays fine
 in Quicktime, VLC. This stream has the timestamps based on system time and
 I suspect the source has an issue, but maybe it's ffmpeg and I'm not too
 sure.

 I noticed


 How to reproduce:
 {{{
 ffmpeg -y -report -live_start_index 0 -i
 systemtime_timestamps/master_live.m3u8 output.mp4
 ffmpeg started on 2018-05-27 at 18:51:17
 Report written to "ffmpeg-20180527-185117.log"
 ffmpeg version 3.4.git Copyright (c) 2000-2018 the FFmpeg developers
   built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-28)
   configuration: --prefix=/usr --bindir=/usr/bin
 --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg
 --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man
 --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-
 gcc-switches -m64 -mtune=generic' --extra-ldflags='-Wl,-z,relro '
 --enable-bzlib --enable-libdrm --disable-crystalhd --enable-fontconfig
 --enable-gcrypt --enable-gnutls --enable-ladspa --enable-libass --enable-
 libcdio --enable-libfdk-aac --enable-nonfree --enable-indev=jack --enable-
 libfreetype --enable-libfribidi --enable-libgsm --enable-libmp3lame
 --enable-opengl --enable-libopenjpeg --enable-libpulse --enable-
 libsmbclient --enable-version3 --enable-libsoxr --enable-libspeex
 --enable-libssh --enable-libtheora --enable-libvorbis --enable-libv4l2
 --enable-libx264 --enable-libx265 --enable-avfilter --enable-avresample
 --enable-postproc --enable-pthreads --disable-static --enable-shared
 --enable-gpl --disable-debug --disable-stripping --enable-decklink
 --extra-cflags=-I../decklink/Linux/include --enable-libmfx --enable-libxcb
 --enable-libzmq --shlibdir=/usr/lib64 --enable-runtime-cpudetect
   libavutil      56. 18.102 / 56. 18.102
   libavcodec     58. 19.104 / 58. 19.104
   libavformat    58. 17.100 / 58. 17.100
   libavdevice    58.  4.100 / 58.  4.100
   libavfilter     7. 24.100 /  7. 24.100
   libavresample   4.  0.  0 /  4.  0.  0
   libswscale      5.  2.100 /  5.  2.100
   libswresample   3.  2.100 /  3.  2.100
   libpostproc    55.  2.100 / 55.  2.100
 [hls,applehttp @ 0xd96640] Opening
 'systemtime_timestamps/stream/stream_0/playlist_live.m3u8' for reading
 [http @ 0xd9ef40] Opening
 'systemtime_timestamps/media/media_0/playlist_live.m3u8' for reading
 [hls,applehttp @ 0xd96640] Opening
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0000.init.mp4'
 for reading
 [hls,applehttp @ 0xd96640] Opening
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0922.m4s'
 for reading
 [hls,applehttp @ 0xd96640] Opening
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0923.m4s'
 for reading
 [hls,applehttp @ 0xd96640] Opening
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0000.init.mp4'
 for reading
 [hls,applehttp @ 0xd96640] Opening
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0922.m4s'
 for reading
 [hls,applehttp @ 0xd96640] Opening
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0923.m4s'
 for reading
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0xdc7340] could not find corresponding track id
 0
 Input #0, hls,applehttp, from 'systemtime_timestamps/master_live.m3u8':
   Duration: N/A, start: 12692473.976042, bitrate: 1 kb/s
   Program 0
     Metadata:
       variant_bitrate : 1397340
     Stream #0:0: Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv),
 1280x720 [SAR 1:1 DAR 16:9], 1 kb/s, 29.97 tbr, 30k tbn, 29.97 tbc
     Metadata:
       variant_bitrate : 1397340
       major_brand     : iso5
       minor_version   : 0
       compatible_brands: iso4hvc1iso5dash
       creation_time   : 2018-05-27T19:07:33.000000Z
     Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp (default)
     Metadata:
       variant_bitrate : 1397340
       major_brand     : iso6
       minor_version   : 0
       compatible_brands: iso5dash
       creation_time   : 2018-05-27T19:07:33.000000Z
       comment         : English
 Stream mapping:
   Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264))
   Stream #0:1 -> #0:1 (aac (native) -> aac (native))
 Press [q] to stop, [?] for help
 Too many packets buffered for output stream 0:1.
 [aac @ 0xdbbc00] Qavg: 233.642
 [aac @ 0xdbbc00] 2 frames left in the queue on closing
 Conversion failed!
 }}}



 I noticed some other anomalies, when ffprobe'ing the stream, with
 -loglevel 99, the reported start_time for the video stream seem off:

 {{{
 [hls,applehttp @ 0x1687280] stream 0: start_time: -307445734561825.875
 duration: -307445734561825.875
 [hls,applehttp @ 0x1687280] stream 1: start_time: 12692473.976 duration:
 -192153584101141.156
 [hls,applehttp @ 0x1687280] format: start_time: 12692473.976 duration:
 -9223372036854.775 bitrate=1 kb/s

 }}}



 Here's the full output of attempting to encode the input:


 {{{
 ffmpeg -y -v 9 -loglevel 99 -live_start_index 0 -i
 systemtime_timestamps/master_live.m3u8 output.mp4
 ffmpeg version 3.4.git Copyright (c) 2000-2018 the FFmpeg developers
   built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-28)
   configuration: --prefix=/usr --bindir=/usr/bin
 --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg
 --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man
 --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-
 gcc-switches -m64 -mtune=generic' --extra-ldflags='-Wl,-z,relro '
 --enable-bzlib --enable-libdrm --disable-crystalhd --enable-fontconfig
 --enable-gcrypt --enable-gnutls --enable-ladspa --enable-libass --enable-
 libcdio --enable-libfdk-aac --enable-nonfree --enable-indev=jack --enable-
 libfreetype --enable-libfribidi --enable-libgsm --enable-libmp3lame
 --enable-opengl --enable-libopenjpeg --enable-libpulse --enable-
 libsmbclient --enable-version3 --enable-libsoxr --enable-libspeex
 --enable-libssh --enable-libtheora --enable-libvorbis --enable-libv4l2
 --enable-libx264 --enable-libx265 --enable-avfilter --enable-avresample
 --enable-postproc --enable-pthreads --disable-static --enable-shared
 --enable-gpl --disable-debug --disable-stripping --enable-decklink
 --extra-cflags=-I../decklink/Linux/include --enable-libmfx --enable-libxcb
 --enable-libzmq --shlibdir=/usr/lib64 --enable-runtime-cpudetect
   libavutil      56. 18.102 / 56. 18.102
   libavcodec     58. 19.104 / 58. 19.104
   libavformat    58. 17.100 / 58. 17.100
   libavdevice    58.  4.100 / 58.  4.100
   libavfilter     7. 24.100 /  7. 24.100
   libavresample   4.  0.  0 /  4.  0.  0
   libswscale      5.  2.100 /  5.  2.100
   libswresample   3.  2.100 /  3.  2.100
   libpostproc    55.  2.100 / 55.  2.100
 Splitting the commandline.
 Reading option '-y' ... matched as option 'y' (overwrite output files)
 with argument '1'.
 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 '-live_start_index' ... matched as AVOption
 'live_start_index' with argument '0'.
 Reading option '-i' ... matched as input url with argument
 'systemtime_timestamps/master_live.m3u8'.
 Reading option 'output.mp4' ... matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option y (overwrite output files) with argument 1.
 Applying option v (set logging level) with argument 9.
 Successfully parsed a group of options.
 Parsing a group of options: input url
 systemtime_timestamps/master_live.m3u8.
 Successfully parsed a group of options.
 Opening an input file: systemtime_timestamps/master_live.m3u8.
 [NULL @ 0x1304bc0] Opening 'systemtime_timestamps/master_live.m3u8' for
 reading
 [file @ 0x1305400] Setting default whitelist 'file,crypto'
 Probing hls,applehttp score:100 size:307
 Probing mpegts score:2 size:307
 [hls,applehttp @ 0x1304bc0] Format hls,applehttp probed with size=2048 and
 score=100
 [hls,applehttp @ 0x1304bc0] Opening
 'systemtime_timestamps/stream/stream_0/playlist_live.m3u8' for reading
 [AVIOContext @ 0x130a300] Statistics: 1304 bytes read, 0 seeks
 [hls,applehttp @ 0x1304bc0] Opening
 'systemtime_timestamps/media/media_0/playlist_live.m3u8' for reading
 [AVIOContext @ 0x130b800] Statistics: 1298 bytes read, 0 seeks
 [hls,applehttp @ 0x1304bc0] new_program: id=0x0000
 [hls,applehttp @ 0x1304bc0] HLS request for url
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0000.init.mp4',
 offset 0, playlist 0
 [hls,applehttp @ 0x1304bc0] Opening
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0000.init.mp4'
 for reading
 [hls,applehttp @ 0x1304bc0] Downloading an initialization section of size
 786
 [AVIOContext @ 0x130d4c0] Statistics: 786 bytes read, 0 seeks
 [hls,applehttp @ 0x1304bc0] HLS request for url
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0922.m4s',
 offset 0, playlist 0
 [hls,applehttp @ 0x1304bc0] Opening
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0922.m4s'
 for reading
 Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
 Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'ftyp' parent:'root' sz: 32 8
 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] ISO: File Type Major Brand: iso5
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'moov' parent:'root' sz: 754 40
 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'mvhd' parent:'moov' sz: 108 8
 746
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] time scale = 1000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'mvex' parent:'moov' sz: 40 116
 746
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'trex' parent:'mvex' sz: 32 8
 32
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'trak' parent:'moov' sz: 577
 156 746
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'tkhd' parent:'trak' sz: 92 8
 569
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'mdia' parent:'trak' sz: 477
 100 569
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'mdhd' parent:'mdia' sz: 32 8
 469
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'hdlr' parent:'mdia' sz: 63 40
 469
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] ctype=[0][0][0][0]
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] stype=vide
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'minf' parent:'mdia' sz: 374
 103 469
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'vmhd' parent:'minf' sz: 20 8
 366
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'dinf' parent:'minf' sz: 36 28
 366
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'dref' parent:'dinf' sz: 28 8
 28
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] Unknown dref type 0x206c7275 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'stbl' parent:'minf' sz: 310 64
 366
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'stsd' parent:'stbl' sz: 234 8
 302
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] size=218 4CC=hvc1 codec_type=0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'hvcC' parent:'stsd' sz: 132 8
 132
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'stts' parent:'stbl' sz: 16 242
 302
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] track[0].stts.entries = 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'stsc' parent:'stbl' sz: 16 258
 302
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] track[0].stsc.entries = 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'stsz' parent:'stbl' sz: 20 274
 302
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] sample_size = 0 sample_count = 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'stco' parent:'stbl' sz: 16 294
 302
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'iods' parent:'moov' sz: 21 733
 746
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'styp' parent:'root' sz: 24 794
 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'sidx' parent:'root' sz: 52 818
 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'moof' parent:'root' sz: 4888
 870 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] moof offset 35e
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'mfhd' parent:'moof' sz: 16 8
 4880
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'traf' parent:'moof' sz: 4864
 24 4880
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'tfhd' parent:'traf' sz: 16 8
 4856
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] frag flags 0x0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'tfdt' parent:'traf' sz: 20 24
 4856
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'trun' parent:'traf' sz: 4820
 44 4856
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] flags 0xf01 entries 300
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] found sidx time
 -9223372036854775808, using it for pts
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] first sample flags 0x0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 1, offset
 167e, dts 276876569, size 46794, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 2, offset
 cd48, dts 276877570, size 8048, distance 1, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 3, offset
 ecb8, dts 276878571, size 1227, distance 2, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 4, offset
 f183, dts 276879572, size 550, distance 3, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 5, offset
 f3a9, dts 276880573, size 7184, distance 4, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 6, offset
 10fb9, dts 276881574, size 1070, distance 5, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 7, offset
 113e7, dts 276882575, size 1258, distance 6, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 8, offset
 118d1, dts 276883576, size 7755, distance 7, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 9, offset
 1371c, dts 276884577, size 1167, distance 8, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 10, offset
 13bab, dts 276885578, size 1556, distance 9, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 11, offset
 141bf, dts 276886579, size 18651, distance 10, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 12, offset
 18a9a, dts 276887580, size 1777, distance 11, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 13, offset
 1918b, dts 276888581, size 1777, distance 12, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 14, offset
 1987c, dts 276889582, size 12835, distance 13, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 15, offset
 1ca9f, dts 276890583, size 535, distance 14, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 16, offset
 1ccb6, dts 276891584, size 1742, distance 15, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 17, offset
 1d384, dts 276892585, size 8073, distance 16, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 18, offset
 1f30d, dts 276893586, size 1105, distance 17, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 19, offset
 1f75e, dts 276894587, size 538, distance 18, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 20, offset
 1f978, dts 276895588, size 11438, distance 19, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 21, offset
 22626, dts 276896589, size 1898, distance 20, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 22, offset
 22d90, dts 276897590, size 1731, distance 21, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 23, offset
 23453, dts 276898591, size 15557, distance 22, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 24, offset
 27118, dts 276899592, size 1557, distance 23, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 25, offset
 2772d, dts 276900593, size 1828, distance 24, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 26, offset
 27e51, dts 276901594, size 9216, distance 25, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 27, offset
 2a251, dts 276902595, size 1161, distance 26, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 28, offset
 2a6da, dts 276903596, size 1453, distance 27, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 29, offset
 2ac87, dts 276904597, size 7215, distance 28, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 30, offset
 2c8b6, dts 276905598, size 279, distance 29, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 31, offset
 2c9cd, dts 276906599, size 1207, distance 30, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 32, offset
 2ce84, dts 276907600, size 6056, distance 31, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 33, offset
 2e62c, dts 276908601, size 1059, distance 32, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 34, offset
 2ea4f, dts 276909602, size 371, distance 33, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 35, offset
 2ebc2, dts 276910603, size 10278, distance 34, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 36, offset
 313e8, dts 276911604, size 1764, distance 35, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 37, offset
 31acc, dts 276912605, size 1746, distance 36, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 38, offset
 3219e, dts 276913606, size 26003, distance 37, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 39, offset
 38731, dts 276914607, size 1206, distance 38, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 40, offset
 38be7, dts 276915608, size 1758, distance 39, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 41, offset
 392c5, dts 276916609, size 13303, distance 40, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 42, offset
 3c6bc, dts 276917610, size 2691, distance 41, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 43, offset
 3d13f, dts 276918611, size 2188, distance 42, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 44, offset
 3d9cb, dts 276919612, size 10573, distance 43, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 45, offset
 40318, dts 276920613, size 1018, distance 44, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 46, offset
 40712, dts 276921614, size 2373, distance 45, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 47, offset
 41057, dts 276922615, size 5398, distance 46, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 48, offset
 4256d, dts 276923616, size 1124, distance 47, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 49, offset
 429d1, dts 276924617, size 627, distance 48, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 50, offset
 42c44, dts 276925618, size 7983, distance 49, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 51, offset
 44b73, dts 276926619, size 1775, distance 50, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 52, offset
 45262, dts 276927620, size 1889, distance 51, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 53, offset
 459c3, dts 276928621, size 6628, distance 52, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 54, offset
 473a7, dts 276929622, size 1226, distance 53, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 55, offset
 47871, dts 276930623, size 1485, distance 54, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 56, offset
 47e3e, dts 276931624, size 8198, distance 55, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 57, offset
 49e44, dts 276932625, size 2006, distance 56, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 58, offset
 4a61a, dts 276933626, size 1877, distance 57, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 59, offset
 4ad6f, dts 276934627, size 9367, distance 58, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 60, offset
 4d206, dts 276935628, size 1967, distance 59, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 61, offset
 4d9b5, dts 276936629, size 39228, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 62, offset
 572f1, dts 276937630, size 9284, distance 1, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 63, offset
 59735, dts 276938631, size 1584, distance 2, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 64, offset
 59d65, dts 276939632, size 754, distance 3, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 65, offset
 5a057, dts 276940633, size 9926, distance 4, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 66, offset
 5c71d, dts 276941634, size 2155, distance 5, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 67, offset
 5cf88, dts 276942635, size 2575, distance 6, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 68, offset
 5d997, dts 276943636, size 9980, distance 7, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 69, offset
 60093, dts 276944637, size 1338, distance 8, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 70, offset
 605cd, dts 276945638, size 2031, distance 9, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 71, offset
 60dbc, dts 276946639, size 12839, distance 10, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 72, offset
 63fe3, dts 276947640, size 2800, distance 11, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 73, offset
 64ad3, dts 276948641, size 2232, distance 12, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 74, offset
 6538b, dts 276949642, size 9844, distance 13, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 75, offset
 679ff, dts 276950643, size 840, distance 14, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 76, offset
 67d47, dts 276951644, size 2298, distance 15, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 77, offset
 68641, dts 276952645, size 9409, distance 16, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 78, offset
 6ab02, dts 276953646, size 1738, distance 17, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 79, offset
 6b1cc, dts 276954647, size 783, distance 18, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 80, offset
 6b4db, dts 276955648, size 11218, distance 19, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 81, offset
 6e0ad, dts 276956649, size 2297, distance 20, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 82, offset
 6e9a6, dts 276957650, size 2550, distance 21, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 83, offset
 6f39c, dts 276958651, size 10499, distance 22, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 84, offset
 71c9f, dts 276959652, size 1653, distance 23, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 85, offset
 72314, dts 276960653, size 2083, distance 24, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 86, offset
 72b37, dts 276961654, size 11534, distance 25, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 87, offset
 75845, dts 276962655, size 2434, distance 26, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 88, offset
 761c7, dts 276963656, size 1974, distance 27, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 89, offset
 7697d, dts 276964657, size 11689, distance 28, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 90, offset
 79726, dts 276965658, size 624, distance 29, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 91, offset
 79996, dts 276966659, size 2137, distance 30, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 92, offset
 7a1ef, dts 276967660, size 11546, distance 31, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 93, offset
 7cf09, dts 276968661, size 1862, distance 32, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 94, offset
 7d64f, dts 276969662, size 792, distance 33, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 95, offset
 7d967, dts 276970663, size 13025, distance 34, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 96, offset
 80c48, dts 276971664, size 2228, distance 35, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 97, offset
 814fc, dts 276972665, size 2320, distance 36, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 98, offset
 81e0c, dts 276973666, size 12998, distance 37, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 99, offset
 850d2, dts 276974667, size 1530, distance 38, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 100, offset
 856cc, dts 276975668, size 1875, distance 39, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 101, offset
 85e1f, dts 276976669, size 12864, distance 40, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 102, offset
 8905f, dts 276977670, size 2299, distance 41, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 103, offset
 8995a, dts 276978671, size 1810, distance 42, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 104, offset
 8a06c, dts 276979672, size 9417, distance 43, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 105, offset
 8c535, dts 276980673, size 558, distance 44, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 106, offset
 8c763, dts 276981674, size 1941, distance 45, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 107, offset
 8cef8, dts 276982675, size 4468, distance 46, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 108, offset
 8e06c, dts 276983676, size 1020, distance 47, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 109, offset
 8e468, dts 276984677, size 357, distance 48, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 110, offset
 8e5cd, dts 276985678, size 6766, distance 49, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 111, offset
 9003b, dts 276986679, size 1295, distance 50, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 112, offset
 9054a, dts 276987680, size 1348, distance 51, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 113, offset
 90a8e, dts 276988681, size 6010, distance 52, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 114, offset
 92208, dts 276989682, size 1011, distance 53, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 115, offset
 925fb, dts 276990683, size 1125, distance 54, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 116, offset
 92a60, dts 276991684, size 7256, distance 55, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 117, offset
 946b8, dts 276992685, size 1750, distance 56, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 118, offset
 94d8e, dts 276993686, size 1475, distance 57, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 119, offset
 95351, dts 276994687, size 11090, distance 58, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 120, offset
 97ea3, dts 276995688, size 1742, distance 59, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 121, offset
 98571, dts 276996689, size 41674, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 122, offset
 a283b, dts 276997690, size 8427, distance 1, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 123, offset
 a4926, dts 276998691, size 1828, distance 2, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 124, offset
 a504a, dts 276999692, size 456, distance 3, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 125, offset
 a5212, dts 277000693, size 7808, distance 4, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 126, offset
 a7092, dts 277001694, size 1812, distance 5, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 127, offset
 a77a6, dts 277002695, size 1903, distance 6, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 128, offset
 a7f15, dts 277003696, size 8418, distance 7, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 129, offset
 a9ff7, dts 277004697, size 1381, distance 8, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 130, offset
 aa55c, dts 277005698, size 1986, distance 9, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 131, offset
 aad1e, dts 277006699, size 16793, distance 10, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 132, offset
 aeeb7, dts 277007700, size 2671, distance 11, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 133, offset
 af926, dts 277008701, size 2421, distance 12, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 134, offset
 b029b, dts 277009702, size 9988, distance 13, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 135, offset
 b299f, dts 277010703, size 563, distance 14, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 136, offset
 b2bd2, dts 277011704, size 1832, distance 15, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 137, offset
 b32fa, dts 277012705, size 6560, distance 16, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 138, offset
 b4c9a, dts 277013706, size 1393, distance 17, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 139, offset
 b520b, dts 277014707, size 633, distance 18, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 140, offset
 b5484, dts 277015708, size 9281, distance 19, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 141, offset
 b78c5, dts 277016709, size 1976, distance 20, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 142, offset
 b807d, dts 277017710, size 2359, distance 21, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 143, offset
 b89b4, dts 277018711, size 9183, distance 22, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 144, offset
 bad93, dts 277019712, size 1822, distance 23, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 145, offset
 bb4b1, dts 277020713, size 1817, distance 24, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 146, offset
 bbbca, dts 277021714, size 15365, distance 25, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 147, offset
 bf7cf, dts 277022715, size 2914, distance 26, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 148, offset
 c0331, dts 277023716, size 2200, distance 27, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 149, offset
 c0bc9, dts 277024717, size 10965, distance 28, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 150, offset
 c369e, dts 277025718, size 452, distance 29, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 151, offset
 c3862, dts 277026719, size 1823, distance 30, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 152, offset
 c3f81, dts 277027720, size 8984, distance 31, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 153, offset
 c6299, dts 277028721, size 1825, distance 32, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 154, offset
 c69ba, dts 277029722, size 606, distance 33, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 155, offset
 c6c18, dts 277030723, size 33103, distance 34, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 156, offset
 ced67, dts 277031724, size 2051, distance 35, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 157, offset
 cf56a, dts 277032725, size 1808, distance 36, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 158, offset
 cfc7a, dts 277033726, size 11343, distance 37, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 159, offset
 d28c9, dts 277034727, size 1102, distance 38, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 160, offset
 d2d17, dts 277035728, size 1421, distance 39, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 161, offset
 d32a4, dts 277036729, size 10950, distance 40, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 162, offset
 d5d6a, dts 277037730, size 1222, distance 41, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 163, offset
 d6230, dts 277038731, size 1257, distance 42, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 164, offset
 d6719, dts 277039732, size 5821, distance 43, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 165, offset
 d7dd6, dts 277040733, size 410, distance 44, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 166, offset
 d7f70, dts 277041734, size 1067, distance 45, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 167, offset
 d839b, dts 277042735, size 2795, distance 46, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 168, offset
 d8e86, dts 277043736, size 755, distance 47, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 169, offset
 d9179, dts 277044737, size 353, distance 48, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 170, offset
 d92da, dts 277045738, size 3825, distance 49, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 171, offset
 da1cb, dts 277046739, size 785, distance 50, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 172, offset
 da4dc, dts 277047740, size 1003, distance 51, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 173, offset
 da8c7, dts 277048741, size 7868, distance 52, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 174, offset
 dc783, dts 277049742, size 1332, distance 53, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 175, offset
 dccb7, dts 277050743, size 1196, distance 54, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 176, offset
 dd163, dts 277051744, size 8415, distance 55, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 177, offset
 df242, dts 277052745, size 1377, distance 56, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 178, offset
 df7a3, dts 277053746, size 1574, distance 57, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 179, offset
 dfdc9, dts 277054747, size 9962, distance 58, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 180, offset
 e24b3, dts 277055748, size 1567, distance 59, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 181, offset
 e2ad2, dts 277056749, size 43542, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 182, offset
 ed4e8, dts 277057750, size 6293, distance 1, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 183, offset
 eed7d, dts 277058751, size 1388, distance 2, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 184, offset
 ef2e9, dts 277059752, size 667, distance 3, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 185, offset
 ef584, dts 277060753, size 5769, distance 4, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 186, offset
 f0c0d, dts 277061754, size 1291, distance 5, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 187, offset
 f1118, dts 277062755, size 1440, distance 6, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 188, offset
 f16b8, dts 277063756, size 20683, distance 7, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 189, offset
 f6783, dts 277064757, size 1823, distance 8, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 190, offset
 f6ea2, dts 277065758, size 2000, distance 9, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 191, offset
 f7672, dts 277066759, size 15701, distance 10, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 192, offset
 fb3c7, dts 277067760, size 1853, distance 11, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 193, offset
 fbb04, dts 277068761, size 1830, distance 12, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 194, offset
 fc22a, dts 277069762, size 7697, distance 13, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 195, offset
 fe03b, dts 277070763, size 558, distance 14, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 196, offset
 fe269, dts 277071764, size 1258, distance 15, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 197, offset
 fe753, dts 277072765, size 6775, distance 16, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 198, offset
 1001ca, dts 277073766, size 1353, distance 17, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 199, offset
 100713, dts 277074767, size 698, distance 18, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 200, offset
 1009cd, dts 277075768, size 12482, distance 19, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 201, offset
 103a8f, dts 277076769, size 1973, distance 20, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 202, offset
 104244, dts 277077770, size 2141, distance 21, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 203, offset
 104aa1, dts 277078771, size 15199, distance 22, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 204, offset
 108600, dts 277079772, size 1470, distance 23, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 205, offset
 108bbe, dts 277080773, size 1569, distance 24, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 206, offset
 1091df, dts 277081774, size 11136, distance 25, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 207, offset
 10bd5f, dts 277082775, size 1590, distance 26, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 208, offset
 10c395, dts 277083776, size 1810, distance 27, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 209, offset
 10caa7, dts 277084777, size 6528, distance 28, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 210, offset
 10e427, dts 277085778, size 643, distance 29, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 211, offset
 10e6aa, dts 277086779, size 1400, distance 30, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 212, offset
 10ec22, dts 277087780, size 10051, distance 31, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 213, offset
 111365, dts 277088781, size 1706, distance 32, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 214, offset
 111a0f, dts 277089782, size 730, distance 33, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 215, offset
 111ce9, dts 277090783, size 17954, distance 34, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 216, offset
 11630b, dts 277091784, size 2163, distance 35, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 217, offset
 116b7e, dts 277092785, size 2618, distance 36, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 218, offset
 1175b8, dts 277093786, size 13059, distance 37, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 219, offset
 11a8bb, dts 277094787, size 1862, distance 38, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 220, offset
 11b001, dts 277095788, size 1880, distance 39, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 221, offset
 11b759, dts 277096789, size 11472, distance 40, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 222, offset
 11e429, dts 277097790, size 1800, distance 41, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 223, offset
 11eb31, dts 277098791, size 1703, distance 42, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 224, offset
 11f1d8, dts 277099792, size 9342, distance 43, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 225, offset
 121656, dts 277100793, size 352, distance 44, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 226, offset
 1217b6, dts 277101794, size 1361, distance 45, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 227, offset
 121d07, dts 277102795, size 4502, distance 46, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 228, offset
 122e9d, dts 277103796, size 729, distance 47, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 229, offset
 123176, dts 277104797, size 418, distance 48, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 230, offset
 123318, dts 277105798, size 5548, distance 49, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 231, offset
 1248c4, dts 277106799, size 931, distance 50, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 232, offset
 124c67, dts 277107800, size 1266, distance 51, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 233, offset
 125159, dts 277108801, size 6575, distance 52, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 234, offset
 126b08, dts 277109802, size 1126, distance 53, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 235, offset
 126f6e, dts 277110803, size 998, distance 54, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 236, offset
 127354, dts 277111804, size 7300, distance 55, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 237, offset
 128fd8, dts 277112805, size 1443, distance 56, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 238, offset
 12957b, dts 277113806, size 1449, distance 57, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 239, offset
 129b24, dts 277114807, size 10779, distance 58, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 240, offset
 12c53f, dts 277115808, size 1491, distance 59, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 241, offset
 12cb12, dts 277116809, size 42579, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 242, offset
 137165, dts 277117810, size 9530, distance 1, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 243, offset
 13969f, dts 277118811, size 1432, distance 2, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 244, offset
 139c37, dts 277119812, size 738, distance 3, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 245, offset
 139f19, dts 277120813, size 8287, distance 4, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 246, offset
 13bf78, dts 277121814, size 986, distance 5, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 247, offset
 13c352, dts 277122815, size 1289, distance 6, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 248, offset
 13c85b, dts 277123816, size 8441, distance 7, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 249, offset
 13e954, dts 277124817, size 1385, distance 8, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 250, offset
 13eebd, dts 277125818, size 1269, distance 9, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 251, offset
 13f3b2, dts 277126819, size 19190, distance 10, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 252, offset
 143ea8, dts 277127820, size 2354, distance 11, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 253, offset
 1447da, dts 277128821, size 2475, distance 12, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 254, offset
 145185, dts 277129822, size 9615, distance 13, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 255, offset
 147714, dts 277130823, size 701, distance 14, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 256, offset
 1479d1, dts 277131824, size 1395, distance 15, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 257, offset
 147f44, dts 277132825, size 7354, distance 16, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 258, offset
 149bfe, dts 277133826, size 1350, distance 17, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 259, offset
 14a144, dts 277134827, size 646, distance 18, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 260, offset
 14a3ca, dts 277135828, size 8584, distance 19, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 261, offset
 14c552, dts 277136829, size 1264, distance 20, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 262, offset
 14ca42, dts 277137830, size 1445, distance 21, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 263, offset
 14cfe7, dts 277138831, size 15073, distance 22, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 264, offset
 150ac8, dts 277139832, size 1428, distance 23, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 265, offset
 15105c, dts 277140833, size 1355, distance 24, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 266, offset
 1515a7, dts 277141834, size 15609, distance 25, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 267, offset
 1552a0, dts 277142835, size 2435, distance 26, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 268, offset
 155c23, dts 277143836, size 2930, distance 27, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 269, offset
 156795, dts 277144837, size 8751, distance 28, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 270, offset
 1589c4, dts 277145838, size 558, distance 29, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 271, offset
 158bf2, dts 277146839, size 1495, distance 30, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 272, offset
 1591c9, dts 277147840, size 9449, distance 31, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 273, offset
 15b6b2, dts 277148841, size 1487, distance 32, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 274, offset
 15bc81, dts 277149842, size 854, distance 33, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 275, offset
 15bfd7, dts 277150843, size 11891, distance 34, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 276, offset
 15ee4a, dts 277151844, size 1401, distance 35, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 277, offset
 15f3c3, dts 277152845, size 1773, distance 36, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 278, offset
 15fab0, dts 277153846, size 13526, distance 37, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 279, offset
 162f86, dts 277154847, size 1848, distance 38, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 280, offset
 1636be, dts 277155848, size 1563, distance 39, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 281, offset
 163cd9, dts 277156849, size 13427, distance 40, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 282, offset
 16714c, dts 277157850, size 2401, distance 41, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 283, offset
 167aad, dts 277158851, size 2311, distance 42, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 284, offset
 1683b4, dts 277159852, size 8824, distance 43, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 285, offset
 16a62c, dts 277160853, size 633, distance 44, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 286, offset
 16a8a5, dts 277161854, size 1662, distance 45, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 287, offset
 16af23, dts 277162855, size 3544, distance 46, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 288, offset
 16bcfb, dts 277163856, size 1013, distance 47, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 289, offset
 16c0f0, dts 277164857, size 617, distance 48, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 290, offset
 16c359, dts 277165858, size 4086, distance 49, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 291, offset
 16d34f, dts 277166859, size 752, distance 50, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 292, offset
 16d63f, dts 277167860, size 1201, distance 51, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 293, offset
 16daf0, dts 277168861, size 6288, distance 52, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 294, offset
 16f380, dts 277169862, size 1312, distance 53, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 295, offset
 16f8a0, dts 277170863, size 1422, distance 54, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 296, offset
 16fe2e, dts 277171864, size 9824, distance 55, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 297, offset
 17248e, dts 277172865, size 2292, distance 56, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 298, offset
 172d82, dts 277173866, size 2244, distance 57, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 299, offset
 173646, dts 277174867, size 8115, distance 58, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] AVIndex stream 0, sample 300, offset
 1755f9, dts 277175868, size 1038, distance 59, keyframe 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] type:'mdat' parent:'root' sz:
 1524625 5758 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] on_parse_exit_offset=5758
 [hls,applehttp @ 0x1304bc0] HLS request for url
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0000.init.mp4',
 offset 0, playlist 1
 [hls,applehttp @ 0x1304bc0] Opening
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0000.init.mp4'
 for reading
 [hls,applehttp @ 0x1304bc0] Downloading an initialization section of size
 646
 [AVIOContext @ 0x131cbc0] Statistics: 646 bytes read, 0 seeks
 [hls,applehttp @ 0x1304bc0] HLS request for url
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0922.m4s',
 offset 0, playlist 1
 [hls,applehttp @ 0x1304bc0] Opening
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0922.m4s'
 for reading
 Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
 Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'ftyp' parent:'root' sz: 24 8
 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] ISO: File Type Major Brand: iso6
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'moov' parent:'root' sz: 622 32
 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'mvhd' parent:'moov' sz: 108 8
 614
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] time scale = 1000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'mvex' parent:'moov' sz: 40 116
 614
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'trex' parent:'mvex' sz: 32 8
 32
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'iods' parent:'moov' sz: 27 156
 614
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'trak' parent:'moov' sz: 439
 183 614
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'tkhd' parent:'trak' sz: 92 8
 431
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'mdia' parent:'trak' sz: 339
 100 431
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'mdhd' parent:'mdia' sz: 32 8
 331
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'hdlr' parent:'mdia' sz: 63 40
 331
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] ctype=[0][0][0][0]
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stype=soun
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'minf' parent:'mdia' sz: 236
 103 331
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'smhd' parent:'minf' sz: 16 8
 228
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'dinf' parent:'minf' sz: 36 24
 228
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'dref' parent:'dinf' sz: 28 8
 28
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] Unknown dref type 0x206c7275 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'stbl' parent:'minf' sz: 176 60
 228
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'stsd' parent:'stbl' sz: 100 8
 168
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] size=84 4CC=mp4a codec_type=1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] audio channels 2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] version =0, isom =1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'esds' parent:'stsd' sz: 48 8
 48
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] MPEG-4 description: tag=0x03 len=31
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] MPEG-4 description: tag=0x04 len=20
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] esds object type id 0x40
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] MPEG-4 description: tag=0x05 len=2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] Specific MPEG-4 header len=2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] mp4a config channels 2 obj 2 ext obj
 0 sample rate 48000 ext sample rate 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'stts' parent:'stbl' sz: 16 108
 168
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] track[0].stts.entries = 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'stsc' parent:'stbl' sz: 16 124
 168
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] track[0].stsc.entries = 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'stsz' parent:'stbl' sz: 20 140
 168
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] sample_size = 0 sample_count = 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'stco' parent:'stbl' sz: 16 160
 168
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'styp' parent:'root' sz: 24 654
 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'sidx' parent:'root' sz: 52 678
 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] could not find corresponding track
 id 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'moof' parent:'root' sz: 3832
 730 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] moof offset 2d2
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'mfhd' parent:'moof' sz: 16 8
 3824
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'traf' parent:'moof' sz: 3808
 24 3824
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'tfhd' parent:'traf' sz: 16 8
 3800
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] frag flags 0x0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'tfdt' parent:'traf' sz: 20 24
 3800
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'trun' parent:'traf' sz: 3764
 44 3800
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] flags 0x301 entries 468
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] found tfdt time 609238750850, using
 it for dts
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] first sample flags 0x0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 1, offset
 11d2, dts 609238750850, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 2, offset
 13c9, dts 609238751874, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 3, offset
 15c2, dts 609238752898, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 4, offset
 17b9, dts 609238753922, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 5, offset
 19ad, dts 609238754946, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 6, offset
 1ba5, dts 609238755970, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 7, offset
 1da0, dts 609238756994, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 8, offset
 1f96, dts 609238758018, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 9, offset
 2189, dts 609238759042, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 10, offset
 2381, dts 609238760066, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 11, offset
 257a, dts 609238761090, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 12, offset
 2773, dts 609238762114, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 13, offset
 296c, dts 609238763138, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 14, offset
 2b65, dts 609238764162, size 532, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 15, offset
 2d79, dts 609238765186, size 515, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 16, offset
 2f7c, dts 609238766210, size 514, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 17, offset
 317e, dts 609238767234, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 18, offset
 3372, dts 609238768258, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 19, offset
 3569, dts 609238769282, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 20, offset
 375e, dts 609238770306, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 21, offset
 3959, dts 609238771330, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 22, offset
 3b4d, dts 609238772354, size 506, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 23, offset
 3d47, dts 609238773378, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 24, offset
 3f3b, dts 609238774402, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 25, offset
 4131, dts 609238775426, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 26, offset
 4329, dts 609238776450, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 27, offset
 451a, dts 609238777474, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 28, offset
 4708, dts 609238778498, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 29, offset
 48fc, dts 609238779522, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 30, offset
 4af5, dts 609238780546, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 31, offset
 4cee, dts 609238781570, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 32, offset
 4ee7, dts 609238782594, size 512, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 33, offset
 50e7, dts 609238783618, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 34, offset
 52d9, dts 609238784642, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 35, offset
 54d8, dts 609238785666, size 509, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 36, offset
 56d5, dts 609238786690, size 516, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 37, offset
 58d9, dts 609238787714, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 38, offset
 5aca, dts 609238788738, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 39, offset
 5cba, dts 609238789762, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 40, offset
 5eb5, dts 609238790786, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 41, offset
 60b4, dts 609238791810, size 530, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 42, offset
 62c6, dts 609238792834, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 43, offset
 64ba, dts 609238793858, size 510, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 44, offset
 66b8, dts 609238794882, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 45, offset
 68ae, dts 609238795906, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 46, offset
 6aad, dts 609238796930, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 47, offset
 6ca4, dts 609238797954, size 522, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 48, offset
 6eae, dts 609238798978, size 563, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 49, offset
 70e1, dts 609238800002, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 50, offset
 72cf, dts 609238801026, size 485, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 51, offset
 74b4, dts 609238802050, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 52, offset
 76a8, dts 609238803074, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 53, offset
 789f, dts 609238804098, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 54, offset
 7a95, dts 609238805122, size 520, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 55, offset
 7c9d, dts 609238806146, size 527, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 56, offset
 7eac, dts 609238807170, size 558, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 57, offset
 80da, dts 609238808194, size 478, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 58, offset
 82b8, dts 609238809218, size 490, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 59, offset
 84a2, dts 609238810242, size 482, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 60, offset
 8684, dts 609238811266, size 486, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 61, offset
 886a, dts 609238812290, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 62, offset
 8a57, dts 609238813314, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 63, offset
 8c46, dts 609238814338, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 64, offset
 8e3c, dts 609238815362, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 65, offset
 9030, dts 609238816386, size 686, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 66, offset
 92de, dts 609238817410, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 67, offset
 94d5, dts 609238818434, size 461, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 68, offset
 96a2, dts 609238819458, size 474, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 69, offset
 987c, dts 609238820482, size 479, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 70, offset
 9a5b, dts 609238821506, size 481, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 71, offset
 9c3c, dts 609238822530, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 72, offset
 9e23, dts 609238823554, size 632, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 73, offset
 a09b, dts 609238824578, size 464, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 74, offset
 a26b, dts 609238825602, size 470, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 75, offset
 a441, dts 609238826626, size 480, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 76, offset
 a621, dts 609238827650, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 77, offset
 a80c, dts 609238828674, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 78, offset
 aa0b, dts 609238829698, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 79, offset
 abf4, dts 609238830722, size 555, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 80, offset
 ae1f, dts 609238831746, size 486, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 81, offset
 b005, dts 609238832770, size 526, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 82, offset
 b213, dts 609238833794, size 490, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 83, offset
 b3fd, dts 609238834818, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 84, offset
 b5e9, dts 609238835842, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 85, offset
 b7d9, dts 609238836866, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 86, offset
 b9c2, dts 609238837890, size 515, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 87, offset
 bbc5, dts 609238838914, size 561, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 88, offset
 bdf6, dts 609238839938, size 471, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 89, offset
 bfcd, dts 609238840962, size 479, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 90, offset
 c1ac, dts 609238841986, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 91, offset
 c398, dts 609238843010, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 92, offset
 c58e, dts 609238844034, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 93, offset
 c77d, dts 609238845058, size 516, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 94, offset
 c981, dts 609238846082, size 520, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 95, offset
 cb89, dts 609238847106, size 672, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 96, offset
 ce29, dts 609238848130, size 461, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 97, offset
 cff6, dts 609238849154, size 466, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 98, offset
 d1c8, dts 609238850178, size 486, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 99, offset
 d3ae, dts 609238851202, size 482, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 100, offset
 d590, dts 609238852226, size 478, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 101, offset
 d76e, dts 609238853250, size 526, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 102, offset
 d97c, dts 609238854274, size 683, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 103, offset
 dc27, dts 609238855298, size 443, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 104, offset
 dde2, dts 609238856322, size 457, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 105, offset
 dfab, dts 609238857346, size 465, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 106, offset
 e17c, dts 609238858370, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 107, offset
 e375, dts 609238859394, size 486, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 108, offset
 e55b, dts 609238860418, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 109, offset
 e749, dts 609238861442, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 110, offset
 e930, dts 609238862466, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 111, offset
 eb1f, dts 609238863490, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 112, offset
 ed0b, dts 609238864514, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 113, offset
 ef04, dts 609238865538, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 114, offset
 f0f2, dts 609238866562, size 513, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 115, offset
 f2f3, dts 609238867586, size 536, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 116, offset
 f50b, dts 609238868610, size 480, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 117, offset
 f6eb, dts 609238869634, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 118, offset
 f8d8, dts 609238870658, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 119, offset
 fac5, dts 609238871682, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 120, offset
 fcb6, dts 609238872706, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 121, offset
 feac, dts 609238873730, size 506, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 122, offset
 100a6, dts 609238874754, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 123, offset
 10296, dts 609238875778, size 506, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 124, offset
 10490, dts 609238876802, size 514, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 125, offset
 10692, dts 609238877826, size 513, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 126, offset
 10893, dts 609238878850, size 508, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 127, offset
 10a8f, dts 609238879874, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 128, offset
 10c84, dts 609238880898, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 129, offset
 10e7f, dts 609238881922, size 536, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 130, offset
 11097, dts 609238882946, size 677, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 131, offset
 1133c, dts 609238883970, size 451, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 132, offset
 114ff, dts 609238884994, size 472, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 133, offset
 116d7, dts 609238886018, size 481, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 134, offset
 118b8, dts 609238887042, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 135, offset
 11aa9, dts 609238888066, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 136, offset
 11ca1, dts 609238889090, size 520, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 137, offset
 11ea9, dts 609238890114, size 471, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 138, offset
 12080, dts 609238891138, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 139, offset
 12269, dts 609238892162, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 140, offset
 12454, dts 609238893186, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 141, offset
 1264b, dts 609238894210, size 528, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 142, offset
 1285b, dts 609238895234, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 143, offset
 12a44, dts 609238896258, size 485, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 144, offset
 12c29, dts 609238897282, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 145, offset
 12e16, dts 609238898306, size 534, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 146, offset
 1302c, dts 609238899330, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 147, offset
 13217, dts 609238900354, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 148, offset
 13410, dts 609238901378, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 149, offset
 13603, dts 609238902402, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 150, offset
 137f8, dts 609238903426, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 151, offset
 139eb, dts 609238904450, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 152, offset
 13be4, dts 609238905474, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 153, offset
 13dd8, dts 609238906498, size 525, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 154, offset
 13fe5, dts 609238907522, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 155, offset
 141e4, dts 609238908546, size 512, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 156, offset
 143e4, dts 609238909570, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 157, offset
 145cd, dts 609238910594, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 158, offset
 147c1, dts 609238911618, size 516, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 159, offset
 149c5, dts 609238912642, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 160, offset
 14bb9, dts 609238913666, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 161, offset
 14daa, dts 609238914690, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 162, offset
 14f97, dts 609238915714, size 490, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 163, offset
 15181, dts 609238916738, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 164, offset
 15374, dts 609238917762, size 508, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 165, offset
 15570, dts 609238918786, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 166, offset
 1575e, dts 609238919810, size 509, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 167, offset
 1595b, dts 609238920834, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 168, offset
 15b4e, dts 609238921858, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 169, offset
 15d45, dts 609238922882, size 510, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 170, offset
 15f43, dts 609238923906, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 171, offset
 1613e, dts 609238924930, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 172, offset
 16332, dts 609238925954, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 173, offset
 16527, dts 609238926978, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 174, offset
 16717, dts 609238928002, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 175, offset
 16908, dts 609238929026, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 176, offset
 16afa, dts 609238930050, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 177, offset
 16cf0, dts 609238931074, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 178, offset
 16ee9, dts 609238932098, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 179, offset
 170e2, dts 609238933122, size 508, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 180, offset
 172de, dts 609238934146, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 181, offset
 174d9, dts 609238935170, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 182, offset
 176cd, dts 609238936194, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 183, offset
 178cc, dts 609238937218, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 184, offset
 17ac4, dts 609238938242, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 185, offset
 17cbf, dts 609238939266, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 186, offset
 17eb5, dts 609238940290, size 513, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 187, offset
 180b6, dts 609238941314, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 188, offset
 182af, dts 609238942338, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 189, offset
 184a5, dts 609238943362, size 508, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 190, offset
 186a1, dts 609238944386, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 191, offset
 1889a, dts 609238945410, size 524, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 192, offset
 18aa6, dts 609238946434, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 193, offset
 18c9c, dts 609238947458, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 194, offset
 18e97, dts 609238948482, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 195, offset
 1908e, dts 609238949506, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 196, offset
 19284, dts 609238950530, size 524, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 197, offset
 19490, dts 609238951554, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 198, offset
 19688, dts 609238952578, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 199, offset
 19881, dts 609238953602, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 200, offset
 19a7c, dts 609238954626, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 201, offset
 19c6f, dts 609238955650, size 540, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 202, offset
 19e8b, dts 609238956674, size 514, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 203, offset
 1a08d, dts 609238957698, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 204, offset
 1a285, dts 609238958722, size 518, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 205, offset
 1a48b, dts 609238959746, size 598, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 206, offset
 1a6e1, dts 609238960770, size 529, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 207, offset
 1a8f2, dts 609238961794, size 476, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 208, offset
 1aace, dts 609238962818, size 469, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 209, offset
 1aca3, dts 609238963842, size 482, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 210, offset
 1ae85, dts 609238964866, size 483, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 211, offset
 1b068, dts 609238965890, size 506, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 212, offset
 1b262, dts 609238966914, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 213, offset
 1b453, dts 609238967938, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 214, offset
 1b645, dts 609238968962, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 215, offset
 1b833, dts 609238969986, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 216, offset
 1ba2a, dts 609238971010, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 217, offset
 1bc1d, dts 609238972034, size 514, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 218, offset
 1be1f, dts 609238973058, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 219, offset
 1c011, dts 609238974082, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 220, offset
 1c20c, dts 609238975106, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 221, offset
 1c40b, dts 609238976130, size 520, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 222, offset
 1c613, dts 609238977154, size 529, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 223, offset
 1c824, dts 609238978178, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 224, offset
 1ca11, dts 609238979202, size 524, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 225, offset
 1cc1d, dts 609238980226, size 519, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 226, offset
 1ce24, dts 609238981250, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 227, offset
 1d012, dts 609238982274, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 228, offset
 1d204, dts 609238983298, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 229, offset
 1d3eb, dts 609238984322, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 230, offset
 1d5d7, dts 609238985346, size 535, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 231, offset
 1d7ee, dts 609238986370, size 510, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 232, offset
 1d9ec, dts 609238987394, size 521, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 233, offset
 1dbf5, dts 609238988418, size 490, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 234, offset
 1dddf, dts 609238989442, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 235, offset
 1dfd5, dts 609238990466, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 236, offset
 1e1be, dts 609238991490, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 237, offset
 1e3ac, dts 609238992514, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 238, offset
 1e59a, dts 609238993538, size 509, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 239, offset
 1e797, dts 609238994562, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 240, offset
 1e97e, dts 609238995586, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 241, offset
 1eb71, dts 609238996610, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 242, offset
 1ed6c, dts 609238997634, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 243, offset
 1ef60, dts 609238998658, size 506, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 244, offset
 1f15a, dts 609238999682, size 592, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 245, offset
 1f3aa, dts 609239000706, size 530, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 246, offset
 1f5bc, dts 609239001730, size 480, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 247, offset
 1f79c, dts 609239002754, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 248, offset
 1f98e, dts 609239003778, size 484, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 249, offset
 1fb72, dts 609239004802, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 250, offset
 1fd59, dts 609239005826, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 251, offset
 1ff49, dts 609239006850, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 252, offset
 20138, dts 609239007874, size 509, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 253, offset
 20335, dts 609239008898, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 254, offset
 20522, dts 609239009922, size 519, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 255, offset
 20729, dts 609239010946, size 635, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 256, offset
 209a4, dts 609239011970, size 481, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 257, offset
 20b85, dts 609239012994, size 474, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 258, offset
 20d5f, dts 609239014018, size 472, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 259, offset
 20f37, dts 609239015042, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 260, offset
 2112b, dts 609239016066, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 261, offset
 2131d, dts 609239017090, size 481, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 262, offset
 214fe, dts 609239018114, size 481, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 263, offset
 216df, dts 609239019138, size 508, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 264, offset
 218db, dts 609239020162, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 265, offset
 21acc, dts 609239021186, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 266, offset
 21cc2, dts 609239022210, size 652, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 267, offset
 21f4e, dts 609239023234, size 484, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 268, offset
 22132, dts 609239024258, size 467, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 269, offset
 22305, dts 609239025282, size 476, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 270, offset
 224e1, dts 609239026306, size 480, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 271, offset
 226c1, dts 609239027330, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 272, offset
 228a8, dts 609239028354, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 273, offset
 22a9c, dts 609239029378, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 274, offset
 22c83, dts 609239030402, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 275, offset
 22e82, dts 609239031426, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 276, offset
 2306e, dts 609239032450, size 516, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 277, offset
 23272, dts 609239033474, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 278, offset
 2346b, dts 609239034498, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 279, offset
 23659, dts 609239035522, size 514, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 280, offset
 2385b, dts 609239036546, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 281, offset
 23a4d, dts 609239037570, size 515, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 282, offset
 23c50, dts 609239038594, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 283, offset
 23e44, dts 609239039618, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 284, offset
 2403c, dts 609239040642, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 285, offset
 2423b, dts 609239041666, size 523, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 286, offset
 24446, dts 609239042690, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 287, offset
 24635, dts 609239043714, size 516, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 288, offset
 24839, dts 609239044738, size 488, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 289, offset
 24a21, dts 609239045762, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 290, offset
 24c14, dts 609239046786, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 291, offset
 24e0a, dts 609239047810, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 292, offset
 24ff7, dts 609239048834, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 293, offset
 251ec, dts 609239049858, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 294, offset
 253e0, dts 609239050882, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 295, offset
 255d5, dts 609239051906, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 296, offset
 257cb, dts 609239052930, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 297, offset
 259bc, dts 609239053954, size 510, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 298, offset
 25bba, dts 609239054978, size 518, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 299, offset
 25dc0, dts 609239056002, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 300, offset
 25fb6, dts 609239057026, size 525, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 301, offset
 261c3, dts 609239058050, size 512, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 302, offset
 263c3, dts 609239059074, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 303, offset
 265b8, dts 609239060098, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 304, offset
 267af, dts 609239061122, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 305, offset
 269a1, dts 609239062146, size 513, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 306, offset
 26ba2, dts 609239063170, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 307, offset
 26d94, dts 609239064194, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 308, offset
 26f87, dts 609239065218, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 309, offset
 2717a, dts 609239066242, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 310, offset
 27375, dts 609239067266, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 311, offset
 27570, dts 609239068290, size 510, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 312, offset
 2776e, dts 609239069314, size 653, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 313, offset
 279fb, dts 609239070338, size 477, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 314, offset
 27bd8, dts 609239071362, size 486, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 315, offset
 27dbe, dts 609239072386, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 316, offset
 27fa9, dts 609239073410, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 317, offset
 28197, dts 609239074434, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 318, offset
 28388, dts 609239075458, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 319, offset
 28574, dts 609239076482, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 320, offset
 28769, dts 609239077506, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 321, offset
 28958, dts 609239078530, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 322, offset
 28b4f, dts 609239079554, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 323, offset
 28d4e, dts 609239080578, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 324, offset
 28f45, dts 609239081602, size 527, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 325, offset
 29154, dts 609239082626, size 546, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 326, offset
 29376, dts 609239083650, size 517, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 327, offset
 2957b, dts 609239084674, size 577, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 328, offset
 297bc, dts 609239085698, size 477, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 329, offset
 29999, dts 609239086722, size 488, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 330, offset
 29b81, dts 609239087746, size 467, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 331, offset
 29d54, dts 609239088770, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 332, offset
 29f45, dts 609239089794, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 333, offset
 2a12e, dts 609239090818, size 516, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 334, offset
 2a332, dts 609239091842, size 481, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 335, offset
 2a513, dts 609239092866, size 488, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 336, offset
 2a6fb, dts 609239093890, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 337, offset
 2a8ed, dts 609239094914, size 490, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 338, offset
 2aad7, dts 609239095938, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 339, offset
 2acc9, dts 609239096962, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 340, offset
 2aeb7, dts 609239097986, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 341, offset
 2b0a7, dts 609239099010, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 342, offset
 2b29b, dts 609239100034, size 558, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 343, offset
 2b4c9, dts 609239101058, size 521, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 344, offset
 2b6d2, dts 609239102082, size 488, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 345, offset
 2b8ba, dts 609239103106, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 346, offset
 2baa3, dts 609239104130, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 347, offset
 2bc92, dts 609239105154, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 348, offset
 2be8b, dts 609239106178, size 508, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 349, offset
 2c087, dts 609239107202, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 350, offset
 2c277, dts 609239108226, size 568, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 351, offset
 2c4af, dts 609239109250, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 352, offset
 2c69b, dts 609239110274, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 353, offset
 2c88b, dts 609239111298, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 354, offset
 2ca7b, dts 609239112322, size 667, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 355, offset
 2cd16, dts 609239113346, size 699, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 356, offset
 2cfd1, dts 609239114370, size 405, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 357, offset
 2d166, dts 609239115394, size 445, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 358, offset
 2d323, dts 609239116418, size 457, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 359, offset
 2d4ec, dts 609239117442, size 476, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 360, offset
 2d6c8, dts 609239118466, size 460, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 361, offset
 2d894, dts 609239119490, size 483, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 362, offset
 2da77, dts 609239120514, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 363, offset
 2dc6c, dts 609239121538, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 364, offset
 2de59, dts 609239122562, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 365, offset
 2e044, dts 609239123586, size 490, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 366, offset
 2e22e, dts 609239124610, size 540, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 367, offset
 2e44a, dts 609239125634, size 648, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 368, offset
 2e6d2, dts 609239126658, size 533, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 369, offset
 2e8e7, dts 609239127682, size 483, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 370, offset
 2eaca, dts 609239128706, size 447, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 371, offset
 2ec89, dts 609239129730, size 480, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 372, offset
 2ee69, dts 609239130754, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 373, offset
 2f056, dts 609239131778, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 374, offset
 2f24e, dts 609239132802, size 477, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 375, offset
 2f42b, dts 609239133826, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 376, offset
 2f61a, dts 609239134850, size 480, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 377, offset
 2f7fa, dts 609239135874, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 378, offset
 2f9e5, dts 609239136898, size 509, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 379, offset
 2fbe2, dts 609239137922, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 380, offset
 2fdd0, dts 609239138946, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 381, offset
 2ffc9, dts 609239139970, size 554, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 382, offset
 301f3, dts 609239140994, size 533, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 383, offset
 30408, dts 609239142018, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 384, offset
 305fb, dts 609239143042, size 473, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 385, offset
 307d4, dts 609239144066, size 476, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 386, offset
 309b0, dts 609239145090, size 480, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 387, offset
 30b90, dts 609239146114, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 388, offset
 30d7b, dts 609239147138, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 389, offset
 30f6c, dts 609239148162, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 390, offset
 31157, dts 609239149186, size 491, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 391, offset
 31342, dts 609239150210, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 392, offset
 31539, dts 609239151234, size 502, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 393, offset
 3172f, dts 609239152258, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 394, offset
 31928, dts 609239153282, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 395, offset
 31b19, dts 609239154306, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 396, offset
 31d0d, dts 609239155330, size 513, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 397, offset
 31f0e, dts 609239156354, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 398, offset
 3210d, dts 609239157378, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 399, offset
 322f4, dts 609239158402, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 400, offset
 324ef, dts 609239159426, size 525, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 401, offset
 326fc, dts 609239160450, size 529, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 402, offset
 3290d, dts 609239161474, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 403, offset
 32b01, dts 609239162498, size 517, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 404, offset
 32d06, dts 609239163522, size 538, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 405, offset
 32f20, dts 609239164546, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 406, offset
 3311b, dts 609239165570, size 605, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 407, offset
 33378, dts 609239166594, size 474, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 408, offset
 33552, dts 609239167618, size 490, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 409, offset
 3373c, dts 609239168642, size 475, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 410, offset
 33917, dts 609239169666, size 487, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 411, offset
 33afe, dts 609239170690, size 490, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 412, offset
 33ce8, dts 609239171714, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 413, offset
 33ed6, dts 609239172738, size 494, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 414, offset
 340c4, dts 609239173762, size 520, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 415, offset
 342cc, dts 609239174786, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 416, offset
 344c5, dts 609239175810, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 417, offset
 346b2, dts 609239176834, size 527, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 418, offset
 348c1, dts 609239177858, size 493, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 419, offset
 34aae, dts 609239178882, size 489, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 420, offset
 34c97, dts 609239179906, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 421, offset
 34e8e, dts 609239180930, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 422, offset
 3507f, dts 609239181954, size 501, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 423, offset
 35274, dts 609239182978, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 424, offset
 35465, dts 609239184002, size 500, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 425, offset
 35659, dts 609239185026, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 426, offset
 35851, dts 609239186050, size 504, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 427, offset
 35a49, dts 609239187074, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 428, offset
 35c44, dts 609239188098, size 513, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 429, offset
 35e45, dts 609239189122, size 513, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 430, offset
 36046, dts 609239190146, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 431, offset
 36238, dts 609239191170, size 495, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 432, offset
 36427, dts 609239192194, size 508, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 433, offset
 36623, dts 609239193218, size 509, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 434, offset
 36820, dts 609239194242, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 435, offset
 36a17, dts 609239195266, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 436, offset
 36c10, dts 609239196290, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 437, offset
 36e0b, dts 609239197314, size 506, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 438, offset
 37005, dts 609239198338, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 439, offset
 371fe, dts 609239199362, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 440, offset
 373f5, dts 609239200386, size 507, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 441, offset
 375f0, dts 609239201410, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 442, offset
 377ef, dts 609239202434, size 496, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 443, offset
 379df, dts 609239203458, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 444, offset
 37bd0, dts 609239204482, size 497, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 445, offset
 37dc1, dts 609239205506, size 503, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 446, offset
 37fb8, dts 609239206530, size 498, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 447, offset
 381aa, dts 609239207554, size 517, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 448, offset
 383af, dts 609239208578, size 533, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 449, offset
 385c4, dts 609239209602, size 524, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 450, offset
 387d0, dts 609239210626, size 551, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 451, offset
 389f7, dts 609239211650, size 526, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 452, offset
 38c05, dts 609239212674, size 643, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 453, offset
 38e88, dts 609239213698, size 466, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 454, offset
 3905a, dts 609239214722, size 475, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 455, offset
 39235, dts 609239215746, size 482, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 456, offset
 39417, dts 609239216770, size 478, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 457, offset
 395f5, dts 609239217794, size 499, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 458, offset
 397e8, dts 609239218818, size 477, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 459, offset
 399c5, dts 609239219842, size 484, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 460, offset
 39ba9, dts 609239220866, size 560, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 461, offset
 39dd9, dts 609239221890, size 468, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 462, offset
 39fad, dts 609239222914, size 482, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 463, offset
 3a18f, dts 609239223938, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 464, offset
 3a37b, dts 609239224962, size 492, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 465, offset
 3a567, dts 609239225986, size 505, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 466, offset
 3a760, dts 609239227010, size 552, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 467, offset
 3a988, dts 609239228034, size 549, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] AVIndex stream 0, sample 468, offset
 3abad, dts 609239229058, size 511, distance 0, keyframe 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] type:'mdat' parent:'root' sz: 236514
 4562 9223372036854775807
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] on_parse_exit_offset=4562
 [hls,applehttp @ 0x1304bc0] Before avformat_find_stream_info() pos: 307
 bytes read:307 seeks:0 nb_streams:2
 [hevc @ 0x131b480] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x131b480] Decoding VPS
 [hevc @ 0x131b480] Main profile bitstream
 [hevc @ 0x131b480] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x131b480] Decoding SPS
 [hevc @ 0x131b480] Main profile bitstream
 [hevc @ 0x131b480] Decoding VUI
 [hevc @ 0x131b480] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x131b480] Decoding PPS
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x130cd80] stream 0, sample 0, dts 9229218967
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 0, dts
 12692473976042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 1, dts
 12692473997375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 2, dts
 12692474018708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 3, dts
 12692474040042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 4, dts
 12692474061375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 5, dts
 12692474082708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 6, dts
 12692474104042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 7, dts
 12692474125375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 8, dts
 12692474146708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 9, dts
 12692474168042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 10, dts
 12692474189375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 11, dts
 12692474210708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 12, dts
 12692474232042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 13, dts
 12692474253375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 14, dts
 12692474274708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 15, dts
 12692474296042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 16, dts
 12692474317375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 17, dts
 12692474338708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 18, dts
 12692474360042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 19, dts
 12692474381375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 20, dts
 12692474402708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 21, dts
 12692474424042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 22, dts
 12692474445375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 23, dts
 12692474466708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 24, dts
 12692474488042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 25, dts
 12692474509375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 26, dts
 12692474530708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 27, dts
 12692474552042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 28, dts
 12692474573375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 29, dts
 12692474594708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 30, dts
 12692474616042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 31, dts
 12692474637375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 32, dts
 12692474658708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 33, dts
 12692474680042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 34, dts
 12692474701375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 35, dts
 12692474722708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 36, dts
 12692474744042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 37, dts
 12692474765375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 38, dts
 12692474786708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 39, dts
 12692474808042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 40, dts
 12692474829375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 41, dts
 12692474850708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 42, dts
 12692474872042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 43, dts
 12692474893375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 44, dts
 12692474914708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 45, dts
 12692474936042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 46, dts
 12692474957375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 47, dts
 12692474978708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 48, dts
 12692475000042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 49, dts
 12692475021375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 50, dts
 12692475042708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 51, dts
 12692475064042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 52, dts
 12692475085375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 53, dts
 12692475106708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 54, dts
 12692475128042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 55, dts
 12692475149375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 56, dts
 12692475170708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 57, dts
 12692475192042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 58, dts
 12692475213375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 59, dts
 12692475234708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 60, dts
 12692475256042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 61, dts
 12692475277375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 62, dts
 12692475298708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 63, dts
 12692475320042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 64, dts
 12692475341375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 65, dts
 12692475362708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 66, dts
 12692475384042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 67, dts
 12692475405375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 68, dts
 12692475426708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 69, dts
 12692475448042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 70, dts
 12692475469375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 71, dts
 12692475490708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 72, dts
 12692475512042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 73, dts
 12692475533375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 74, dts
 12692475554708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 75, dts
 12692475576042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 76, dts
 12692475597375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 77, dts
 12692475618708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 78, dts
 12692475640042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 79, dts
 12692475661375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 80, dts
 12692475682708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 81, dts
 12692475704042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 82, dts
 12692475725375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 83, dts
 12692475746708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 84, dts
 12692475768042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 85, dts
 12692475789375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 86, dts
 12692475810708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 87, dts
 12692475832042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 88, dts
 12692475853375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 89, dts
 12692475874708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 90, dts
 12692475896042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 91, dts
 12692475917375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 92, dts
 12692475938708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 93, dts
 12692475960042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 94, dts
 12692475981375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 95, dts
 12692476002708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 96, dts
 12692476024042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 97, dts
 12692476045375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 98, dts
 12692476066708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 99, dts
 12692476088042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 100, dts
 12692476109375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 101, dts
 12692476130708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 102, dts
 12692476152042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 103, dts
 12692476173375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 104, dts
 12692476194708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 105, dts
 12692476216042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 106, dts
 12692476237375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 107, dts
 12692476258708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 108, dts
 12692476280042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 109, dts
 12692476301375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 110, dts
 12692476322708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 111, dts
 12692476344042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 112, dts
 12692476365375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 113, dts
 12692476386708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 114, dts
 12692476408042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 115, dts
 12692476429375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 116, dts
 12692476450708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 117, dts
 12692476472042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 118, dts
 12692476493375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 119, dts
 12692476514708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 120, dts
 12692476536042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 121, dts
 12692476557375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 122, dts
 12692476578708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 123, dts
 12692476600042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 124, dts
 12692476621375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 125, dts
 12692476642708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 126, dts
 12692476664042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 127, dts
 12692476685375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 128, dts
 12692476706708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 129, dts
 12692476728042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 130, dts
 12692476749375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 131, dts
 12692476770708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 132, dts
 12692476792042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 133, dts
 12692476813375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 134, dts
 12692476834708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 135, dts
 12692476856042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 136, dts
 12692476877375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 137, dts
 12692476898708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 138, dts
 12692476920042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 139, dts
 12692476941375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 140, dts
 12692476962708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 141, dts
 12692476984042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 142, dts
 12692477005375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 143, dts
 12692477026708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 144, dts
 12692477048042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 145, dts
 12692477069375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 146, dts
 12692477090708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 147, dts
 12692477112042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 148, dts
 12692477133375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 149, dts
 12692477154708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 150, dts
 12692477176042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 151, dts
 12692477197375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 152, dts
 12692477218708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 153, dts
 12692477240042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 154, dts
 12692477261375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 155, dts
 12692477282708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 156, dts
 12692477304042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 157, dts
 12692477325375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 158, dts
 12692477346708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 159, dts
 12692477368042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 160, dts
 12692477389375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 161, dts
 12692477410708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 162, dts
 12692477432042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 163, dts
 12692477453375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 164, dts
 12692477474708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 165, dts
 12692477496042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 166, dts
 12692477517375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 167, dts
 12692477538708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 168, dts
 12692477560042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 169, dts
 12692477581375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 170, dts
 12692477602708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 171, dts
 12692477624042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 172, dts
 12692477645375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 173, dts
 12692477666708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 174, dts
 12692477688042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 175, dts
 12692477709375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 176, dts
 12692477730708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 177, dts
 12692477752042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 178, dts
 12692477773375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 179, dts
 12692477794708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 180, dts
 12692477816042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 181, dts
 12692477837375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 182, dts
 12692477858708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 183, dts
 12692477880042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 184, dts
 12692477901375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 185, dts
 12692477922708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 186, dts
 12692477944042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 187, dts
 12692477965375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 188, dts
 12692477986708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 189, dts
 12692478008042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 190, dts
 12692478029375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 191, dts
 12692478050708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 192, dts
 12692478072042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 193, dts
 12692478093375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 194, dts
 12692478114708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 195, dts
 12692478136042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 196, dts
 12692478157375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 197, dts
 12692478178708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 198, dts
 12692478200042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 199, dts
 12692478221375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 200, dts
 12692478242708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 201, dts
 12692478264042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 202, dts
 12692478285375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 203, dts
 12692478306708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 204, dts
 12692478328042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 205, dts
 12692478349375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 206, dts
 12692478370708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 207, dts
 12692478392042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 208, dts
 12692478413375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 209, dts
 12692478434708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 210, dts
 12692478456042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 211, dts
 12692478477375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 212, dts
 12692478498708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 213, dts
 12692478520042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 214, dts
 12692478541375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 215, dts
 12692478562708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 216, dts
 12692478584042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 217, dts
 12692478605375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 218, dts
 12692478626708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 219, dts
 12692478648042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 220, dts
 12692478669375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 221, dts
 12692478690708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 222, dts
 12692478712042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 223, dts
 12692478733375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 224, dts
 12692478754708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 225, dts
 12692478776042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 226, dts
 12692478797375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 227, dts
 12692478818708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 228, dts
 12692478840042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 229, dts
 12692478861375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 230, dts
 12692478882708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 231, dts
 12692478904042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 232, dts
 12692478925375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 233, dts
 12692478946708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 234, dts
 12692478968042
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 235, dts
 12692478989375
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 236, dts
 12692479010708
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x131ba80] stream 0, sample 237, dts
 12692479032042
 [hls,applehttp @ 0x1304bc0] max_analyze_duration 5000000 reached at
 5013333 microseconds st:1
 [hls,applehttp @ 0x1304bc0] stream 0: start_time: -307445734561825.875
 duration: -307445734561825.875
 [hls,applehttp @ 0x1304bc0] stream 1: start_time: 12692473.976 duration:
 -192153584101141.156
 [hls,applehttp @ 0x1304bc0] format: start_time: 12692473.976 duration:
 -9223372036854.775 bitrate=1 kb/s
 [hls,applehttp @ 0x1304bc0] After avformat_find_stream_info() pos: 307
 bytes read:307 seeks:0 frames:237
 Input #0, hls,applehttp, from 'systemtime_timestamps/master_live.m3u8':
   Duration: N/A, start: 12692473.976042, bitrate: 1 kb/s
   Program 0
     Metadata:
       variant_bitrate : 1397340
     Stream #0:0, 0, 1/30000: Video: hevc (Main), 1 reference frame (hvc1 /
 0x31637668), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], 0/1, 1 kb/s, 29.97
 tbr, 30k tbn, 29.97 tbc
     Metadata:
       variant_bitrate : 1397340
       major_brand     : iso5
       minor_version   : 0
       compatible_brands: iso4hvc1iso5dash
       creation_time   : 2018-05-27T19:07:33.000000Z
     Stream #0:1(eng), 237, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D),
 48000 Hz, stereo, fltp (default)
     Metadata:
       variant_bitrate : 1397340
       major_brand     : iso6
       minor_version   : 0
       compatible_brands: iso5dash
       creation_time   : 2018-05-27T19:07:33.000000Z
       comment         : English
 Successfully opened the file.
 Parsing a group of options: output url output.mp4.
 Successfully parsed a group of options.
 Opening an output file: output.mp4.
 [file @ 0x13c0380] Setting default whitelist 'file,crypto'
 Successfully opened the file.
 detected 4 logical cores
 [hevc @ 0x1324c00] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x1324c00] Decoding VPS
 [hevc @ 0x1324c00] Main profile bitstream
 [hevc @ 0x1324c00] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x1324c00] Decoding SPS
 [hevc @ 0x1324c00] Main profile bitstream
 [hevc @ 0x1324c00] Decoding VUI
 [hevc @ 0x1324c00] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x1324c00] Decoding PPS
 Stream mapping:
   Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264))
   Stream #0:1 -> #0:1 (aac (native) -> aac (native))
 Press [q] to stop, [?] for help
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [graph_1_in_0_1 @ 0x14d7180] Setting 'time_base' to value '1/48000'
 [graph_1_in_0_1 @ 0x14d7180] Setting 'sample_rate' to value '48000'
 [graph_1_in_0_1 @ 0x14d7180] Setting 'sample_fmt' to value 'fltp'
 [graph_1_in_0_1 @ 0x14d7180] Setting 'channel_layout' to value '0x3'
 [graph_1_in_0_1 @ 0x14d7180] tb:1/48000 samplefmt:fltp samplerate:48000
 chlayout:0x3
 [format_out_0_1 @ 0x14d73c0] Setting 'sample_fmts' to value 'fltp'
 [format_out_0_1 @ 0x14d73c0] Setting 'sample_rates' to value
 '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
 [AVFilterGraph @ 0x132dd00] query_formats: 4 queried, 9 merged, 0 already
 done, 0 delayed
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
     Last message repeated 128 times
 Too many packets buffered for output stream 0:1.
 [AVIOContext @ 0x133dbc0] Statistics: 0 seeks, 0 writeouts
 [aac @ 0x133b440] Qavg: 233.642
 [aac @ 0x133b440] 2 frames left in the queue on closing
 [AVIOContext @ 0x13164c0] Statistics: 65536 bytes read, 0 seeks
 [AVIOContext @ 0x131ca40] Statistics: 131072 bytes read, 0 seeks
 [AVIOContext @ 0x130d780] Statistics: 307 bytes read, 0 seeks
 Conversion failed!
 }}}



 Here is the full report.log content:

 {{{
 ffmpeg started on 2018-05-27 at 19:02:19
 Report written to "ffmpeg-20180527-190219.log"
 Command line:
 ffmpeg -report -y -v 9 -loglevel 99 -live_start_index 0 -i
 systemtime_timestamps/master_live.m3u8 output.mp4
 ffmpeg version 3.4.git Copyright (c) 2000-2018 the FFmpeg developers
   built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-28)
   configuration: --prefix=/usr --bindir=/usr/bin
 --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg
 --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man
 --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-
 gcc-switches -m64 -mtune=generic' --extra-ldflags='-Wl,-z,relro '
 --enable-bzlib --enable-libdrm --disable-crystalhd --enable-fontconfig
 --enable-gcrypt --enable-gnutls --enable-ladspa --enable-libass --enable-
 libcdio --enable-libfdk-aac --enable-nonfree --enable-indev=jack --enable-
 libfreetype --enable-libfribidi --enable-libgsm --enable-libmp3lame
 --enable-opengl --enable-libopenjpeg --enable-libpulse --enable-
 libsmbclient --enable-version3 --enable-libsoxr --enable-libspeex
 --enable-libssh --enable-libtheora --enable-libvorbis --enable-libv4l2
 --enable-libx264 --enable-libx265 --enable-avfilter --enable-avresample
 --enable-postproc --enable-pthreads --disable-static --enable-shared
 --enab  libavutil      56. 18.102 / 56. 18.102
   libavcodec     58. 19.104 / 58. 19.104
   libavformat    58. 17.100 / 58. 17.100
   libavdevice    58.  4.100 / 58.  4.100
   libavfilter     7. 24.100 /  7. 24.100
   libavresample   4.  0.  0 /  4.  0.  0
   libswscale      5.  2.100 /  5.  2.100
   libswresample   3.  2.100 /  3.  2.100
   libpostproc    55.  2.100 / 55.  2.100
 Splitting the commandline.
 Reading option '-report' ... matched as option 'report' (generate a
 report) with argument '1'.
 Reading option '-y' ... matched as option 'y' (overwrite output files)
 with argument '1'.
 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 '-live_start_index' ... matched as AVOption
 'live_start_index' with argument '0'.
 Reading option '-i' ... matched as input url with argument
 'systemtime_timestamps/master_live.m3u8'.
 Reading option 'output.mp4' ... matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option report (generate a report) with argument 1.
 Applying option y (overwrite output files) with argument 1.
 Applying option v (set logging level) with argument 9.
 Applying option loglevel (set logging level) with argument 99.
 Successfully parsed a group of options.
 Parsing a group of options: input url
 systemtime_timestamps/master_live.m3u8.
 Successfully parsed a group of options.
 Opening an input file: systemtime_timestamps/master_live.m3u8.
 [NULL @ 0x7256c0] Opening 'systemtime_timestamps/master_live.m3u8' for
 reading
 [file @ 0x725f00] Setting default whitelist 'file,crypto'
 [hls,applehttp @ 0x7256c0] Format hls,applehttp probed with size=2048 and
 score=100
 [hls,applehttp @ 0x7256c0] Opening
 'systemtime_timestamps/stream/stream_0/playlist_live.m3u8' for reading
 [AVIOContext @ 0x72ae00] Statistics: 1304 bytes read, 0 seeks
 [hls,applehttp @ 0x7256c0] Opening
 'systemtime_timestamps/media/media_0/playlist_live.m3u8' for reading
 [AVIOContext @ 0x72c300] Statistics: 1298 bytes read, 0 seeks
 [hls,applehttp @ 0x7256c0] HLS request for url
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0000.init.mp4',
 offset 0, playlist 0
 [hls,applehttp @ 0x7256c0] Opening
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0000.init.mp4'
 for reading
 [hls,applehttp @ 0x7256c0] Downloading an initialization section of size
 786
 [AVIOContext @ 0x72dfc0] Statistics: 786 bytes read, 0 seeks
 [hls,applehttp @ 0x7256c0] HLS request for url
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0922.m4s',
 offset 0, playlist 0
 [hls,applehttp @ 0x7256c0] Opening
 'systemtime_timestamps/stream/stream_0/volume_1433_0000/segment_0922.m4s'
 for reading
 Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x72d880] ISO: File Type Major Brand: iso5
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x72d880] Unknown dref type 0x206c7275 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x72d880] found sidx time -9223372036854775808,
 using it for pts
 [hls,applehttp @ 0x7256c0] HLS request for url
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0000.init.mp4',
 offset 0, playlist 1
 [hls,applehttp @ 0x7256c0] Opening
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0000.init.mp4'
 for reading
 [hls,applehttp @ 0x7256c0] Downloading an initialization section of size
 646
 [AVIOContext @ 0x73cd00] Statistics: 646 bytes read, 0 seeks
 [hls,applehttp @ 0x7256c0] HLS request for url
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0922.m4s',
 offset 0, playlist 1
 [hls,applehttp @ 0x7256c0] Opening
 'systemtime_timestamps/media/media_0/volume_1433_0000/segment_0922.m4s'
 for reading
 Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x73bcc0] ISO: File Type Major Brand: iso6
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x73bcc0] Unknown dref type 0x206c7275 size 12
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x73bcc0] could not find corresponding track id
 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x73bcc0] found tfdt time 609238750850, using
 it for dts
 [hls,applehttp @ 0x7256c0] Before avformat_find_stream_info() pos: 307
 bytes read:307 seeks:0 nb_streams:2
 [hevc @ 0x73b740] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x73b740] Decoding VPS
 [hevc @ 0x73b740] Main profile bitstream
 [hevc @ 0x73b740] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x73b740] Decoding SPS
 [hevc @ 0x73b740] Main profile bitstream
 [hevc @ 0x73b740] Decoding VUI
 [hevc @ 0x73b740] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x73b740] Decoding PPS
 [hls,applehttp @ 0x7256c0] max_analyze_duration 5000000 reached at 5013333
 microseconds st:1
 [hls,applehttp @ 0x7256c0] After avformat_find_stream_info() pos: 307
 bytes read:307 seeks:0 frames:237
 Input #0, hls,applehttp, from 'systemtime_timestamps/master_live.m3u8':
   Duration: N/A, start: 12692473.976042, bitrate: 1 kb/s
   Program 0
     Metadata:
       variant_bitrate : 1397340
     Stream #0:0, 0, 1/30000: Video: hevc (Main), 1 reference frame (hvc1 /
 0x31637668), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], 0/1, 1 kb/s, 29.97
 tbr, 30k tbn, 29.97 tbc
     Metadata:
       variant_bitrate : 1397340
       major_brand     : iso5
       minor_version   : 0
       compatible_brands: iso4hvc1iso5dash
       creation_time   : 2018-05-27T19:07:33.000000Z
     Stream #0:1(eng), 237, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D),
 48000 Hz, stereo, fltp (default)
     Metadata:
       variant_bitrate : 1397340
       major_brand     : iso6
       minor_version   : 0
       compatible_brands: iso5dash
       creation_time   : 2018-05-27T19:07:33.000000Z
       comment         : English
 Successfully opened the file.
 Parsing a group of options: output url output.mp4.
 Successfully parsed a group of options.
 Opening an output file: output.mp4.
 [file @ 0x7e1440] Setting default whitelist 'file,crypto'
 Successfully opened the file.
 detected 4 logical cores
 [hevc @ 0x75bdc0] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x75bdc0] Decoding VPS
 [hevc @ 0x75bdc0] Main profile bitstream
 [hevc @ 0x75bdc0] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x75bdc0] Decoding SPS
 [hevc @ 0x75bdc0] Main profile bitstream
 [hevc @ 0x75bdc0] Decoding VUI
 [hevc @ 0x75bdc0] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
 [hevc @ 0x75bdc0] Decoding PPS
 Stream mapping:
   Stream #0:0 -> #0:0 (hevc (native) -> h264 (libx264))
   Stream #0:1 -> #0:1 (aac (native) -> aac (native))
 Press [q] to stop, [?] for help
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 [graph_1_in_0_1 @ 0x8f6c00] Setting 'time_base' to value '1/48000'
 [graph_1_in_0_1 @ 0x8f6c00] Setting 'sample_rate' to value '48000'
 [graph_1_in_0_1 @ 0x8f6c00] Setting 'sample_fmt' to value 'fltp'
 [graph_1_in_0_1 @ 0x8f6c00] Setting 'channel_layout' to value '0x3'
 [graph_1_in_0_1 @ 0x8f6c00] tb:1/48000 samplefmt:fltp samplerate:48000
 chlayout:0x3
 [format_out_0_1 @ 0x8f7040] Setting 'sample_fmts' to value 'fltp'
 [format_out_0_1 @ 0x8f7040] Setting 'sample_rates' to value
 '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
 [AVFilterGraph @ 0x725440] query_formats: 4 queried, 9 merged, 0 already
 done, 0 delayed
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 cur_dts is invalid (this is harmless if it occurs once at the start per
 stream)
 Too many packets buffered for output stream 0:1.
 [AVIOContext @ 0x75b300] Statistics: 0 seeks, 0 writeouts
 [aac @ 0x7523c0] Qavg: 233.642
 [aac @ 0x7523c0] 2 frames left in the queue on closing
 [AVIOContext @ 0x736fc0] Statistics: 65536 bytes read, 0 seeks
 [AVIOContext @ 0x73d440] Statistics: 131072 bytes read, 0 seeks
 [AVIOContext @ 0x72e280] Statistics: 307 bytes read, 0 seeks
 Conversion failed!

 }}}


 Another thing I noticed is, if I use the non-live stream (that contains an
 #EXT-X-ENDLIST tag at the end of the playlists) which can be done by
 pointing to "systemtime_timestamps/master.m3u8" instead of
 "systemtime_timestamps/master_live.m3u8". Then ffprobe reports start_time
 values that are correct :

 {{{
 [hls,applehttp @ 0x20a56c0] stream 0: start_time: 12692473.976 duration:
 230.230
 [hls,applehttp @ 0x20a56c0] stream 1: start_time: 12692473.976 duration:
 -192153584101141.156
 [hls,applehttp @ 0x20a56c0] format: start_time: 12692473.976 duration:
 230.230 bitrate=0 kb/s
 }}}
 Though, I'm not sure if the duration is right


 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7235>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list