[FFmpeg-user] Zeroing 'top_field_first' & 'repeat_pict' -- Possible?

Mark Filipak markfilipak.windows+ffmpeg at gmail.com
Sat Apr 25 15:44:48 EEST 2020


On 04/25/2020 05:15 AM, Paul B Mahol wrote:
> On 4/25/20, Mark Filipak <markfilipak.windows+ffmpeg at gmail.com> wrote:
>> ffprobe reports:
>>
>> frames.frame.0.interlaced_frame=0
>> frames.frame.0.top_field_first=1
>> frames.frame.0.repeat_pict=1
>> frames.frame.1.interlaced_frame=0
>> frames.frame.1.top_field_first=0
>> frames.frame.1.repeat_pict=0
>> frames.frame.2.interlaced_frame=0
>> frames.frame.2.top_field_first=0
>> frames.frame.2.repeat_pict=1
>> frames.frame.3.interlaced_frame=0
>> frames.frame.3.top_field_first=1
>> frames.frame.3.repeat_pict=0
>>
>> Is there an ffmpeg way to zero those metadata flags in the input prior to
>> the decoder so that the
>> decoder thinks that the input is solely progressive?
> 
> No, are you now mixing filtering and decoding?

No. I wrote "prior to the decoder". Did you notice? In contrast to "prior to the decoder", I assume 
that filters operate on frames/fields/pixels prior to the output.

>> frames.frame.0.interlaced_frame=0
>> frames.frame.0.top_field_first=0
>> frames.frame.0.repeat_pict=0
>> frames.frame.1.interlaced_frame=0
>> frames.frame.1.top_field_first=0
>> frames.frame.1.repeat_pict=0
>> frames.frame.2.interlaced_frame=0
>> frames.frame.2.top_field_first=0
>> frames.frame.2.repeat_pict=0
>> frames.frame.3.interlaced_frame=0
>> frames.frame.3.top_field_first=0
>> frames.frame.3.repeat_pict=0
>>
>> Alternatively, is there a way to simply force the decoder to ignore the
>> flags?
> 
> decoder ignores flags anyway.

Okay. Can I ask about something that's bothered me from almost day-one with ffmpeg?
Here's an M2TS that's clearly soft telecined...

Input #0, mpegts, from 'G:\BDMV\STREAM\00007.m2ts':
   Duration: 00:23:11.42, start: 11.650667, bitrate: 7416 kb/s
   Program 1
     Stream #0:0[0x1011]: Video: mpeg2video (Main) (HDMV / 0x564D4448), yuv420p(tv, progressive), 
720x480 [SAR 8:9 DAR 4:3], Closed Captions, 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
frames.frame.0.best_effort_timestamp_time="0:00:11.650667"
frames.frame.0.interlaced_frame=0
frames.frame.0.top_field_first=1
frames.frame.0.repeat_pict=1
frames.frame.1.interlaced_frame=0
frames.frame.1.top_field_first=0
frames.frame.1.repeat_pict=0
frames.frame.2.interlaced_frame=0
frames.frame.2.top_field_first=0
frames.frame.2.repeat_pict=1
frames.frame.3.interlaced_frame=0
frames.frame.3.top_field_first=1
frames.frame.3.repeat_pict=0

If ffmpeg ignores flags, why does ffprobe report that 00007.m2ts is 29.97 fps?

ffmpeg (from the transcode log) does the same. Look:

Input #0, mpegts, from 'G:\BDMV\STREAM\00007.m2ts':
   Duration: 00:23:11.42, start: 11.650667, bitrate: 7416 kb/s
   Program 1
     Stream #0:0[0x1011]: Video: mpeg2video (Main) (HDMV / 0x564D4448), yuv420p(tv, progressive), 
720x480 [SAR 8:9 DAR 4:3], Closed Captions, 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc

Why is that?

Thanks,
Mark.


The full transcode log follows.

ffmpeg started on 2020-04-25 at 07:52:53
Report written to "00007.1.LOG"
Log level: 32
Command line:
ffmpeg -report -ss 0:00 -analyzeduration 5000000000 -probesize 5000000000 -i 
"G:\\BDMV\\STREAM\\00007.m2ts" -map 0 -codec:v libx264 -crf 20 -codec:a copy -sn -dn 
"C:\\AVOut\\00007.1.MKV"
ffmpeg version git-2020-04-20-cacdac8 Copyright (c) 2000-2020 the FFmpeg developers
   built with gcc 9.3.1 (GCC) 20200328
   configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls 
--enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype 
--enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg 
--enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt 
--enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp 
--enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib 
--enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc 
--enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --disable-w32threads 
--enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc 
--enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
   libavutil      56. 42.102 / 56. 42.102
   libavcodec     58. 80.100 / 58. 80.100
   libavformat    58. 42.100 / 58. 42.100
   libavdevice    58.  9.103 / 58.  9.103
   libavfilter     7. 79.100 /  7. 79.100
   libswscale      5.  6.101 /  5.  6.101
   libswresample   3.  6.100 /  3.  6.100
   libpostproc    55.  6.100 / 55.  6.100
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 4 with DTS 1744365, packet 5 with 
DTS 2243671
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 4 with DTS 1744365, packet 5 with 
DTS 2243671
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 4 with DTS 1744365, packet 5 with 
DTS 2243671
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 4 with DTS 1744363, packet 5 with 
DTS 2243673
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 4 with DTS 1744362, packet 5 with 
DTS 2243674
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 4 with DTS 1744361, packet 5 with 
DTS 2243676
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 4 with DTS 1744361, packet 5 with 
DTS 2243676
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 4 with DTS 1744360, packet 5 with 
DTS 2243676
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 4 with DTS 1744357, packet 5 with 
DTS 2243679
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 4 with DTS 1744357, packet 5 with 
DTS 2243679
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 12 with DTS 2408005, packet 13 
with DTS 2679129
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 12 with DTS 2408002, packet 13 
with DTS 2679133
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 12 with DTS 2408002, packet 13 
with DTS 2679133
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 12 with DTS 2407996, packet 13 
with DTS 2679139
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 12 with DTS 2407996, packet 13 
with DTS 2679139
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 12 with DTS 2407995, packet 13 
with DTS 2679140
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 12 with DTS 2407994, packet 13 
with DTS 2679141
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 12 with DTS 2407994, packet 13 
with DTS 2679141
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 12 with DTS 2407981, packet 13 
with DTS 2679154
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 12 with DTS 2407978, packet 13 
with DTS 2679156
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 20 with DTS 2693312, packet 21 
with DTS 3003432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 20 with DTS 2693312, packet 21 
with DTS 3003432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 20 with DTS 2693304, packet 21 
with DTS 3003440
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 20 with DTS 2693302, packet 21 
with DTS 3003442
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 20 with DTS 2693302, packet 21 
with DTS 3003442
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 20 with DTS 2693296, packet 21 
with DTS 3003447
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 20 with DTS 2693294, packet 21 
with DTS 3003449
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 20 with DTS 2693290, packet 21 
with DTS 3003453
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 20 with DTS 2693290, packet 21 
with DTS 3003453
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 20 with DTS 2693287, packet 21 
with DTS 3003456
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 28 with DTS 3029649, packet 29 
with DTS 3498925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 28 with DTS 3029649, packet 29 
with DTS 3498925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 28 with DTS 3029648, packet 29 
with DTS 3498926
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 28 with DTS 3029646, packet 29 
with DTS 3498928
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 28 with DTS 3029643, packet 29 
with DTS 3498932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 28 with DTS 3029640, packet 29 
with DTS 3498935
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 28 with DTS 3029640, packet 29 
with DTS 3498935
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 28 with DTS 3029626, packet 29 
with DTS 3498948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 28 with DTS 3029626, packet 29 
with DTS 3498948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 28 with DTS 3029626, packet 29 
with DTS 3498949
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 36 with DTS 3513127, packet 37 
with DTS 3865296
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 36 with DTS 3513126, packet 37 
with DTS 3865297
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 36 with DTS 3513126, packet 37 
with DTS 3865297
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 36 with DTS 3513122, packet 37 
with DTS 3865301
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 36 with DTS 3513117, packet 37 
with DTS 3865307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 36 with DTS 3513113, packet 37 
with DTS 3865310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 36 with DTS 3513113, packet 37 
with DTS 3865310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 36 with DTS 3513106, packet 37 
with DTS 3865318
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 36 with DTS 3513102, packet 37 
with DTS 3865322
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 36 with DTS 3513102, packet 37 
with DTS 3865322
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 44 with DTS 3879488, packet 45 
with DTS 4174611
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 44 with DTS 3879483, packet 45 
with DTS 4174615
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 44 with DTS 3879482, packet 45 
with DTS 4174617
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 44 with DTS 3879474, packet 45 
with DTS 4174624
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 44 with DTS 3879474, packet 45 
with DTS 4174624
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 44 with DTS 3879475, packet 45 
with DTS 4174624
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 44 with DTS 3879475, packet 45 
with DTS 4174624
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 44 with DTS 3879469, packet 45 
with DTS 4174629
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 44 with DTS 3879467, packet 45 
with DTS 4174632
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 44 with DTS 3879467, packet 45 
with DTS 4174632
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 52 with DTS 4200822, packet 53 
with DTS 4558982
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 52 with DTS 4200808, packet 53 
with DTS 4558996
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 52 with DTS 4200808, packet 53 
with DTS 4558996
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 52 with DTS 4200807, packet 53 
with DTS 4558997
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 52 with DTS 4200788, packet 53 
with DTS 4559015
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 52 with DTS 4200788, packet 53 
with DTS 4559015
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 52 with DTS 4200785, packet 53 
with DTS 4559018
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 52 with DTS 4200784, packet 53 
with DTS 4559020
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 52 with DTS 4200784, packet 53 
with DTS 4559020
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 52 with DTS 4200780, packet 53 
with DTS 4559024
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 60 with DTS 4573169, packet 61 
with DTS 4709157
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 60 with DTS 4573169, packet 61 
with DTS 4709157
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 60 with DTS 4573139, packet 61 
with DTS 4709186
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 60 with DTS 4573134, packet 61 
with DTS 4709192
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 60 with DTS 4573134, packet 61 
with DTS 4709192
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 60 with DTS 4573131, packet 61 
with DTS 4709194
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 60 with DTS 4573130, packet 61 
with DTS 4709195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 60 with DTS 4573130, packet 61 
with DTS 4709195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 60 with DTS 4573131, packet 61 
with DTS 4709195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 60 with DTS 4573131, packet 61 
with DTS 4709195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 68 with DTS 4723342, packet 69 
with DTS 5123547
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 68 with DTS 4723334, packet 69 
with DTS 5123555
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 68 with DTS 4723334, packet 69 
with DTS 5123556
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 68 with DTS 4723331, packet 69 
with DTS 5123558
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 68 with DTS 4723331, packet 69 
with DTS 5123558
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 68 with DTS 4723329, packet 69 
with DTS 5123561
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 68 with DTS 4723329, packet 69 
with DTS 5123561
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 68 with DTS 4723321, packet 69 
with DTS 5123568
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 68 with DTS 4723321, packet 69 
with DTS 5123569
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 68 with DTS 4723321, packet 69 
with DTS 5123569
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 76 with DTS 5137755, packet 77 
with DTS 5498924
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 76 with DTS 5137755, packet 77 
with DTS 5498924
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 76 with DTS 5137754, packet 77 
with DTS 5498924
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 76 with DTS 5137747, packet 77 
with DTS 5498932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 76 with DTS 5137742, packet 77 
with DTS 5498936
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 76 with DTS 5137736, packet 77 
with DTS 5498943
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 76 with DTS 5137736, packet 77 
with DTS 5498943
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 76 with DTS 5137733, packet 77 
with DTS 5498946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 76 with DTS 5137733, packet 77 
with DTS 5498946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 76 with DTS 5137731, packet 77 
with DTS 5498947
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 84 with DTS 5513067, packet 85 
with DTS 5700188
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 84 with DTS 5513075, packet 85 
with DTS 5739219
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 84 with DTS 5513074, packet 85 
with DTS 5739220
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 84 with DTS 5513070, packet 85 
with DTS 5739224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 84 with DTS 5513070, packet 85 
with DTS 5739224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 84 with DTS 5513068, packet 85 
with DTS 5739225
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 84 with DTS 5513068, packet 85 
with DTS 5739225
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 84 with DTS 5513064, packet 85 
with DTS 5739230
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 84 with DTS 5513062, packet 85 
with DTS 5739232
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 84 with DTS 5513062, packet 85 
with DTS 5739232
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 92 with DTS 5753370, packet 93 
with DTS 6159584
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 92 with DTS 5753365, packet 93 
with DTS 6159589
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 92 with DTS 5753365, packet 93 
with DTS 6159589
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 92 with DTS 5753365, packet 93 
with DTS 6159589
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 92 with DTS 5753365, packet 93 
with DTS 6159589
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 92 with DTS 5753365, packet 93 
with DTS 6159589
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 92 with DTS 5753363, packet 93 
with DTS 6159591
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 92 with DTS 5753361, packet 93 
with DTS 6159593
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 92 with DTS 5753361, packet 93 
with DTS 6159593
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 92 with DTS 5753360, packet 93 
with DTS 6159593
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 100 with DTS 6185797, packet 101 
with DTS 6483912
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 100 with DTS 6185797, packet 101 
with DTS 6483912
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 100 with DTS 6185788, packet 101 
with DTS 6483922
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 100 with DTS 6185788, packet 101 
with DTS 6483922
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 100 with DTS 6185784, packet 101 
with DTS 6483925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 100 with DTS 6185783, packet 101 
with DTS 6483926
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 100 with DTS 6185783, packet 101 
with DTS 6483926
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 100 with DTS 6185777, packet 101 
with DTS 6483932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 100 with DTS 6185772, packet 101 
with DTS 6483938
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 100 with DTS 6185769, packet 101 
with DTS 6483941
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 108 with DTS 6498102, packet 109 
with DTS 6745181
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 108 with DTS 6498102, packet 109 
with DTS 6745181
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 108 with DTS 6498095, packet 109 
with DTS 6745188
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 108 with DTS 6498093, packet 109 
with DTS 6745190
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 108 with DTS 6498090, packet 109 
with DTS 6745192
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 108 with DTS 6498090, packet 109 
with DTS 6745192
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 108 with DTS 6498086, packet 109 
with DTS 6745196
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 108 with DTS 6498086, packet 109 
with DTS 6745196
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 108 with DTS 6498086, packet 109 
with DTS 6745196
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 108 with DTS 6498066, packet 109 
with DTS 6745217
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 116 with DTS 6759361, packet 117 
with DTS 7132570
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 116 with DTS 6759357, packet 117 
with DTS 7132574
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 116 with DTS 6759357, packet 117 
with DTS 7132574
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 116 with DTS 6759354, packet 117 
with DTS 7132577
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 116 with DTS 6759354, packet 117 
with DTS 7132577
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 116 with DTS 6759353, packet 117 
with DTS 7132577
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 116 with DTS 6759352, packet 117 
with DTS 7132578
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 116 with DTS 6759342, packet 117 
with DTS 7132589
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 116 with DTS 6759338, packet 117 
with DTS 7132593
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 116 with DTS 6759338, packet 117 
with DTS 7132593
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 124 with DTS 7146758, packet 125 
with DTS 7628054
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 124 with DTS 7146753, packet 125 
with DTS 7628060
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 124 with DTS 7146753, packet 125 
with DTS 7628060
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 124 with DTS 7146751, packet 125 
with DTS 7628061
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 124 with DTS 7146751, packet 125 
with DTS 7628061
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 124 with DTS 7146751, packet 125 
with DTS 7628062
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 124 with DTS 7146750, packet 125 
with DTS 7628063
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 124 with DTS 7146748, packet 125 
with DTS 7628065
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 124 with DTS 7146748, packet 125 
with DTS 7628065
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 124 with DTS 7146748, packet 125 
with DTS 7628065
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 132 with DTS 7657260, packet 133 
with DTS 7871306
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 132 with DTS 7657260, packet 133 
with DTS 7871306
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 132 with DTS 7657249, packet 133 
with DTS 7871316
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 132 with DTS 7657249, packet 133 
with DTS 7871317
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 132 with DTS 7657247, packet 133 
with DTS 7871319
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 132 with DTS 7657247, packet 133 
with DTS 7871319
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 132 with DTS 7657245, packet 133 
with DTS 7871321
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 132 with DTS 7657245, packet 133 
with DTS 7871321
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 132 with DTS 7657244, packet 133 
with DTS 7871322
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 132 with DTS 7657219, packet 133 
with DTS 7871346
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 140 with DTS 7897508, packet 141 
with DTS 8198625
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 140 with DTS 7897508, packet 141 
with DTS 8198625
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 140 with DTS 7897502, packet 141 
with DTS 8198630
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 140 with DTS 7897502, packet 141 
with DTS 8198630
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 140 with DTS 7897497, packet 141 
with DTS 8198635
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 140 with DTS 7897497, packet 141 
with DTS 8198636
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 140 with DTS 7897497, packet 141 
with DTS 8198636
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 140 with DTS 7897495, packet 141 
with DTS 8198637
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 140 with DTS 7897493, packet 141 
with DTS 8198639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 140 with DTS 7897493, packet 141 
with DTS 8198640
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 148 with DTS 8212773, packet 149 
with DTS 8438915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 148 with DTS 8212779, packet 149 
with DTS 8453923
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 148 with DTS 8212779, packet 149 
with DTS 8453924
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 148 with DTS 8212771, packet 149 
with DTS 8453931
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 148 with DTS 8212770, packet 149 
with DTS 8453932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 148 with DTS 8212770, packet 149 
with DTS 8453932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 148 with DTS 8212770, packet 149 
with DTS 8453932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 148 with DTS 8212770, packet 149 
with DTS 8453932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 148 with DTS 8212768, packet 149 
with DTS 8453935
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 148 with DTS 8212768, packet 149 
with DTS 8453935
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 156 with DTS 8468064, packet 157 
with DTS 8640079
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 156 with DTS 8468057, packet 157 
with DTS 8640086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 156 with DTS 8468057, packet 157 
with DTS 8640086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 156 with DTS 8468057, packet 157 
with DTS 8640087
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 156 with DTS 8468057, packet 157 
with DTS 8640087
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 156 with DTS 8468056, packet 157 
with DTS 8640088
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 156 with DTS 8468056, packet 157 
with DTS 8640088
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 156 with DTS 8468030, packet 157 
with DTS 8640114
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 156 with DTS 8468030, packet 157 
with DTS 8640114
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 156 with DTS 8468028, packet 157 
with DTS 8640116
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 164 with DTS 8654254, packet 165 
with DTS 8913348
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 164 with DTS 8654254, packet 165 
with DTS 8913348
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 164 with DTS 8654253, packet 165 
with DTS 8913350
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 164 with DTS 8654247, packet 165 
with DTS 8913356
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 164 with DTS 8654245, packet 165 
with DTS 8913358
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 164 with DTS 8654243, packet 165 
with DTS 8913359
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 164 with DTS 8654243, packet 165 
with DTS 8913359
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 164 with DTS 8654217, packet 165 
with DTS 8913385
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 164 with DTS 8654217, packet 165 
with DTS 8913385
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 164 with DTS 8654263, packet 165 
with DTS 9222649
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 172 with DTS 8927521, packet 173 
with DTS 9222664
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 172 with DTS 8927491, packet 173 
with DTS 9222694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 172 with DTS 8927490, packet 173 
with DTS 9222694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 172 with DTS 8927490, packet 173 
with DTS 9222695
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 172 with DTS 8927490, packet 173 
with DTS 9222695
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 172 with DTS 8927490, packet 173 
with DTS 9222695
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 172 with DTS 8927490, packet 173 
with DTS 9222695
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 172 with DTS 8927489, packet 173 
with DTS 9222696
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 172 with DTS 8927489, packet 173 
with DTS 9222696
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 180 with DTS 9248837, packet 181 
with DTS 9513960
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 180 with DTS 9248837, packet 181 
with DTS 9513960
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 180 with DTS 9248862, packet 181 
with DTS 9721142
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 172 with DTS 9248857, packet 173 
with DTS 9721146
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 180 with DTS 9248855, packet 181 
with DTS 9721148
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 180 with DTS 9248855, packet 181 
with DTS 9721148
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 180 with DTS 9248849, packet 181 
with DTS 9721155
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 180 with DTS 9248843, packet 181 
with DTS 9721160
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 180 with DTS 9248843, packet 181 
with DTS 9721160
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 180 with DTS 9248841, packet 181 
with DTS 9721162
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 188 with DTS 9528083, packet 189 
with DTS 9721199
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 188 with DTS 9528083, packet 189 
with DTS 9721199
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 188 with DTS 9735344, packet 189 
with DTS 10096521
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 188 with DTS 9735344, packet 189 
with DTS 10096521
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 196 with DTS 9735343, packet 197 
with DTS 10096522
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 196 with DTS 9735343, packet 197 
with DTS 10096522
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 180 with DTS 9735340, packet 181 
with DTS 10096524
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 188 with DTS 9735337, packet 189 
with DTS 10096527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 188 with DTS 9735332, packet 189 
with DTS 10096532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 188 with DTS 9735332, packet 189 
with DTS 10096532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 188 with DTS 9735333, packet 189 
with DTS 10096532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 188 with DTS 9735330, packet 189 
with DTS 10096534
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 196 with DTS 10110707, packet 197 
with DTS 10384821
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 188 with DTS 10110706, packet 189 
with DTS 10384822
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 196 with DTS 10110698, packet 197 
with DTS 10384829
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 196 with DTS 10110694, packet 197 
with DTS 10384833
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 196 with DTS 10110694, packet 197 
with DTS 10384833
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 196 with DTS 10110694, packet 197 
with DTS 10384834
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 196 with DTS 10110694, packet 197 
with DTS 10384834
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 196 with DTS 10110693, packet 197 
with DTS 10384834
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 204 with DTS 10110693, packet 205 
with DTS 10384835
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 204 with DTS 10110693, packet 205 
with DTS 10384835
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 204 with DTS 10399010, packet 205 
with DTS 10634054
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 204 with DTS 10399000, packet 205 
with DTS 10634064
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 204 with DTS 10399000, packet 205 
with DTS 10634064
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 196 with DTS 10398991, packet 197 
with DTS 10634074
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 204 with DTS 10398985, packet 205 
with DTS 10634080
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 204 with DTS 10398985, packet 205 
with DTS 10634080
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 212 with DTS 10398984, packet 213 
with DTS 10634081
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 212 with DTS 10398984, packet 213 
with DTS 10634081
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 204 with DTS 10398965, packet 205 
with DTS 10634100
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 204 with DTS 10398960, packet 205 
with DTS 10634104
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 212 with DTS 10648252, packet 213 
with DTS 11171598
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 212 with DTS 10648252, packet 213 
with DTS 11171598
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 204 with DTS 10648251, packet 205 
with DTS 11171600
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 220 with DTS 10648246, packet 221 
with DTS 11171605
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 220 with DTS 10648246, packet 221 
with DTS 11171605
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 212 with DTS 10648242, packet 213 
with DTS 11171609
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 212 with DTS 10648240, packet 213 
with DTS 11171610
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 212 with DTS 10648239, packet 213 
with DTS 11171611
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 212 with DTS 10648238, packet 213 
with DTS 11171612
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 212 with DTS 10648238, packet 213 
with DTS 11171612
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 220 with DTS 11185785, packet 221 
with DTS 11501933
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 220 with DTS 11185785, packet 221 
with DTS 11501933
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 220 with DTS 11185777, packet 221 
with DTS 11501941
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 220 with DTS 11185774, packet 221 
with DTS 11501944
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 220 with DTS 11185774, packet 221 
with DTS 11501944
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 220 with DTS 11185765, packet 221 
with DTS 11501953
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 228 with DTS 11185754, packet 229 
with DTS 11501964
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 228 with DTS 11185754, packet 229 
with DTS 11501964
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 220 with DTS 11185750, packet 221 
with DTS 11501968
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 212 with DTS 11185742, packet 213 
with DTS 11501976
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 236 with DTS 11516120, packet 237 
with DTS 11766191
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 236 with DTS 11516120, packet 237 
with DTS 11766191
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 228 with DTS 11516119, packet 229 
with DTS 11766192
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 228 with DTS 11516112, packet 229 
with DTS 11766199
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 228 with DTS 11516112, packet 229 
with DTS 11766199
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 228 with DTS 11516110, packet 229 
with DTS 11766201
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 228 with DTS 11516109, packet 229 
with DTS 11766203
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 220 with DTS 11516098, packet 221 
with DTS 11766214
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 228 with DTS 11516096, packet 229 
with DTS 11766216
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 228 with DTS 11516096, packet 229 
with DTS 11766216
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 236 with DTS 11780338, packet 237 
with DTS 12051523
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 236 with DTS 11780338, packet 237 
with DTS 12051523
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 244 with DTS 11780336, packet 245 
with DTS 12051525
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 244 with DTS 11780336, packet 245 
with DTS 12051525
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 236 with DTS 11780335, packet 237 
with DTS 12051525
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 236 with DTS 11780335, packet 237 
with DTS 12051525
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 228 with DTS 11780334, packet 229 
with DTS 12051526
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 236 with DTS 11780331, packet 237 
with DTS 12051529
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 236 with DTS 11780328, packet 237 
with DTS 12051532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 236 with DTS 11780328, packet 237 
with DTS 12051532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 252 with DTS 12065672, packet 253 
with DTS 12378801
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 252 with DTS 12065672, packet 253 
with DTS 12378801
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 244 with DTS 12065660, packet 245 
with DTS 12378813
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 244 with DTS 12065660, packet 245 
with DTS 12378813
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 244 with DTS 12065657, packet 245 
with DTS 12378816
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 244 with DTS 12065657, packet 245 
with DTS 12378816
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 244 with DTS 12065656, packet 245 
with DTS 12378816
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 244 with DTS 12065649, packet 245 
with DTS 12378823
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 236 with DTS 12065649, packet 237 
with DTS 12378824
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 244 with DTS 12065648, packet 245 
with DTS 12378825
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 252 with DTS 12404998, packet 253 
with DTS 12558994
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 252 with DTS 12404968, packet 253 
with DTS 12559024
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 252 with DTS 12404965, packet 253 
with DTS 12559026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 252 with DTS 12404965, packet 253 
with DTS 12559026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 260 with DTS 12404963, packet 261 
with DTS 12559028
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 260 with DTS 12404963, packet 261 
with DTS 12559028
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 244 with DTS 12404962, packet 245 
with DTS 12559030
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 252 with DTS 12404959, packet 253 
with DTS 12559033
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 252 with DTS 12404959, packet 253 
with DTS 12559033
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 252 with DTS 12404958, packet 253 
with DTS 12559034
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 260 with DTS 12585185, packet 261 
with DTS 13045472
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 260 with DTS 12585184, packet 261 
with DTS 13045474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 260 with DTS 12585179, packet 261 
with DTS 13045479
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 252 with DTS 12585178, packet 253 
with DTS 13045480
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 260 with DTS 12585176, packet 261 
with DTS 13045481
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 260 with DTS 12585176, packet 261 
with DTS 13045481
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 268 with DTS 12585176, packet 269 
with DTS 13045482
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 268 with DTS 12585176, packet 269 
with DTS 13045482
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 260 with DTS 12585169, packet 261 
with DTS 13045489
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 260 with DTS 12585169, packet 261 
with DTS 13045489
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 260 with DTS 14359900, packet 261 
with DTS 14691174
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 276 with DTS 14359903, packet 277 
with DTS 14718199
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 276 with DTS 14359903, packet 277 
with DTS 14718199
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 268 with DTS 14359907, packet 269 
with DTS 14748224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 268 with DTS 14359907, packet 269 
with DTS 14748224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 268 with DTS 14359904, packet 269 
with DTS 14748227
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 268 with DTS 14359905, packet 269 
with DTS 14748227
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 268 with DTS 14359899, packet 269 
with DTS 14748233
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 268 with DTS 14359899, packet 269 
with DTS 14748233
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 268 with DTS 14359898, packet 269 
with DTS 14748234
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 284 with DTS 14795401, packet 285 
with DTS 15201619
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 284 with DTS 14795401, packet 285 
with DTS 15201619
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 276 with DTS 14795398, packet 277 
with DTS 15210630
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 276 with DTS 14795398, packet 277 
with DTS 15210630
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 268 with DTS 14795393, packet 269 
with DTS 15210635
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 276 with DTS 14795393, packet 277 
with DTS 15210635
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 276 with DTS 14795392, packet 277 
with DTS 15210637
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 276 with DTS 14795392, packet 277 
with DTS 15210637
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 276 with DTS 14795389, packet 277 
with DTS 15210639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 276 with DTS 14795388, packet 277 
with DTS 15210640
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 284 with DTS 15732313, packet 285 
with DTS 15928369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 284 with DTS 15732313, packet 285 
with DTS 15928369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 292 with DTS 15732304, packet 293 
with DTS 15928377
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 292 with DTS 15732304, packet 293 
with DTS 15928377
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 276 with DTS 15732293, packet 277 
with DTS 15928388
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 284 with DTS 15732289, packet 285 
with DTS 15928393
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 284 with DTS 15732289, packet 285 
with DTS 15928393
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 284 with DTS 15732287, packet 285 
with DTS 15928394
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 284 with DTS 15732285, packet 285 
with DTS 15928396
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 284 with DTS 15732284, packet 285 
with DTS 15928397
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 292 with DTS 15942527, packet 293 
with DTS 16219655
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 292 with DTS 15942527, packet 293 
with DTS 16219655
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 292 with DTS 15942527, packet 293 
with DTS 16219655
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 292 with DTS 15942526, packet 293 
with DTS 16219656
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 284 with DTS 15942520, packet 285 
with DTS 16219662
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 300 with DTS 15942519, packet 301 
with DTS 16219663
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 300 with DTS 15942519, packet 301 
with DTS 16219663
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 292 with DTS 15942518, packet 293 
with DTS 16219665
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 292 with DTS 15942518, packet 293 
with DTS 16219665
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 292 with DTS 15942493, packet 293 
with DTS 16219689
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 300 with DTS 16915517, packet 301 
with DTS 17321738
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 300 with DTS 16915515, packet 301 
with DTS 17321740
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 300 with DTS 16915515, packet 301 
with DTS 17321740
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 300 with DTS 16915516, packet 301 
with DTS 17321740
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 292 with DTS 16915513, packet 293 
with DTS 17321743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 300 with DTS 16915513, packet 301 
with DTS 17321743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 300 with DTS 16915508, packet 301 
with DTS 17321748
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 300 with DTS 16915508, packet 301 
with DTS 17321748
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 308 with DTS 16921511, packet 309 
with DTS 17321750
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 308 with DTS 16921511, packet 309 
with DTS 17321750
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 308 with DTS 17951498, packet 309 
with DTS 18054524
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 308 with DTS 17951498, packet 309 
with DTS 18054524
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 316 with DTS 17957503, packet 317 
with DTS 18054525
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 316 with DTS 17957503, packet 317 
with DTS 18054525
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 308 with DTS 17951493, packet 309 
with DTS 18054530
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 308 with DTS 17951493, packet 309 
with DTS 18054530
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 308 with DTS 17951493, packet 309 
with DTS 18054530
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 308 with DTS 17951491, packet 309 
with DTS 18054532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 308 with DTS 17951488, packet 309 
with DTS 18054535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 300 with DTS 17951498, packet 301 
with DTS 18087557
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 316 with DTS 18080685, packet 317 
with DTS 18537950
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 316 with DTS 18080678, packet 317 
with DTS 18537957
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 308 with DTS 18101697, packet 309 
with DTS 18537959
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 324 with DTS 18080675, packet 325 
with DTS 18537960
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 324 with DTS 18080675, packet 325 
with DTS 18537960
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 316 with DTS 18080670, packet 317 
with DTS 18537964
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 316 with DTS 18080670, packet 317 
with DTS 18537964
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 316 with DTS 18080658, packet 317 
with DTS 18537977
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 316 with DTS 18080656, packet 317 
with DTS 18537978
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 316 with DTS 18080656, packet 317 
with DTS 18537978
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 332 with DTS 18657225, packet 333 
with DTS 19039486
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 332 with DTS 18657225, packet 333 
with DTS 19039486
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 324 with DTS 18657241, packet 325 
with DTS 19099531
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 324 with DTS 18657241, packet 325 
with DTS 19099531
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 324 with DTS 18657237, packet 325 
with DTS 19099535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 324 with DTS 18657237, packet 325 
with DTS 19099535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 324 with DTS 18657232, packet 325 
with DTS 19099539
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 316 with DTS 18657231, packet 317 
with DTS 19099541
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 324 with DTS 18657230, packet 325 
with DTS 19099542
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 324 with DTS 18657230, packet 325 
with DTS 19099542
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 324 with DTS 19158690, packet 325 
with DTS 19390874
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 332 with DTS 19158697, packet 333 
with DTS 19453929
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 332 with DTS 19158697, packet 333 
with DTS 19453929
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 340 with DTS 19158697, packet 341 
with DTS 19453930
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 340 with DTS 19158697, packet 341 
with DTS 19453930
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 332 with DTS 19158695, packet 333 
with DTS 19453932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 332 with DTS 19158693, packet 333 
with DTS 19453933
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 332 with DTS 19158693, packet 333 
with DTS 19453934
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 332 with DTS 19158693, packet 333 
with DTS 19453934
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 332 with DTS 19158690, packet 333 
with DTS 19453936
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 348 with DTS 20480055, packet 349 
with DTS 20748185
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 348 with DTS 20480055, packet 349 
with DTS 20748185
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 332 with DTS 20471064, packet 333 
with DTS 20805223
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 340 with DTS 20471063, packet 341 
with DTS 20805225
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 340 with DTS 20471061, packet 341 
with DTS 20805226
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 340 with DTS 20471061, packet 341 
with DTS 20805226
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 340 with DTS 20471055, packet 341 
with DTS 20805232
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 340 with DTS 20471052, packet 341 
with DTS 20805235
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 340 with DTS 20471052, packet 341 
with DTS 20805235
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 340 with DTS 20471049, packet 341 
with DTS 20805239
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 356 with DTS 21320864, packet 357 
with DTS 21453920
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 356 with DTS 21320864, packet 357 
with DTS 21453920
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 348 with DTS 21299850, packet 349 
with DTS 21504964
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 348 with DTS 21299850, packet 349 
with DTS 21504964
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 348 with DTS 21299850, packet 349 
with DTS 21504965
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 340 with DTS 21299846, packet 341 
with DTS 21504968
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 348 with DTS 21299845, packet 349 
with DTS 21504969
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 348 with DTS 21299845, packet 349 
with DTS 21504969
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 348 with DTS 21299844, packet 349 
with DTS 21504970
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 348 with DTS 21299839, packet 349 
with DTS 21504975
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 356 with DTS 21519107, packet 357 
with DTS 21793215
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 356 with DTS 21519107, packet 357 
with DTS 21793215
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 348 with DTS 21519097, packet 349 
with DTS 21793225
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 356 with DTS 21519094, packet 357 
with DTS 21793227
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 356 with DTS 21519089, packet 357 
with DTS 21793233
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 356 with DTS 21519084, packet 357 
with DTS 21793238
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 356 with DTS 21519084, packet 357 
with DTS 21793238
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 364 with DTS 21519083, packet 365 
with DTS 21793239
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 364 with DTS 21519083, packet 365 
with DTS 21793239
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 356 with DTS 21519074, packet 357 
with DTS 21793248
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 364 with DTS 21807395, packet 365 
with DTS 22141563
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 364 with DTS 21807392, packet 365 
with DTS 22141566
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 364 with DTS 21807385, packet 365 
with DTS 22141573
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 364 with DTS 21807385, packet 365 
with DTS 22141573
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 356 with DTS 21807378, packet 357 
with DTS 22141579
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 372 with DTS 21807373, packet 373 
with DTS 22141585
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 372 with DTS 21807373, packet 373 
with DTS 22141585
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 364 with DTS 21807367, packet 365 
with DTS 22141591
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 364 with DTS 21807367, packet 365 
with DTS 22141591
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 364 with DTS 21807359, packet 365 
with DTS 22141598
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 372 with DTS 22155732, packet 373 
with DTS 22456889
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 380 with DTS 22155713, packet 381 
with DTS 22456907
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 380 with DTS 22155713, packet 381 
with DTS 22456907
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 372 with DTS 22155709, packet 373 
with DTS 22456912
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 372 with DTS 22155705, packet 373 
with DTS 22456915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 372 with DTS 22155705, packet 373 
with DTS 22456915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 364 with DTS 22155701, packet 365 
with DTS 22456919
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 372 with DTS 22155698, packet 373 
with DTS 22456922
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 372 with DTS 22155690, packet 373 
with DTS 22456931
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 372 with DTS 22155690, packet 373 
with DTS 22456931
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 380 with DTS 23170769, packet 381 
with DTS 23444852
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 380 with DTS 23170760, packet 381 
with DTS 23444861
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 388 with DTS 23176764, packet 389 
with DTS 23444864
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 388 with DTS 23176764, packet 389 
with DTS 23444864
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 380 with DTS 23176764, packet 381 
with DTS 23444864
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 380 with DTS 23170754, packet 381 
with DTS 23444868
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 380 with DTS 23170754, packet 381 
with DTS 23444868
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 380 with DTS 23170745, packet 381 
with DTS 23444876
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 380 with DTS 23170745, packet 381 
with DTS 23444876
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 372 with DTS 23170736, packet 373 
with DTS 23444885
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 388 with DTS 23459040, packet 389 
with DTS 23838262
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 388 with DTS 23459034, packet 389 
with DTS 23838269
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 388 with DTS 23459034, packet 389 
with DTS 23838269
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 388 with DTS 23459030, packet 389 
with DTS 23838273
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 396 with DTS 23459026, packet 397 
with DTS 23838276
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 396 with DTS 23459026, packet 397 
with DTS 23838276
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 388 with DTS 23459024, packet 389 
with DTS 23838278
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 388 with DTS 23459024, packet 389 
with DTS 23838278
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 388 with DTS 23459024, packet 389 
with DTS 23838278
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 380 with DTS 23459023, packet 381 
with DTS 23838279
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 396 with DTS 23852455, packet 397 
with DTS 24417820
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 396 with DTS 23852455, packet 397 
with DTS 24417820
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 404 with DTS 23852442, packet 405 
with DTS 24417833
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 404 with DTS 23852442, packet 405 
with DTS 24417833
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 388 with DTS 23852439, packet 389 
with DTS 24417835
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 396 with DTS 23852440, packet 397 
with DTS 24417835
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 396 with DTS 23852435, packet 397 
with DTS 24417839
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 396 with DTS 23852434, packet 397 
with DTS 24417841
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 396 with DTS 23852434, packet 397 
with DTS 24417841
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 396 with DTS 23852428, packet 397 
with DTS 24417847
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 404 with DTS 25230827, packet 405 
with DTS 25595000
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 404 with DTS 25230825, packet 405 
with DTS 25595003
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 404 with DTS 25230820, packet 405 
with DTS 25595008
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 412 with DTS 25230819, packet 413 
with DTS 25595009
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 412 with DTS 25230819, packet 413 
with DTS 25595009
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 404 with DTS 25230819, packet 405 
with DTS 25595009
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 404 with DTS 25230819, packet 405 
with DTS 25595009
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 396 with DTS 25230818, packet 397 
with DTS 25595010
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 404 with DTS 25230810, packet 405 
with DTS 25595017
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 404 with DTS 25230810, packet 405 
with DTS 25595017
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 420 with DTS 25609201, packet 421 
with DTS 25892301
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 420 with DTS 25609201, packet 421 
with DTS 25892301
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 412 with DTS 25609195, packet 413 
with DTS 25892307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 412 with DTS 25609195, packet 413 
with DTS 25892307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 412 with DTS 25609195, packet 413 
with DTS 25892307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 404 with DTS 25609177, packet 405 
with DTS 25892326
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 412 with DTS 25609174, packet 413 
with DTS 25892329
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 412 with DTS 25609146, packet 413 
with DTS 25892356
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 412 with DTS 25609143, packet 413 
with DTS 25892359
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 412 with DTS 25609143, packet 413 
with DTS 25892359
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 412 with DTS 25918510, packet 413 
with DTS 26201611
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 420 with DTS 25918509, packet 421 
with DTS 26201611
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 420 with DTS 25918507, packet 421 
with DTS 26201614
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 420 with DTS 25918507, packet 421 
with DTS 26201614
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 420 with DTS 25918505, packet 421 
with DTS 26201616
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 420 with DTS 25918505, packet 421 
with DTS 26201616
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 420 with DTS 25918499, packet 421 
with DTS 26201621
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 428 with DTS 25918496, packet 429 
with DTS 26201624
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 428 with DTS 25918496, packet 429 
with DTS 26201624
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 420 with DTS 25918494, packet 421 
with DTS 26201627
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 420 with DTS 26215806, packet 421 
with DTS 26489900
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 428 with DTS 26215799, packet 429 
with DTS 26489907
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 428 with DTS 26215799, packet 429 
with DTS 26489907
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 428 with DTS 26215794, packet 429 
with DTS 26489911
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 428 with DTS 26215794, packet 429 
with DTS 26489911
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 428 with DTS 26215794, packet 429 
with DTS 26489911
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 436 with DTS 26215791, packet 437 
with DTS 26489915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 436 with DTS 26215791, packet 437 
with DTS 26489915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 428 with DTS 26215790, packet 429 
with DTS 26489915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 428 with DTS 26215791, packet 429 
with DTS 26489915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 436 with DTS 26504078, packet 437 
with DTS 26796222
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 444 with DTS 26504075, packet 445 
with DTS 26796224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 444 with DTS 26504075, packet 445 
with DTS 26796224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 436 with DTS 26504065, packet 437 
with DTS 26796235
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 436 with DTS 26504065, packet 437 
with DTS 26796235
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 436 with DTS 26504061, packet 437 
with DTS 26796239
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 436 with DTS 26504061, packet 437 
with DTS 26796239
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 436 with DTS 26504059, packet 437 
with DTS 26796240
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 428 with DTS 26504059, packet 429 
with DTS 26796241
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 436 with DTS 26504052, packet 437 
with DTS 26796248
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 444 with DTS 26822417, packet 445 
with DTS 27102507
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 444 with DTS 26822406, packet 445 
with DTS 27102517
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 444 with DTS 26822406, packet 445 
with DTS 27102517
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 444 with DTS 26822405, packet 445 
with DTS 27102518
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 444 with DTS 26822405, packet 445 
with DTS 27102518
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 444 with DTS 26822406, packet 445 
with DTS 27102518
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 452 with DTS 26822404, packet 453 
with DTS 27102519
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 452 with DTS 26822404, packet 453 
with DTS 27102519
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 444 with DTS 26822396, packet 445 
with DTS 27102527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 436 with DTS 26822392, packet 437 
with DTS 27102532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 452 with DTS 27116711, packet 453 
with DTS 27492897
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 460 with DTS 27116709, packet 461 
with DTS 27492898
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 460 with DTS 27116709, packet 461 
with DTS 27492898
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 452 with DTS 27116698, packet 453 
with DTS 27492910
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 452 with DTS 27116692, packet 453 
with DTS 27492915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 452 with DTS 27116689, packet 453 
with DTS 27492918
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 452 with DTS 27116689, packet 453 
with DTS 27492918
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 452 with DTS 27116683, packet 453 
with DTS 27492925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 452 with DTS 27116683, packet 453 
with DTS 27492925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 444 with DTS 27116660, packet 445 
with DTS 27492948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 460 with DTS 27507101, packet 461 
with DTS 27877281
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 452 with DTS 27507098, packet 453 
with DTS 27877284
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 460 with DTS 27507093, packet 461 
with DTS 27877288
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 460 with DTS 27507093, packet 461 
with DTS 27877288
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 460 with DTS 27507088, packet 461 
with DTS 27877294
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 460 with DTS 27507088, packet 461 
with DTS 27877294
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 460 with DTS 27507084, packet 461 
with DTS 27877297
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 460 with DTS 27507083, packet 461 
with DTS 27877299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 468 with DTS 27507076, packet 469 
with DTS 27877305
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 468 with DTS 27507076, packet 469 
with DTS 27877305
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 468 with DTS 27903488, packet 469 
with DTS 28204616
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 468 with DTS 27903488, packet 469 
with DTS 28204616
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 468 with DTS 27903484, packet 469 
with DTS 28204621
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 468 with DTS 27903484, packet 469 
with DTS 28204621
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 476 with DTS 27903480, packet 477 
with DTS 28204625
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 476 with DTS 27903480, packet 477 
with DTS 28204625
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 468 with DTS 27903473, packet 469 
with DTS 28204632
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 460 with DTS 27903466, packet 461 
with DTS 28204638
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 468 with DTS 27903463, packet 469 
with DTS 28204641
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 468 with DTS 27903463, packet 469 
with DTS 28204641
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 476 with DTS 28218806, packet 477 
with DTS 28549959
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 476 with DTS 28218806, packet 477 
with DTS 28549959
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 468 with DTS 28218798, packet 469 
with DTS 28549967
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 476 with DTS 28218797, packet 477 
with DTS 28549967
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 484 with DTS 28218797, packet 485 
with DTS 28549968
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 484 with DTS 28218797, packet 485 
with DTS 28549968
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 476 with DTS 28218797, packet 477 
with DTS 28549968
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 476 with DTS 28218796, packet 477 
with DTS 28549969
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 476 with DTS 28218785, packet 477 
with DTS 28549979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 476 with DTS 28218785, packet 477 
with DTS 28549979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 492 with DTS 28564161, packet 493 
with DTS 28844243
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 492 with DTS 28564161, packet 493 
with DTS 28844243
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 484 with DTS 28564156, packet 485 
with DTS 28844248
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 484 with DTS 28564152, packet 485 
with DTS 28844252
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 484 with DTS 28564152, packet 485 
with DTS 28844252
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 476 with DTS 28564147, packet 477 
with DTS 28844256
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 484 with DTS 28564146, packet 485 
with DTS 28844258
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 484 with DTS 28564142, packet 485 
with DTS 28844261
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 484 with DTS 28564142, packet 485 
with DTS 28844261
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 484 with DTS 28564136, packet 485 
with DTS 28844267
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 500 with DTS 28858396, packet 501 
with DTS 29015473
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 500 with DTS 28858396, packet 501 
with DTS 29015473
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 492 with DTS 28858395, packet 493 
with DTS 29015473
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 492 with DTS 28858393, packet 493 
with DTS 29015476
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 484 with DTS 28858388, packet 485 
with DTS 29015481
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 492 with DTS 28858385, packet 493 
with DTS 29015483
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 492 with DTS 28858385, packet 493 
with DTS 29015483
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 492 with DTS 28858384, packet 493 
with DTS 29015484
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 492 with DTS 28858384, packet 493 
with DTS 29015484
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 492 with DTS 28858382, packet 493 
with DTS 29015486
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 500 with DTS 29029621, packet 501 
with DTS 29342745
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 500 with DTS 29029620, packet 501 
with DTS 29342747
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 500 with DTS 29029619, packet 501 
with DTS 29342748
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 492 with DTS 29029612, packet 493 
with DTS 29342754
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 500 with DTS 29029609, packet 501 
with DTS 29342758
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 500 with DTS 29029609, packet 501 
with DTS 29342758
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 500 with DTS 29029608, packet 501 
with DTS 29342758
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 500 with DTS 29029608, packet 501 
with DTS 29342758
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 508 with DTS 29029612, packet 509 
with DTS 29360773
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 508 with DTS 29029612, packet 509 
with DTS 29360773
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 508 with DTS 29356932, packet 509 
with DTS 29724143
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 508 with DTS 29356902, packet 509 
with DTS 29724173
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 508 with DTS 29356901, packet 509 
with DTS 29724173
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 508 with DTS 29356900, packet 509 
with DTS 29724174
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 508 with DTS 29356900, packet 509 
with DTS 29724174
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 508 with DTS 29356901, packet 509 
with DTS 29724174
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 508 with DTS 29356901, packet 509 
with DTS 29724174
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 500 with DTS 29356900, packet 501 
with DTS 29724175
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 516 with DTS 29395951, packet 517 
with DTS 29739177
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 516 with DTS 29395951, packet 517 
with DTS 29739177
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 516 with DTS 29738268, packet 517 
with DTS 29928391
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 516 with DTS 29738268, packet 517 
with DTS 29928391
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 516 with DTS 29738268, packet 517 
with DTS 29928392
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 516 with DTS 29738267, packet 517 
with DTS 29928393
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 508 with DTS 29738265, packet 509 
with DTS 29928394
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 516 with DTS 29738266, packet 517 
with DTS 29928394
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 516 with DTS 29738265, packet 517 
with DTS 29928395
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 516 with DTS 29738265, packet 517 
with DTS 29928395
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 524 with DTS 29753282, packet 525 
with DTS 29970434
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 524 with DTS 29753282, packet 525 
with DTS 29970434
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 516 with DTS 29942535, packet 517 
with DTS 30327727
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 524 with DTS 29942532, packet 525 
with DTS 30327730
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 524 with DTS 29942532, packet 525 
with DTS 30327730
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 524 with DTS 29942530, packet 525 
with DTS 30327733
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 532 with DTS 29984564, packet 533 
with DTS 30327741
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 532 with DTS 29984564, packet 533 
with DTS 30327741
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 524 with DTS 29942518, packet 525 
with DTS 30327744
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 524 with DTS 29942518, packet 525 
with DTS 30327745
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 524 with DTS 29942509, packet 525 
with DTS 30327753
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 524 with DTS 29942509, packet 525 
with DTS 30327753
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 532 with DTS 30341924, packet 533 
with DTS 30579989
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 532 with DTS 30341924, packet 533 
with DTS 30579989
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 532 with DTS 30341923, packet 533 
with DTS 30579991
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 532 with DTS 30341919, packet 533 
with DTS 30579994
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 532 with DTS 30341919, packet 533 
with DTS 30579994
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 532 with DTS 30341915, packet 533 
with DTS 30579998
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 524 with DTS 30341905, packet 525 
with DTS 30580009
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 540 with DTS 30341903, packet 541 
with DTS 30580011
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 540 with DTS 30341903, packet 541 
with DTS 30580011
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 532 with DTS 30341901, packet 533 
with DTS 30580012
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 532 with DTS 30606139, packet 533 
with DTS 30850309
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 540 with DTS 30606179, packet 541 
with DTS 30889307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 540 with DTS 30606179, packet 541 
with DTS 30889307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 548 with DTS 30606177, packet 549 
with DTS 30889310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 548 with DTS 30606177, packet 549 
with DTS 30889310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 540 with DTS 30606175, packet 541 
with DTS 30889312
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 540 with DTS 30606175, packet 541 
with DTS 30889312
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 540 with DTS 30606171, packet 541 
with DTS 30889315
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 540 with DTS 30606163, packet 541 
with DTS 30889324
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 540 with DTS 30606146, packet 541 
with DTS 30889340
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 548 with DTS 30903499, packet 549 
with DTS 31375771
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 548 with DTS 30903490, packet 549 
with DTS 31375779
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 548 with DTS 30903490, packet 549 
with DTS 31375779
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 548 with DTS 30903490, packet 549 
with DTS 31375779
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 540 with DTS 30903488, packet 541 
with DTS 31375782
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 548 with DTS 30903487, packet 549 
with DTS 31375782
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 548 with DTS 30903487, packet 549 
with DTS 31375782
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 556 with DTS 30903483, packet 557 
with DTS 31375787
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 556 with DTS 30903483, packet 557 
with DTS 31375787
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 548 with DTS 30903482, packet 549 
with DTS 31375787
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 556 with DTS 31389963, packet 557 
with DTS 31718134
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 564 with DTS 31389963, packet 565 
with DTS 31718135
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 564 with DTS 31389963, packet 565 
with DTS 31718135
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 556 with DTS 31389959, packet 557 
with DTS 31718139
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 556 with DTS 31389959, packet 557 
with DTS 31718139
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 556 with DTS 31389959, packet 557 
with DTS 31718139
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 556 with DTS 31389951, packet 557 
with DTS 31718147
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 556 with DTS 31389944, packet 557 
with DTS 31718153
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 556 with DTS 31389944, packet 557 
with DTS 31718153
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 548 with DTS 31389937, packet 549 
with DTS 31718161
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 572 with DTS 31732317, packet 573 
with DTS 32048453
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 572 with DTS 31732317, packet 573 
with DTS 32048453
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 564 with DTS 31732315, packet 565 
with DTS 32048454
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 564 with DTS 31732315, packet 565 
with DTS 32048454
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 564 with DTS 31732309, packet 565 
with DTS 32048460
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 564 with DTS 31732309, packet 565 
with DTS 32048460
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 556 with DTS 31732309, packet 557 
with DTS 32048461
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 564 with DTS 31732308, packet 565 
with DTS 32048461
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 564 with DTS 31732309, packet 565 
with DTS 32048461
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 564 with DTS 31732308, packet 565 
with DTS 32048462
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 572 with DTS 32062601, packet 573 
with DTS 32234685
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 572 with DTS 32062601, packet 573 
with DTS 32234685
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 572 with DTS 32062593, packet 573 
with DTS 32234692
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 572 with DTS 32062593, packet 573 
with DTS 32234692
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 572 with DTS 32062593, packet 573 
with DTS 32234692
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 564 with DTS 32062592, packet 565 
with DTS 32234693
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 580 with DTS 32062591, packet 581 
with DTS 32234694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 580 with DTS 32062591, packet 581 
with DTS 32234694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 572 with DTS 32062592, packet 573 
with DTS 32234694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 572 with DTS 32062590, packet 573 
with DTS 32234696
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 580 with DTS 32248826, packet 581 
with DTS 32522934
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 580 with DTS 32248826, packet 581 
with DTS 32522934
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 580 with DTS 32248825, packet 581 
with DTS 32522934
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 580 with DTS 32248816, packet 581 
with DTS 32522944
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 588 with DTS 32248809, packet 589 
with DTS 32522951
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 588 with DTS 32248809, packet 589 
with DTS 32522951
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 580 with DTS 32248807, packet 581 
with DTS 32522953
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 580 with DTS 32248807, packet 581 
with DTS 32522953
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 572 with DTS 32248804, packet 573 
with DTS 32522955
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 580 with DTS 32248788, packet 581 
with DTS 32522972
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 588 with DTS 32537126, packet 589 
with DTS 32796195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 588 with DTS 32537118, packet 589 
with DTS 32796202
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 588 with DTS 32537114, packet 589 
with DTS 32796207
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 588 with DTS 32537114, packet 589 
with DTS 32796207
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 588 with DTS 32537113, packet 589 
with DTS 32796208
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 588 with DTS 32537110, packet 589 
with DTS 32796211
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 588 with DTS 32537110, packet 589 
with DTS 32796211
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 596 with DTS 32537109, packet 597 
with DTS 32796212
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 596 with DTS 32537109, packet 597 
with DTS 32796212
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 580 with DTS 32537105, packet 581 
with DTS 32796215
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 596 with DTS 32810333, packet 597 
with DTS 33018482
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 596 with DTS 32810333, packet 597 
with DTS 33018482
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 596 with DTS 32810334, packet 597 
with DTS 33018482
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 596 with DTS 32810332, packet 597 
with DTS 33018484
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 604 with DTS 32810330, packet 605 
with DTS 33018485
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 604 with DTS 32810330, packet 605 
with DTS 33018485
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 588 with DTS 32810329, packet 589 
with DTS 33018487
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 596 with DTS 32810321, packet 597 
with DTS 33018494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 596 with DTS 32810333, packet 597 
with DTS 33033497
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 596 with DTS 32810333, packet 597 
with DTS 33033497
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 604 with DTS 33032572, packet 605 
with DTS 33159606
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 604 with DTS 33032572, packet 605 
with DTS 33159606
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 604 with DTS 33032572, packet 605 
with DTS 33159606
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 604 with DTS 33032571, packet 605 
with DTS 33159608
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 612 with DTS 33032569, packet 613 
with DTS 33159609
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 612 with DTS 33032569, packet 613 
with DTS 33159609
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 604 with DTS 33047582, packet 605 
with DTS 33159612
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 604 with DTS 33047582, packet 605 
with DTS 33159612
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 596 with DTS 33032566, packet 597 
with DTS 33159613
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 604 with DTS 33032557, packet 605 
with DTS 33159621
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 612 with DTS 33185771, packet 613 
with DTS 33561963
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 612 with DTS 33185771, packet 613 
with DTS 33561963
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 612 with DTS 33185756, packet 613 
with DTS 33561977
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 612 with DTS 33185755, packet 613 
with DTS 33561979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 620 with DTS 33185751, packet 621 
with DTS 33561982
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 620 with DTS 33185751, packet 621 
with DTS 33561982
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 604 with DTS 33185751, packet 605 
with DTS 33561982
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 612 with DTS 33185746, packet 613 
with DTS 33561987
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 612 with DTS 33185744, packet 613 
with DTS 33561990
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 612 with DTS 33185744, packet 613 
with DTS 33561990
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 628 with DTS 33576113, packet 629 
with DTS 33808257
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 628 with DTS 33576113, packet 629 
with DTS 33808257
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 620 with DTS 33576109, packet 621 
with DTS 33808260
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 620 with DTS 33576108, packet 621 
with DTS 33808261
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 612 with DTS 33576107, packet 613 
with DTS 33808262
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 620 with DTS 33576107, packet 621 
with DTS 33808262
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 620 with DTS 33576107, packet 621 
with DTS 33808262
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 620 with DTS 33576107, packet 621 
with DTS 33808263
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 620 with DTS 33576106, packet 621 
with DTS 33808264
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 620 with DTS 33576106, packet 621 
with DTS 33808264
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 628 with DTS 33822415, packet 629 
with DTS 34126518
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 628 with DTS 33822406, packet 629 
with DTS 34126527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 636 with DTS 33822402, packet 637 
with DTS 34126532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 636 with DTS 33822402, packet 637 
with DTS 34126532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 628 with DTS 33822402, packet 629 
with DTS 34126532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 628 with DTS 33822402, packet 629 
with DTS 34126532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 628 with DTS 33822401, packet 629 
with DTS 34126533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 628 with DTS 33822401, packet 629 
with DTS 34126533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 628 with DTS 33822396, packet 629 
with DTS 34126538
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 620 with DTS 33822389, packet 621 
with DTS 34126545
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 644 with DTS 34140674, packet 645 
with DTS 34357808
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 644 with DTS 34140674, packet 645 
with DTS 34357808
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 628 with DTS 34140673, packet 629 
with DTS 34357809
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 636 with DTS 34140673, packet 637 
with DTS 34357809
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 636 with DTS 34140672, packet 637 
with DTS 34357811
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 636 with DTS 34140672, packet 637 
with DTS 34357811
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 636 with DTS 34140672, packet 637 
with DTS 34357811
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 636 with DTS 34140668, packet 637 
with DTS 34357815
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 636 with DTS 34140667, packet 637 
with DTS 34357816
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 636 with DTS 34140667, packet 637 
with DTS 34357816
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 644 with DTS 34371963, packet 645 
with DTS 34856249
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 652 with DTS 34371952, packet 653 
with DTS 34856260
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 652 with DTS 34371952, packet 653 
with DTS 34856260
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 644 with DTS 34371950, packet 645 
with DTS 34856262
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 644 with DTS 34371950, packet 645 
with DTS 34856262
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 644 with DTS 34371949, packet 645 
with DTS 34856263
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 644 with DTS 34371948, packet 645 
with DTS 34856264
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 644 with DTS 34371942, packet 645 
with DTS 34856270
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 644 with DTS 34371942, packet 645 
with DTS 34856270
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 636 with DTS 34371928, packet 637 
with DTS 34856284
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 644 with DTS 34870446, packet 645 
with DTS 35279686
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 660 with DTS 34870439, packet 661 
with DTS 35279693
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 660 with DTS 34870439, packet 661 
with DTS 35279693
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 652 with DTS 34870435, packet 653 
with DTS 35279697
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 652 with DTS 34870435, packet 653 
with DTS 35279697
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 652 with DTS 34870424, packet 653 
with DTS 35279708
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 652 with DTS 34870422, packet 653 
with DTS 35279711
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 652 with DTS 34870422, packet 653 
with DTS 35279711
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 652 with DTS 34870418, packet 653 
with DTS 35279715
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 652 with DTS 34870403, packet 653 
with DTS 35279729
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 660 with DTS 35293834, packet 661 
with DTS 35441883
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 660 with DTS 35293827, packet 661 
with DTS 35441891
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 660 with DTS 35293827, packet 661 
with DTS 35441891
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 668 with DTS 35293825, packet 669 
with DTS 35441893
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 668 with DTS 35293825, packet 669 
with DTS 35441893
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 660 with DTS 35293825, packet 661 
with DTS 35441893
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 660 with DTS 35293825, packet 661 
with DTS 35441893
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 660 with DTS 35293823, packet 661 
with DTS 35441894
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 652 with DTS 35293822, packet 653 
with DTS 35441896
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 660 with DTS 35293817, packet 661 
with DTS 35441901
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 660 with DTS 35456027, packet 661 
with DTS 35886297
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 668 with DTS 35456025, packet 669 
with DTS 35886298
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 668 with DTS 35456024, packet 669 
with DTS 35886299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 668 with DTS 35456020, packet 669 
with DTS 35886303
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 668 with DTS 35456020, packet 669 
with DTS 35886304
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 668 with DTS 35456020, packet 669 
with DTS 35886304
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 668 with DTS 35456013, packet 669 
with DTS 35886310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 668 with DTS 35456013, packet 669 
with DTS 35886310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 676 with DTS 35456020, packet 677 
with DTS 35907325
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 676 with DTS 35456020, packet 677 
with DTS 35907325
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 684 with DTS 35933466, packet 685 
with DTS 36177626
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 684 with DTS 35933466, packet 685 
with DTS 36177626
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 676 with DTS 35900476, packet 677 
with DTS 36183589
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 676 with DTS 35900465, packet 677 
with DTS 36183599
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 676 with DTS 35900462, packet 677 
with DTS 36183603
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 676 with DTS 35900455, packet 677 
with DTS 36183610
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 676 with DTS 35900455, packet 677 
with DTS 36183610
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 676 with DTS 35900451, packet 677 
with DTS 36183613
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 676 with DTS 35900451, packet 677 
with DTS 36183613
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 668 with DTS 35900435, packet 669 
with DTS 36183630
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 684 with DTS 36197787, packet 685 
with DTS 36525917
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 684 with DTS 36197765, packet 685 
with DTS 36525938
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 676 with DTS 36197762, packet 677 
with DTS 36525941
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 684 with DTS 36197761, packet 685 
with DTS 36525942
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 684 with DTS 36197761, packet 685 
with DTS 36525942
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 684 with DTS 36197762, packet 685 
with DTS 36525942
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 684 with DTS 36197750, packet 685 
with DTS 36525954
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 684 with DTS 36197750, packet 685 
with DTS 36525954
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 692 with DTS 36191762, packet 693 
with DTS 36552962
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 692 with DTS 36191762, packet 693 
with DTS 36552962
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 692 with DTS 36540125, packet 693 
with DTS 37021416
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 700 with DTS 36573149, packet 701 
with DTS 37021425
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 700 with DTS 36573149, packet 701 
with DTS 37021425
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 692 with DTS 36540113, packet 693 
with DTS 37021427
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 692 with DTS 36540108, packet 693 
with DTS 37021432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 692 with DTS 36540108, packet 693 
with DTS 37021432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 692 with DTS 36540105, packet 693 
with DTS 37021436
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 692 with DTS 36540105, packet 693 
with DTS 37021436
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 692 with DTS 36540098, packet 693 
with DTS 37021443
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 684 with DTS 36540095, packet 685 
with DTS 37021445
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 700 with DTS 37035610, packet 701 
with DTS 37324728
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 700 with DTS 37035609, packet 701 
with DTS 37324730
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 700 with DTS 37035609, packet 701 
with DTS 37324730
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 700 with DTS 37035607, packet 701 
with DTS 37324732
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 700 with DTS 37035599, packet 701 
with DTS 37324739
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 700 with DTS 37035595, packet 701 
with DTS 37324743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 700 with DTS 37035595, packet 701 
with DTS 37324743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 708 with DTS 37035588, packet 709 
with DTS 37324750
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 708 with DTS 37035588, packet 709 
with DTS 37324750
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 692 with DTS 37035579, packet 693 
with DTS 37324760
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 716 with DTS 37338867, packet 717 
with DTS 37513963
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 716 with DTS 37338867, packet 717 
with DTS 37513963
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 700 with DTS 37338920, packet 701 
with DTS 37814210
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 708 with DTS 37338920, packet 709 
with DTS 37814210
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 708 with DTS 37338918, packet 709 
with DTS 37814212
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 708 with DTS 37338918, packet 709 
with DTS 37814212
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 708 with DTS 37338917, packet 709 
with DTS 37814213
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 708 with DTS 37338917, packet 709 
with DTS 37814213
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 708 with DTS 37338912, packet 709 
with DTS 37814218
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 724 with DTS 37528099, packet 725 
with DTS 37814221
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 724 with DTS 37528099, packet 725 
with DTS 37814221
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 708 with DTS 37338910, packet 709 
with DTS 37814221
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 732 with DTS 37828376, packet 733 
with DTS 38015444
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 732 with DTS 37828376, packet 733 
with DTS 38015444
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 716 with DTS 37828403, packet 717 
with DTS 38087489
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 716 with DTS 37828403, packet 717 
with DTS 38087489
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 716 with DTS 37828365, packet 717 
with DTS 38087528
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 716 with DTS 37828365, packet 717 
with DTS 38087528
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 716 with DTS 37828360, packet 717 
with DTS 38087532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 708 with DTS 37828360, packet 709 
with DTS 38087533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 716 with DTS 37828356, packet 717 
with DTS 38087537
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 716 with DTS 37828356, packet 717 
with DTS 38087537
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 724 with DTS 38110692, packet 725 
with DTS 38447842
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 724 with DTS 38110693, packet 725 
with DTS 38447842
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 724 with DTS 38110689, packet 725 
with DTS 38447846
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 724 with DTS 38110689, packet 725 
with DTS 38447846
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 724 with DTS 38110685, packet 725 
with DTS 38447849
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 724 with DTS 38110685, packet 725 
with DTS 38447849
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 716 with DTS 38110677, packet 717 
with DTS 38447858
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 724 with DTS 38110670, packet 725 
with DTS 38447865
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 740 with DTS 38110679, packet 741 
with DTS 38492900
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 740 with DTS 38110679, packet 741 
with DTS 38492900
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 732 with DTS 38462046, packet 733 
with DTS 38859251
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 732 with DTS 38462042, packet 733 
with DTS 38859254
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 748 with DTS 38507086, packet 749 
with DTS 38859256
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 748 with DTS 38507086, packet 749 
with DTS 38859256
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 732 with DTS 38462040, packet 733 
with DTS 38859256
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 732 with DTS 38462040, packet 733 
with DTS 38859256
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 724 with DTS 38462038, packet 725 
with DTS 38859259
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 732 with DTS 38462033, packet 733 
with DTS 38859263
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 732 with DTS 38462029, packet 733 
with DTS 38859267
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 732 with DTS 38462029, packet 733 
with DTS 38859267
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 732 with DTS 38873422, packet 733 
with DTS 39228654
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 756 with DTS 38873435, packet 757 
with DTS 39270683
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 756 with DTS 38873435, packet 757 
with DTS 39270683
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 740 with DTS 38873433, packet 741 
with DTS 39270685
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 740 with DTS 38873433, packet 741 
with DTS 39270685
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 740 with DTS 38873427, packet 741 
with DTS 39270691
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 740 with DTS 38873421, packet 741 
with DTS 39270697
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 740 with DTS 38873421, packet 741 
with DTS 39270697
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 740 with DTS 38873407, packet 741 
with DTS 39270712
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 740 with DTS 38873405, packet 741 
with DTS 39270713
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 764 with DTS 40116701, packet 765 
with DTS 40534923
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 764 with DTS 40116701, packet 765 
with DTS 40534923
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 748 with DTS 40092674, packet 749 
with DTS 40534926
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 748 with DTS 40092666, packet 749 
with DTS 40534933
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 748 with DTS 40092662, packet 749 
with DTS 40534938
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 748 with DTS 40092662, packet 749 
with DTS 40534938
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 748 with DTS 40092661, packet 749 
with DTS 40534939
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 748 with DTS 40092661, packet 749 
with DTS 40534939
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 748 with DTS 40092659, packet 749 
with DTS 40534941
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 740 with DTS 40092654, packet 741 
with DTS 40534946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 756 with DTS 40600177, packet 757 
with DTS 40898293
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 756 with DTS 40600171, packet 757 
with DTS 40898299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 756 with DTS 40600171, packet 757 
with DTS 40898299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 748 with DTS 40600132, packet 749 
with DTS 40898337
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 756 with DTS 40600131, packet 757 
with DTS 40898338
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 772 with DTS 40600129, packet 773 
with DTS 40898341
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 772 with DTS 40600129, packet 773 
with DTS 40898341
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 756 with DTS 40600128, packet 757 
with DTS 40898341
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 756 with DTS 40600128, packet 757 
with DTS 40898341
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 756 with DTS 40600128, packet 757 
with DTS 40898342
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 764 with DTS 41747324, packet 765 
with DTS 42078470
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 764 with DTS 41747321, packet 765 
with DTS 42078473
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 756 with DTS 41747320, packet 757 
with DTS 42078474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 764 with DTS 41747321, packet 765 
with DTS 42078474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 764 with DTS 41747321, packet 765 
with DTS 42078474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 764 with DTS 41747319, packet 765 
with DTS 42078476
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 764 with DTS 41747315, packet 765 
with DTS 42078480
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 764 with DTS 41747315, packet 765 
with DTS 42078480
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 780 with DTS 41756314, packet 781 
with DTS 42078489
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 780 with DTS 41756314, packet 781 
with DTS 42078489
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 788 with DTS 42104665, packet 789 
with DTS 42396804
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 788 with DTS 42104665, packet 789 
with DTS 42396804
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 772 with DTS 42104682, packet 773 
with DTS 42688078
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 772 with DTS 42104683, packet 773 
with DTS 42688078
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 772 with DTS 42104675, packet 773 
with DTS 42688086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 772 with DTS 42104675, packet 773 
with DTS 42688086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 772 with DTS 42104674, packet 773 
with DTS 42688086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 764 with DTS 42104672, packet 765 
with DTS 42688089
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 772 with DTS 42104671, packet 773 
with DTS 42688089
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 772 with DTS 42104671, packet 773 
with DTS 42688089
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 796 with DTS 42410930, packet 797 
with DTS 42730178
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 796 with DTS 42410930, packet 797 
with DTS 42730178
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 772 with DTS 43044600, packet 773 
with DTS 43408820
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 804 with DTS 43053609, packet 805 
with DTS 43465877
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 804 with DTS 43053609, packet 805 
with DTS 43465877
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 780 with DTS 43044608, packet 781 
with DTS 43486889
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 780 with DTS 43044609, packet 781 
with DTS 43486889
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 780 with DTS 43044604, packet 781 
with DTS 43486893
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 780 with DTS 43044604, packet 781 
with DTS 43486893
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 780 with DTS 43044603, packet 781 
with DTS 43486894
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 780 with DTS 43044603, packet 781 
with DTS 43486894
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 780 with DTS 43044595, packet 781 
with DTS 43486902
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 788 with DTS 43570142, packet 789 
with DTS 43838231
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 788 with DTS 43570142, packet 789 
with DTS 43838231
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 788 with DTS 43570137, packet 789 
with DTS 43838236
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 788 with DTS 43570137, packet 789 
with DTS 43838236
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 788 with DTS 43570136, packet 789 
with DTS 43838237
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 812 with DTS 43570127, packet 813 
with DTS 43838247
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 812 with DTS 43570127, packet 813 
with DTS 43838247
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 780 with DTS 43570123, packet 781 
with DTS 43838250
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 788 with DTS 43570123, packet 789 
with DTS 43838250
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 788 with DTS 43570117, packet 789 
with DTS 43838257
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 796 with DTS 43852415, packet 797 
with DTS 44153555
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 796 with DTS 43852406, packet 797 
with DTS 44153565
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 796 with DTS 43852399, packet 797 
with DTS 44153571
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 796 with DTS 43852399, packet 797 
with DTS 44153571
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 788 with DTS 43852394, packet 789 
with DTS 44153576
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 796 with DTS 43852380, packet 797 
with DTS 44153591
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 796 with DTS 43852380, packet 797 
with DTS 44153591
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 796 with DTS 43852393, packet 797 
with DTS 44171595
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 820 with DTS 43852401, packet 821 
with DTS 44174590
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 820 with DTS 43852401, packet 821 
with DTS 44174590
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 804 with DTS 44179737, packet 805 
with DTS 44504912
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 804 with DTS 44179737, packet 805 
with DTS 44504912
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 804 with DTS 44179736, packet 805 
with DTS 44504912
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 804 with DTS 44179736, packet 805 
with DTS 44504913
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 804 with DTS 44179736, packet 805 
with DTS 44504913
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 796 with DTS 44179734, packet 797 
with DTS 44504915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 804 with DTS 44179721, packet 805 
with DTS 44504927
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 804 with DTS 44188754, packet 805 
with DTS 44510909
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 828 with DTS 44188740, packet 829 
with DTS 44510924
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 828 with DTS 44188740, packet 829 
with DTS 44510924
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 836 with DTS 44537096, packet 837 
with DTS 44895300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 836 with DTS 44537096, packet 837 
with DTS 44895300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 812 with DTS 44537090, packet 813 
with DTS 44895306
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 804 with DTS 44531102, packet 805 
with DTS 44934327
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 812 with DTS 44531100, packet 813 
with DTS 44934328
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 812 with DTS 44531099, packet 813 
with DTS 44934330
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 812 with DTS 44531099, packet 813 
with DTS 44934330
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 812 with DTS 44531089, packet 813 
with DTS 44934339
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 812 with DTS 44531059, packet 813 
with DTS 44934369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 812 with DTS 44531059, packet 813 
with DTS 44934369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 812 with DTS 45170686, packet 813 
with DTS 45291738
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 820 with DTS 45170686, packet 821 
with DTS 45291739
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 820 with DTS 45170686, packet 821 
with DTS 45291739
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 820 with DTS 45170683, packet 821 
with DTS 45291741
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 820 with DTS 45170683, packet 821 
with DTS 45291741
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 820 with DTS 45179692, packet 821 
with DTS 45291741
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 844 with DTS 45179690, packet 845 
with DTS 45291743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 844 with DTS 45179690, packet 845 
with DTS 45291743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 820 with DTS 45170681, packet 821 
with DTS 45291743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 820 with DTS 45170681, packet 821 
with DTS 45291743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 820 with DTS 45305870, packet 821 
with DTS 45558957
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 828 with DTS 45305870, packet 829 
with DTS 45558957
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 828 with DTS 45305862, packet 829 
with DTS 45558965
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 852 with DTS 45305856, packet 853 
with DTS 45558971
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 852 with DTS 45305856, packet 853 
with DTS 45558971
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 828 with DTS 45305854, packet 829 
with DTS 45558972
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 828 with DTS 45305854, packet 829 
with DTS 45558972
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 828 with DTS 45305851, packet 829 
with DTS 45558975
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 828 with DTS 45305851, packet 829 
with DTS 45558975
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 828 with DTS 45305845, packet 829 
with DTS 45558982
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 836 with DTS 45573119, packet 837 
with DTS 45829245
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 836 with DTS 45573119, packet 837 
with DTS 45829245
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 836 with DTS 45573099, packet 837 
with DTS 45829264
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 836 with DTS 45573099, packet 837 
with DTS 45829265
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 836 with DTS 45573099, packet 837 
with DTS 45829265
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 836 with DTS 45573095, packet 837 
with DTS 45829268
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 860 with DTS 45573095, packet 861 
with DTS 45829269
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 860 with DTS 45573095, packet 861 
with DTS 45829269
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 828 with DTS 45573095, packet 829 
with DTS 45829269
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 836 with DTS 45573093, packet 837 
with DTS 45829270
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 844 with DTS 46014566, packet 845 
with DTS 46294703
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 844 with DTS 46014566, packet 845 
with DTS 46294703
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 868 with DTS 46014565, packet 869 
with DTS 46294704
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 868 with DTS 46014565, packet 869 
with DTS 46294704
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 844 with DTS 46014560, packet 845 
with DTS 46294709
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 844 with DTS 46014560, packet 845 
with DTS 46294709
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 836 with DTS 46014558, packet 837 
with DTS 46294712
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 844 with DTS 46014557, packet 845 
with DTS 46294713
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 844 with DTS 46014555, packet 845 
with DTS 46294715
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 844 with DTS 46014544, packet 845 
with DTS 46294725
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 852 with DTS 46308878, packet 853 
with DTS 46676066
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 852 with DTS 46308878, packet 853 
with DTS 46676066
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 852 with DTS 46308874, packet 853 
with DTS 46676071
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 852 with DTS 46308869, packet 853 
with DTS 46676075
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 852 with DTS 46308869, packet 853 
with DTS 46676075
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 852 with DTS 46308868, packet 853 
with DTS 46676076
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 852 with DTS 46308868, packet 853 
with DTS 46676076
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 844 with DTS 46308859, packet 845 
with DTS 46676085
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 876 with DTS 46308857, packet 877 
with DTS 46697109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 876 with DTS 46308857, packet 877 
with DTS 46697109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 860 with DTS 46702275, packet 861 
with DTS 47075461
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 884 with DTS 46711282, packet 885 
with DTS 47075464
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 884 with DTS 46711282, packet 885 
with DTS 47075464
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 860 with DTS 46702268, packet 861 
with DTS 47075468
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 860 with DTS 46702268, packet 861 
with DTS 47075468
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 860 with DTS 46702268, packet 861 
with DTS 47075468
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 860 with DTS 46702265, packet 861 
with DTS 47075472
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 852 with DTS 46702263, packet 853 
with DTS 47075474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 860 with DTS 46702263, packet 861 
with DTS 47075474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 860 with DTS 46702263, packet 861 
with DTS 47075474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 860 with DTS 47089649, packet 861 
with DTS 47372771
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 892 with DTS 47089626, packet 893 
with DTS 47375797
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 892 with DTS 47089626, packet 893 
with DTS 47375797
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 868 with DTS 47089654, packet 869 
with DTS 47414808
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 868 with DTS 47089647, packet 869 
with DTS 47414815
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 868 with DTS 47089647, packet 869 
with DTS 47414815
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 868 with DTS 47089643, packet 869 
with DTS 47414819
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 868 with DTS 47089639, packet 869 
with DTS 47414824
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 868 with DTS 47089637, packet 869 
with DTS 47414826
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 868 with DTS 47089637, packet 869 
with DTS 47414826
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 876 with DTS 47428976, packet 877 
with DTS 47646056
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 876 with DTS 47428968, packet 877 
with DTS 47646064
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 876 with DTS 47428968, packet 877 
with DTS 47646064
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 868 with DTS 47428954, packet 869 
with DTS 47646079
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 876 with DTS 47428954, packet 877 
with DTS 47646079
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 876 with DTS 47428953, packet 877 
with DTS 47646080
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 876 with DTS 47428953, packet 877 
with DTS 47646080
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 876 with DTS 47428952, packet 877 
with DTS 47646081
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 900 with DTS 47437959, packet 901 
with DTS 47646082
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 900 with DTS 47437959, packet 901 
with DTS 47646082
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 876 with DTS 47660222, packet 877 
with DTS 47934329
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 884 with DTS 47660215, packet 885 
with DTS 47934336
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 884 with DTS 47660215, packet 885 
with DTS 47934336
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 884 with DTS 47660216, packet 885 
with DTS 47934336
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 884 with DTS 47660212, packet 885 
with DTS 47934339
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 884 with DTS 47660212, packet 885 
with DTS 47934340
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 884 with DTS 47660212, packet 885 
with DTS 47934340
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 884 with DTS 47660209, packet 885 
with DTS 47934342
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 908 with DTS 47660220, packet 909 
with DTS 47955352
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 908 with DTS 47660220, packet 909 
with DTS 47955352
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 892 with DTS 47960519, packet 893 
with DTS 48327725
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 892 with DTS 47960513, packet 893 
with DTS 48327732
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 892 with DTS 47960513, packet 893 
with DTS 48327732
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 892 with DTS 47960508, packet 893 
with DTS 48327736
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 892 with DTS 47960505, packet 893 
with DTS 48327739
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 892 with DTS 47960505, packet 893 
with DTS 48327739
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 884 with DTS 47960502, packet 885 
with DTS 48327743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 916 with DTS 47969510, packet 917 
with DTS 48327744
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 916 with DTS 47969510, packet 917 
with DTS 48327744
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 892 with DTS 47960500, packet 893 
with DTS 48327745
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 900 with DTS 48341909, packet 901 
with DTS 48643032
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 900 with DTS 48341905, packet 901 
with DTS 48643036
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 900 with DTS 48341905, packet 901 
with DTS 48643036
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 892 with DTS 48341902, packet 893 
with DTS 48643038
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 900 with DTS 48341900, packet 901 
with DTS 48643040
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 900 with DTS 48341900, packet 901 
with DTS 48643040
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 900 with DTS 48341900, packet 901 
with DTS 48643041
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 900 with DTS 48341894, packet 901 
with DTS 48643047
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 924 with DTS 48341892, packet 925 
with DTS 48643048
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 924 with DTS 48341892, packet 925 
with DTS 48643048
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 908 with DTS 48657217, packet 909 
with DTS 48961357
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 932 with DTS 48657211, packet 933 
with DTS 48961363
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 932 with DTS 48657211, packet 933 
with DTS 48961363
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 908 with DTS 48657231, packet 909 
with DTS 49012393
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 908 with DTS 48657221, packet 909 
with DTS 49012404
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 908 with DTS 48657221, packet 909 
with DTS 49012404
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 900 with DTS 48657219, packet 901 
with DTS 49012406
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 908 with DTS 48657218, packet 909 
with DTS 49012406
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 908 with DTS 48657218, packet 909 
with DTS 49012406
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 908 with DTS 48657217, packet 909 
with DTS 49012407
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 940 with DTS 49086595, packet 941 
with DTS 49195642
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 940 with DTS 49086595, packet 941 
with DTS 49195642
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 916 with DTS 49077642, packet 917 
with DTS 49330721
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 916 with DTS 49077639, packet 917 
with DTS 49330724
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 916 with DTS 49077639, packet 917 
with DTS 49330724
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 916 with DTS 49086642, packet 917 
with DTS 49330729
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 908 with DTS 49077623, packet 909 
with DTS 49330740
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 916 with DTS 49077613, packet 917 
with DTS 49330749
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 916 with DTS 49077613, packet 917 
with DTS 49330749
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 916 with DTS 49077656, packet 917 
with DTS 49573950
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 948 with DTS 49221776, packet 949 
with DTS 49573973
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 948 with DTS 49221776, packet 949 
with DTS 49573973
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 924 with DTS 49344867, packet 925 
with DTS 49574006
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 924 with DTS 49344865, packet 925 
with DTS 49574008
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 924 with DTS 49344865, packet 925 
with DTS 49574008
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 924 with DTS 49344864, packet 925 
with DTS 49574008
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 924 with DTS 49344864, packet 925 
with DTS 49574008
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 916 with DTS 49344863, packet 917 
with DTS 49574009
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 924 with DTS 49344862, packet 925 
with DTS 49574010
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 932 with DTS 49588154, packet 933 
with DTS 49808195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 932 with DTS 49588154, packet 933 
with DTS 49808195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 924 with DTS 49588147, packet 925 
with DTS 49808203
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 924 with DTS 49588141, packet 925 
with DTS 49808209
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 932 with DTS 49588128, packet 933 
with DTS 49808221
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 932 with DTS 49588128, packet 933 
with DTS 49808221
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 956 with DTS 49588146, packet 957 
with DTS 49823218
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 956 with DTS 49588146, packet 957 
with DTS 49823218
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 932 with DTS 49588144, packet 933 
with DTS 49823221
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 932 with DTS 49588139, packet 933 
with DTS 49823226
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 932 with DTS 49822378, packet 933 
with DTS 50135532
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 940 with DTS 49837411, packet 941 
with DTS 50141521
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 940 with DTS 49849401, packet 941 
with DTS 50141542
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 932 with DTS 49822371, packet 933 
with DTS 50141546
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 964 with DTS 49849390, packet 965 
with DTS 50141554
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 964 with DTS 49849390, packet 965 
with DTS 50141554
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 940 with DTS 49822359, packet 941 
with DTS 50141558
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 940 with DTS 49822359, packet 941 
with DTS 50141558
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 940 with DTS 49822375, packet 941 
with DTS 50144544
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 940 with DTS 49822375, packet 941 
with DTS 50144544
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 948 with DTS 50155724, packet 949 
with DTS 50558943
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 972 with DTS 50155721, packet 973 
with DTS 50558946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 972 with DTS 50155721, packet 973 
with DTS 50558946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 948 with DTS 50155718, packet 949 
with DTS 50558948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 940 with DTS 50149711, packet 941 
with DTS 50558949
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 948 with DTS 50158727, packet 949 
with DTS 50564948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 948 with DTS 50158727, packet 949 
with DTS 50564948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 940 with DTS 50155719, packet 941 
with DTS 50564953
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 948 with DTS 50155718, packet 949 
with DTS 50564955
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 948 with DTS 50155718, packet 949 
with DTS 50564955
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 948 with DTS 50573089, packet 949 
with DTS 50748184
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 956 with DTS 50573086, packet 957 
with DTS 50748187
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 980 with DTS 50573107, packet 981 
with DTS 50751169
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 980 with DTS 50573107, packet 981 
with DTS 50751169
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 956 with DTS 50573087, packet 957 
with DTS 50751188
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 956 with DTS 50579118, packet 957 
with DTS 50754167
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 956 with DTS 50579118, packet 957 
with DTS 50754167
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 948 with DTS 50579097, packet 949 
with DTS 50754187
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 956 with DTS 50579092, packet 957 
with DTS 50754192
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 956 with DTS 50579092, packet 957 
with DTS 50754192
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 988 with DTS 50765338, packet 989 
with DTS 51096475
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 988 with DTS 50765338, packet 989 
with DTS 51096475
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 964 with DTS 50765324, packet 965 
with DTS 51096488
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 964 with DTS 50762331, packet 965 
with DTS 51219602
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 956 with DTS 50762327, packet 957 
with DTS 51219605
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 956 with DTS 50768342, packet 957 
with DTS 51225603
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 964 with DTS 50768341, packet 965 
with DTS 51225603
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 964 with DTS 50768341, packet 965 
with DTS 51225603
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 964 with DTS 50768329, packet 965 
with DTS 51225616
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 964 with DTS 50768329, packet 965 
with DTS 51225616
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 996 with DTS 51236810, packet 997 
with DTS 51615992
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 996 with DTS 51236810, packet 997 
with DTS 51615992
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 972 with DTS 51236805, packet 973 
with DTS 51615997
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 964 with DTS 51233805, packet 965 
with DTS 51622000
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 972 with DTS 51233797, packet 973 
with DTS 51622008
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 972 with DTS 51239806, packet 973 
with DTS 51628012
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 972 with DTS 51239806, packet 973 
with DTS 51628012
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 964 with DTS 51239798, packet 965 
with DTS 51628019
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 972 with DTS 51239797, packet 973 
with DTS 51628021
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 972 with DTS 51239797, packet 973 
with DTS 51628021
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 980 with DTS 51642193, packet 981 
with DTS 51946344
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1004 with DTS 51642181, packet 
1005 with DTS 51946356
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1004 with DTS 51642181, packet 
1005 with DTS 51946356
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 972 with DTS 51654207, packet 973 
with DTS 51955352
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 980 with DTS 51642192, packet 981 
with DTS 52000400
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 972 with DTS 51642177, packet 973 
with DTS 52000415
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 980 with DTS 51654205, packet 981 
with DTS 52012410
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 980 with DTS 51654205, packet 981 
with DTS 52012410
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 980 with DTS 51654204, packet 981 
with DTS 52012412
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 980 with DTS 51654204, packet 981 
with DTS 52012412
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 980 with DTS 52549100, packet 981 
with DTS 52754151
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1012 with DTS 52549095, packet 
1013 with DTS 52754156
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1012 with DTS 52549095, packet 
1013 with DTS 52754156
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 988 with DTS 52549094, packet 989 
with DTS 52754156
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 988 with DTS 52549068, packet 989 
with DTS 52754183
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 988 with DTS 52561107, packet 989 
with DTS 52766168
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 988 with DTS 52561107, packet 989 
with DTS 52766168
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 980 with DTS 52561100, packet 981 
with DTS 52766175
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 988 with DTS 52561096, packet 989 
with DTS 52766178
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 988 with DTS 52561096, packet 989 
with DTS 52766178
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 996 with DTS 52768325, packet 997 
with DTS 53006396
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 988 with DTS 52768285, packet 989 
with DTS 53006437
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1020 with DTS 52768288, packet 
1021 with DTS 53015442
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1020 with DTS 52768288, packet 
1021 with DTS 53015442
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 996 with DTS 52768289, packet 997 
with DTS 53015442
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 996 with DTS 52780331, packet 997 
with DTS 53018415
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 996 with DTS 52780331, packet 997 
with DTS 53018415
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 996 with DTS 52780324, packet 997 
with DTS 53018421
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 996 with DTS 52780324, packet 997 
with DTS 53018421
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 988 with DTS 52780295, packet 989 
with DTS 53018451
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1004 with DTS 53029605, packet 
1005 with DTS 53549920
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1004 with DTS 53020591, packet 
1005 with DTS 53549925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 996 with DTS 53020588, packet 997 
with DTS 53549929
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1028 with DTS 53029594, packet 
1029 with DTS 53549931
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1028 with DTS 53029594, packet 
1029 with DTS 53549931
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1004 with DTS 53032594, packet 
1005 with DTS 53561946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1004 with DTS 53032594, packet 
1005 with DTS 53561946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1004 with DTS 53032593, packet 
1005 with DTS 53561947
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1004 with DTS 53032593, packet 
1005 with DTS 53561947
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 996 with DTS 53032592, packet 997 
with DTS 53561949
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1004 with DTS 54314884, packet 
1005 with DTS 54823198
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1012 with DTS 54338906, packet 
1013 with DTS 54823200
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1036 with DTS 54338900, packet 
1037 with DTS 54823206
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1036 with DTS 54338900, packet 
1037 with DTS 54823206
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1012 with DTS 54314871, packet 
1013 with DTS 54823211
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1012 with DTS 54326887, packet 
1013 with DTS 54835219
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1012 with DTS 54326887, packet 
1013 with DTS 54835219
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1004 with DTS 54326884, packet 
1005 with DTS 54835222
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1012 with DTS 54326879, packet 
1013 with DTS 54835226
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1012 with DTS 54326879, packet 
1013 with DTS 54835226
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1044 with DTS 54885456, packet 
1045 with DTS 55309681
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1044 with DTS 54885456, packet 
1045 with DTS 55309681
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1020 with DTS 54885445, packet 
1021 with DTS 55309692
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1012 with DTS 54897456, packet 
1013 with DTS 55354739
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1012 with DTS 54885450, packet 
1013 with DTS 55381760
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1020 with DTS 54885443, packet 
1021 with DTS 55381767
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1020 with DTS 54897464, packet 
1021 with DTS 55393770
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1020 with DTS 54897464, packet 
1021 with DTS 55393770
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1020 with DTS 54897457, packet 
1021 with DTS 55393777
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1020 with DTS 54897457, packet 
1021 with DTS 55393777
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1020 with DTS 55395948, packet 
1021 with DTS 55688078
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1028 with DTS 55395944, packet 
1029 with DTS 55688082
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1052 with DTS 55395941, packet 
1053 with DTS 55688085
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1052 with DTS 55395941, packet 
1053 with DTS 55688085
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1028 with DTS 55395915, packet 
1029 with DTS 55688111
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1028 with DTS 55407949, packet 
1029 with DTS 55700100
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1028 with DTS 55407949, packet 
1029 with DTS 55700100
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1020 with DTS 55407947, packet 
1021 with DTS 55700103
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1028 with DTS 55407943, packet 
1029 with DTS 55700107
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1028 with DTS 55407943, packet 
1029 with DTS 55700107
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1060 with DTS 55702258, packet 
1061 with DTS 56060446
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1060 with DTS 55702258, packet 
1061 with DTS 56060446
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1036 with DTS 55702258, packet 
1037 with DTS 56060446
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1028 with DTS 55714254, packet 
1029 with DTS 56081483
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1036 with DTS 55702261, packet 
1037 with DTS 56087469
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1028 with DTS 55702261, packet 
1029 with DTS 56087470
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1036 with DTS 55714273, packet 
1037 with DTS 56099481
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1036 with DTS 55714273, packet 
1037 with DTS 56099481
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1036 with DTS 55714263, packet 
1037 with DTS 56099491
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1036 with DTS 55714263, packet 
1037 with DTS 56099491
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1068 with DTS 56332876, packet 
1069 with DTS 56597994
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1068 with DTS 56332876, packet 
1069 with DTS 56597994
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1044 with DTS 56332899, packet 
1045 with DTS 56775149
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1036 with DTS 56332889, packet 
1037 with DTS 56775159
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1044 with DTS 56344906, packet 
1045 with DTS 56787165
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1044 with DTS 56344906, packet 
1045 with DTS 56787165
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1044 with DTS 56344902, packet 
1045 with DTS 56787169
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1044 with DTS 56344902, packet 
1045 with DTS 56787169
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1036 with DTS 56344891, packet 
1037 with DTS 56787181
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1044 with DTS 56332892, packet 
1045 with DTS 56790170
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1076 with DTS 56612113, packet 
1077 with DTS 56790229
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1076 with DTS 56612113, packet 
1077 with DTS 56790229
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1084 with DTS 56804329, packet 
1085 with DTS 56967381
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1084 with DTS 56804329, packet 
1085 with DTS 56967381
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1052 with DTS 56789307, packet 
1053 with DTS 56967389
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1052 with DTS 56804321, packet 
1053 with DTS 56967389
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1044 with DTS 56789302, packet 
1045 with DTS 56967393
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1052 with DTS 56801330, packet 
1053 with DTS 56979390
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1052 with DTS 56801330, packet 
1053 with DTS 56979390
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1044 with DTS 56801313, packet 
1045 with DTS 56979407
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1052 with DTS 56801311, packet 
1053 with DTS 56979408
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1052 with DTS 56801311, packet 
1053 with DTS 56979408
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1060 with DTS 56981544, packet 
1061 with DTS 57414790
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1060 with DTS 56981543, packet 
1061 with DTS 57414792
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1052 with DTS 56981542, packet 
1053 with DTS 57414792
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1092 with DTS 56981536, packet 
1093 with DTS 57414798
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1092 with DTS 56981536, packet 
1093 with DTS 57414798
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1060 with DTS 56993555, packet 
1061 with DTS 57426803
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1060 with DTS 56993555, packet 
1061 with DTS 57426803
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1052 with DTS 56993542, packet 
1053 with DTS 57426817
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1060 with DTS 56993541, packet 
1061 with DTS 57426818
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1060 with DTS 56993541, packet 
1061 with DTS 57426818
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1068 with DTS 57428990, packet 
1069 with DTS 57685062
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1068 with DTS 57428987, packet 
1069 with DTS 57685065
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1060 with DTS 57428981, packet 
1061 with DTS 57685071
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1100 with DTS 57428969, packet 
1101 with DTS 57685083
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1100 with DTS 57428969, packet 
1101 with DTS 57685083
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1068 with DTS 57440990, packet 
1069 with DTS 57697085
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1068 with DTS 57440990, packet 
1069 with DTS 57697085
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1068 with DTS 57440987, packet 
1069 with DTS 57697088
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1068 with DTS 57440987, packet 
1069 with DTS 57697088
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1060 with DTS 57440967, packet 
1061 with DTS 57697109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1108 with DTS 57699220, packet 
1109 with DTS 57868284
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1108 with DTS 57699220, packet 
1109 with DTS 57868284
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1068 with DTS 57699217, packet 
1069 with DTS 57868288
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1076 with DTS 57699210, packet 
1077 with DTS 57868295
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1076 with DTS 57699199, packet 
1077 with DTS 57868305
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1076 with DTS 57711245, packet 
1077 with DTS 57880283
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1076 with DTS 57711245, packet 
1077 with DTS 57880283
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1076 with DTS 57711243, packet 
1077 with DTS 57880285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1076 with DTS 57711243, packet 
1077 with DTS 57880285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1068 with DTS 57711218, packet 
1069 with DTS 57880310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1084 with DTS 57882443, packet 
1085 with DTS 58150527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1076 with DTS 57882436, packet 
1077 with DTS 58150533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1084 with DTS 57882421, packet 
1085 with DTS 58150548
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1084 with DTS 57894452, packet 
1085 with DTS 58162542
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1084 with DTS 57894452, packet 
1085 with DTS 58162542
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1084 with DTS 57894431, packet 
1085 with DTS 58162563
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1084 with DTS 57894431, packet 
1085 with DTS 58162563
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1076 with DTS 57894437, packet 
1077 with DTS 58165560
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1116 with DTS 57882431, packet 
1117 with DTS 58177565
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1116 with DTS 57882431, packet 
1117 with DTS 58177565
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1092 with DTS 58164731, packet 
1093 with DTS 58715084
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1124 with DTS 58191757, packet 
1125 with DTS 58715086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1124 with DTS 58191757, packet 
1125 with DTS 58715086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1092 with DTS 58164728, packet 
1093 with DTS 58715087
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1084 with DTS 58164726, packet 
1085 with DTS 58715090
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1084 with DTS 58200757, packet 
1085 with DTS 58727106
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1092 with DTS 58176730, packet 
1093 with DTS 58727109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1092 with DTS 58176730, packet 
1093 with DTS 58727109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1092 with DTS 58176728, packet 
1093 with DTS 58727111
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1092 with DTS 58176728, packet 
1093 with DTS 58727111
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1092 with DTS 58729241, packet 
1093 with DTS 58871294
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1132 with DTS 58729236, packet 
1133 with DTS 58871299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1132 with DTS 58729236, packet 
1133 with DTS 58871299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1100 with DTS 58729237, packet 
1101 with DTS 58871299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1100 with DTS 58729235, packet 
1101 with DTS 58871300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1100 with DTS 58741254, packet 
1101 with DTS 58883306
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1100 with DTS 58741254, packet 
1101 with DTS 58883306
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1100 with DTS 58741252, packet 
1101 with DTS 58883307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1100 with DTS 58741252, packet 
1101 with DTS 58883307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1092 with DTS 58741239, packet 
1093 with DTS 58883321
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1100 with DTS 58885452, packet 
1101 with DTS 59318686
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1108 with DTS 58885444, packet 
1109 with DTS 59318695
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1108 with DTS 58885438, packet 
1109 with DTS 59318701
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1140 with DTS 58885449, packet 
1141 with DTS 59324695
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1140 with DTS 58885449, packet 
1141 with DTS 59324695
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1108 with DTS 58897458, packet 
1109 with DTS 59330704
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1108 with DTS 58897458, packet 
1109 with DTS 59330704
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1100 with DTS 58897454, packet 
1101 with DTS 59330709
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1108 with DTS 58897445, packet 
1109 with DTS 59330718
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1108 with DTS 58897445, packet 
1109 with DTS 59330718
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1108 with DTS 59344873, packet 
1109 with DTS 59682088
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1148 with DTS 59338889, packet 
1149 with DTS 59742126
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1148 with DTS 59338889, packet 
1149 with DTS 59742126
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1108 with DTS 59332879, packet 
1109 with DTS 59742130
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1116 with DTS 59332876, packet 
1117 with DTS 59742132
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1116 with DTS 59332875, packet 
1117 with DTS 59742134
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1116 with DTS 59344893, packet 
1117 with DTS 59754140
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1116 with DTS 59344893, packet 
1117 with DTS 59754140
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1116 with DTS 59344890, packet 
1117 with DTS 59754142
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1116 with DTS 59344890, packet 
1117 with DTS 59754142
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1156 with DTS 59993537, packet 
1157 with DTS 60378768
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1156 with DTS 59993537, packet 
1157 with DTS 60378768
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1116 with DTS 59993533, packet 
1117 with DTS 60378771
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1124 with DTS 59993533, packet 
1125 with DTS 60378771
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1124 with DTS 59993529, packet 
1125 with DTS 60378776
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1116 with DTS 60005545, packet 
1117 with DTS 60390783
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1124 with DTS 60005545, packet 
1125 with DTS 60390784
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1124 with DTS 60005545, packet 
1125 with DTS 60390784
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1124 with DTS 60005539, packet 
1125 with DTS 60390789
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1124 with DTS 60005539, packet 
1125 with DTS 60390789
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1124 with DTS 60756258, packet 
1125 with DTS 61051480
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1132 with DTS 60744260, packet 
1133 with DTS 61063479
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1132 with DTS 60744250, packet 
1133 with DTS 61063488
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1124 with DTS 60744244, packet 
1125 with DTS 61063494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1164 with DTS 60753250, packet 
1165 with DTS 61063498
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1164 with DTS 60753250, packet 
1165 with DTS 61063498
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1132 with DTS 60756266, packet 
1133 with DTS 61075497
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1132 with DTS 60756266, packet 
1133 with DTS 61075497
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1132 with DTS 60756253, packet 
1133 with DTS 61075510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1132 with DTS 60756253, packet 
1133 with DTS 61075510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1172 with DTS 61212772, packet 
1173 with DTS 61543915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1172 with DTS 61212772, packet 
1173 with DTS 61543915
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1140 with DTS 61212768, packet 
1141 with DTS 61543919
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1132 with DTS 61212766, packet 
1133 with DTS 61543920
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1140 with DTS 61212756, packet 
1141 with DTS 61543931
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1140 with DTS 61224779, packet 
1141 with DTS 61555931
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1140 with DTS 61224779, packet 
1141 with DTS 61555931
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1132 with DTS 61224771, packet 
1133 with DTS 61555939
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1140 with DTS 61224762, packet 
1141 with DTS 61555948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1140 with DTS 61224762, packet 
1141 with DTS 61555948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1180 with DTS 61558082, packet 
1181 with DTS 61877282
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1180 with DTS 61558082, packet 
1181 with DTS 61877282
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1148 with DTS 61558081, packet 
1149 with DTS 61877283
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1148 with DTS 61558072, packet 
1149 with DTS 61877292
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1140 with DTS 61558063, packet 
1141 with DTS 61877302
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1140 with DTS 61570113, packet 
1141 with DTS 61889275
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1148 with DTS 61570107, packet 
1149 with DTS 61889282
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1148 with DTS 61570107, packet 
1149 with DTS 61889282
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1148 with DTS 61570081, packet 
1149 with DTS 61889308
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1148 with DTS 61570081, packet 
1149 with DTS 61889308
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1148 with DTS 62152700, packet 
1149 with DTS 62381762
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1156 with DTS 62152691, packet 
1157 with DTS 62381771
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1156 with DTS 62152682, packet 
1157 with DTS 62381780
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1188 with DTS 62152682, packet 
1189 with DTS 62387786
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1188 with DTS 62152682, packet 
1189 with DTS 62387786
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1156 with DTS 62164715, packet 
1157 with DTS 62393771
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1156 with DTS 62164715, packet 
1157 with DTS 62393771
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1156 with DTS 62164689, packet 
1157 with DTS 62393798
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1156 with DTS 62164689, packet 
1157 with DTS 62393798
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1148 with DTS 62164683, packet 
1149 with DTS 62393803
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1164 with DTS 62395959, packet 
1165 with DTS 62760124
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1164 with DTS 62395948, packet 
1165 with DTS 62760135
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1156 with DTS 62395940, packet 
1157 with DTS 62760143
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1196 with DTS 62401945, packet 
1197 with DTS 62760145
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1196 with DTS 62401945, packet 
1197 with DTS 62760145
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1164 with DTS 62407965, packet 
1165 with DTS 62772142
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1164 with DTS 62407965, packet 
1165 with DTS 62772142
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1156 with DTS 62407957, packet 
1157 with DTS 62772150
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1164 with DTS 62407949, packet 
1165 with DTS 62772159
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1164 with DTS 62407949, packet 
1165 with DTS 62772159
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1172 with DTS 62774315, packet 
1173 with DTS 63000387
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1164 with DTS 62774312, packet 
1165 with DTS 63000390
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1204 with DTS 62774307, packet 
1205 with DTS 63000394
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1204 with DTS 62774307, packet 
1205 with DTS 63000394
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1172 with DTS 62774306, packet 
1173 with DTS 63000395
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1172 with DTS 62786331, packet 
1173 with DTS 63012395
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1172 with DTS 62786331, packet 
1173 with DTS 63012395
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1164 with DTS 62786314, packet 
1165 with DTS 63012411
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1172 with DTS 62786315, packet 
1173 with DTS 63012411
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1172 with DTS 62786315, packet 
1173 with DTS 63012411
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1180 with DTS 63014509, packet 
1181 with DTS 63141573
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1180 with DTS 63014508, packet 
1181 with DTS 63141574
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1212 with DTS 63014542, packet 
1213 with DTS 63144543
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1212 with DTS 63014542, packet 
1213 with DTS 63144543
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1172 with DTS 63026535, packet 
1173 with DTS 63153571
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1180 with DTS 63026531, packet 
1181 with DTS 63153575
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1180 with DTS 63026531, packet 
1181 with DTS 63153575
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1180 with DTS 63026524, packet 
1181 with DTS 63153582
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1180 with DTS 63026524, packet 
1181 with DTS 63153582
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1220 with DTS 63170715, packet 
1221 with DTS 63483866
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1220 with DTS 63170715, packet 
1221 with DTS 63483866
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1180 with DTS 63179709, packet 
1181 with DTS 63495893
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1172 with DTS 63014576, packet 
1173 with DTS 63570935
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1188 with DTS 63167702, packet 
1189 with DTS 63570963
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1188 with DTS 63167694, packet 
1189 with DTS 63570970
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1188 with DTS 63179734, packet 
1189 with DTS 63582954
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1188 with DTS 63179734, packet 
1189 with DTS 63582954
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1188 with DTS 63179712, packet 
1189 with DTS 63582977
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1188 with DTS 63179712, packet 
1189 with DTS 63582977
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1180 with DTS 64395934, packet 
1181 with DTS 64546932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1228 with DTS 64404923, packet 
1229 with DTS 64546952
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1228 with DTS 64404923, packet 
1229 with DTS 64546952
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1196 with DTS 64395895, packet 
1197 with DTS 64546971
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1196 with DTS 64395887, packet 
1197 with DTS 64546979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1196 with DTS 64407911, packet 
1197 with DTS 64558979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1196 with DTS 64407911, packet 
1197 with DTS 64558979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1196 with DTS 64407898, packet 
1197 with DTS 64558993
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1196 with DTS 64407898, packet 
1197 with DTS 64558993
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1188 with DTS 64407909, packet 
1189 with DTS 64561984
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1236 with DTS 64561120, packet 
1237 with DTS 64928293
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1236 with DTS 64561120, packet 
1237 with DTS 64928293
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1188 with DTS 64561111, packet 
1189 with DTS 64928302
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1204 with DTS 64561110, packet 
1205 with DTS 64928303
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1204 with DTS 64561107, packet 
1205 with DTS 64928305
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1204 with DTS 64573128, packet 
1205 with DTS 64940308
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1204 with DTS 64573128, packet 
1205 with DTS 64940308
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1204 with DTS 64573127, packet 
1205 with DTS 64940309
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1204 with DTS 64573127, packet 
1205 with DTS 64940309
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1196 with DTS 64576129, packet 
1197 with DTS 64940310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1212 with DTS 64942450, packet 
1213 with DTS 65180595
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1244 with DTS 64942443, packet 
1245 with DTS 65180603
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1244 with DTS 64942443, packet 
1245 with DTS 65180603
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1196 with DTS 64942441, packet 
1197 with DTS 65180604
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1212 with DTS 64942440, packet 
1213 with DTS 65180606
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1212 with DTS 64954469, packet 
1213 with DTS 65192600
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1212 with DTS 64954469, packet 
1213 with DTS 65192600
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1212 with DTS 64954458, packet 
1213 with DTS 65192611
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1212 with DTS 64954458, packet 
1213 with DTS 65192611
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1204 with DTS 64954456, packet 
1205 with DTS 65192614
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1204 with DTS 65194752, packet 
1205 with DTS 65697062
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1220 with DTS 65194751, packet 
1221 with DTS 65697063
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1220 with DTS 65194745, packet 
1221 with DTS 65697068
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1252 with DTS 65194741, packet 
1253 with DTS 65706082
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1252 with DTS 65194741, packet 
1253 with DTS 65706082
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1220 with DTS 65206749, packet 
1221 with DTS 65709089
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1220 with DTS 65206749, packet 
1221 with DTS 65709089
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1220 with DTS 65206743, packet 
1221 with DTS 65709094
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1220 with DTS 65206743, packet 
1221 with DTS 65709094
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1212 with DTS 65206743, packet 
1213 with DTS 65709095
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1212 with DTS 65711266, packet 
1213 with DTS 66117483
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1228 with DTS 65711260, packet 
1229 with DTS 66117489
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1260 with DTS 65720263, packet 
1261 with DTS 66117495
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1260 with DTS 65720263, packet 
1261 with DTS 66117495
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1228 with DTS 65711243, packet 
1229 with DTS 66117507
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1220 with DTS 65723279, packet 
1221 with DTS 66129495
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1228 with DTS 65723276, packet 
1229 with DTS 66129497
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1228 with DTS 65723276, packet 
1229 with DTS 66129497
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1228 with DTS 65723266, packet 
1229 with DTS 66129508
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1228 with DTS 65723266, packet 
1229 with DTS 66129508
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1236 with DTS 66143684, packet 
1237 with DTS 66507888
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1220 with DTS 66143681, packet 
1221 with DTS 66507891
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1236 with DTS 66143680, packet 
1237 with DTS 66507891
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1268 with DTS 66143677, packet 
1269 with DTS 66507894
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1268 with DTS 66143677, packet 
1269 with DTS 66507894
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1236 with DTS 66155699, packet 
1237 with DTS 66519897
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1236 with DTS 66155699, packet 
1237 with DTS 66519897
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1236 with DTS 66155696, packet 
1237 with DTS 66519900
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1236 with DTS 66155696, packet 
1237 with DTS 66519900
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1228 with DTS 66155695, packet 
1229 with DTS 66519901
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1244 with DTS 66522077, packet 
1245 with DTS 66751116
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1244 with DTS 66522062, packet 
1245 with DTS 66751131
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1228 with DTS 66522057, packet 
1229 with DTS 66751135
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1276 with DTS 66522047, packet 
1277 with DTS 66751146
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1276 with DTS 66522047, packet 
1277 with DTS 66751146
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1236 with DTS 66534073, packet 
1237 with DTS 66763144
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1244 with DTS 66534071, packet 
1245 with DTS 66763146
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1244 with DTS 66534071, packet 
1245 with DTS 66763146
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1244 with DTS 66534067, packet 
1245 with DTS 66763150
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1244 with DTS 66534067, packet 
1245 with DTS 66763150
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1236 with DTS 66777338, packet 
1237 with DTS 67258616
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1252 with DTS 66777334, packet 
1253 with DTS 67258620
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1284 with DTS 66777330, packet 
1285 with DTS 67267633
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1284 with DTS 66777330, packet 
1285 with DTS 67267633
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1252 with DTS 66777324, packet 
1253 with DTS 67267640
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1244 with DTS 66789339, packet 
1245 with DTS 67270639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1252 with DTS 66789340, packet 
1253 with DTS 67270639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1252 with DTS 66789340, packet 
1253 with DTS 67270639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1252 with DTS 66789340, packet 
1253 with DTS 67270639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1252 with DTS 66789340, packet 
1253 with DTS 67270639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1292 with DTS 67281822, packet 
1293 with DTS 67525904
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1292 with DTS 67281822, packet 
1293 with DTS 67525904
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1244 with DTS 67272828, packet 
1245 with DTS 67718080
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1260 with DTS 67281831, packet 
1261 with DTS 67718087
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1260 with DTS 67272819, packet 
1261 with DTS 67718089
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1252 with DTS 67284832, packet 
1253 with DTS 67721092
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1300 with DTS 67540035, packet 
1301 with DTS 67721143
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1300 with DTS 67540035, packet 
1301 with DTS 67721143
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1260 with DTS 67284832, packet 
1261 with DTS 67730101
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1260 with DTS 67284832, packet 
1261 with DTS 67730101
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1260 with DTS 67284832, packet 
1261 with DTS 67730101
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1260 with DTS 67284832, packet 
1261 with DTS 67730101
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1308 with DTS 67735259, packet 
1309 with DTS 67895288
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1308 with DTS 67735259, packet 
1309 with DTS 67895288
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1268 with DTS 67732240, packet 
1269 with DTS 67895305
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1268 with DTS 67735241, packet 
1269 with DTS 67898310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1268 with DTS 67744271, packet 
1269 with DTS 67907298
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1268 with DTS 67744271, packet 
1269 with DTS 67907298
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1268 with DTS 67744241, packet 
1269 with DTS 67907328
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1268 with DTS 67744241, packet 
1269 with DTS 67907328
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1316 with DTS 67909423, packet 
1317 with DTS 68078481
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1316 with DTS 67909423, packet 
1317 with DTS 68078481
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1276 with DTS 67909403, packet 
1277 with DTS 68078502
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1260 with DTS 67735276, packet 
1261 with DTS 68084460
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1276 with DTS 67912410, packet 
1277 with DTS 68090510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1276 with DTS 67921426, packet 
1277 with DTS 68099511
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1276 with DTS 67921426, packet 
1277 with DTS 68099511
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1276 with DTS 67921418, packet 
1277 with DTS 68099519
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1276 with DTS 67921418, packet 
1277 with DTS 68099519
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1252 with DTS 67732276, packet 
1253 with DTS 68102475
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1324 with DTS 68119669, packet 
1325 with DTS 68670036
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1324 with DTS 68119669, packet 
1325 with DTS 68670036
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1284 with DTS 68119669, packet 
1285 with DTS 68670036
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1284 with DTS 68119668, packet 
1285 with DTS 68670038
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1268 with DTS 68113657, packet 
1269 with DTS 68673046
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1284 with DTS 68113657, packet 
1285 with DTS 68673046
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1284 with DTS 68113657, packet 
1285 with DTS 68673046
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1284 with DTS 68113651, packet 
1285 with DTS 68673051
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1284 with DTS 68113651, packet 
1285 with DTS 68673051
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1260 with DTS 68116671, packet 
1261 with DTS 68676037
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1332 with DTS 68684233, packet 
1333 with DTS 69171537
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1332 with DTS 68684233, packet 
1333 with DTS 69171537
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1276 with DTS 68687231, packet 
1277 with DTS 69171542
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1292 with DTS 68684227, packet 
1293 with DTS 69171544
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1292 with DTS 68684235, packet 
1293 with DTS 69174538
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1292 with DTS 68687238, packet 
1293 with DTS 69177541
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1292 with DTS 68687238, packet 
1293 with DTS 69177541
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1268 with DTS 68690244, packet 
1269 with DTS 69180541
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1292 with DTS 68687238, packet 
1293 with DTS 69180544
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1292 with DTS 68687238, packet 
1293 with DTS 69180544
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1340 with DTS 69185685, packet 
1341 with DTS 69327742
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1340 with DTS 69185685, packet 
1341 with DTS 69327742
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1300 with DTS 69188737, packet 
1301 with DTS 69582949
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1300 with DTS 69185724, packet 
1301 with DTS 69582958
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1276 with DTS 69194731, packet 
1277 with DTS 69582961
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1348 with DTS 69341858, packet 
1349 with DTS 69582981
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1348 with DTS 69341858, packet 
1349 with DTS 69582981
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1284 with DTS 69185718, packet 
1285 with DTS 69603985
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1300 with DTS 69191742, packet 
1301 with DTS 69609973
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1300 with DTS 69191742, packet 
1301 with DTS 69609973
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1300 with DTS 69200737, packet 
1301 with DTS 69618997
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1300 with DTS 69200737, packet 
1301 with DTS 69618997
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1284 with DTS 69597136, packet 
1285 with DTS 69826201
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1308 with DTS 69597133, packet 
1309 with DTS 69826204
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1356 with DTS 69597130, packet 
1357 with DTS 69826206
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1356 with DTS 69597130, packet 
1357 with DTS 69826206
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1308 with DTS 69597128, packet 
1309 with DTS 69826209
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1308 with DTS 69624161, packet 
1309 with DTS 69853230
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1308 with DTS 69624161, packet 
1309 with DTS 69853230
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1308 with DTS 69633145, packet 
1309 with DTS 69862263
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1308 with DTS 69633145, packet 
1309 with DTS 69862263
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1292 with DTS 69840373, packet 
1293 with DTS 70129510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1316 with DTS 69840363, packet 
1317 with DTS 70129519
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1364 with DTS 69840363, packet 
1365 with DTS 70129520
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1364 with DTS 69840363, packet 
1365 with DTS 70129520
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1316 with DTS 69840333, packet 
1317 with DTS 70129550
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1292 with DTS 69618172, packet 
1293 with DTS 70150510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1316 with DTS 69867391, packet 
1317 with DTS 70156546
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1316 with DTS 69867391, packet 
1317 with DTS 70156546
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1316 with DTS 69876422, packet 
1317 with DTS 70165533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1316 with DTS 69876422, packet 
1317 with DTS 70165533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1300 with DTS 70197746, packet 
1301 with DTS 70396761
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1372 with DTS 70197723, packet 
1373 with DTS 70396783
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1372 with DTS 70197723, packet 
1373 with DTS 70396783
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1324 with DTS 70197701, packet 
1325 with DTS 70396805
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1324 with DTS 70197698, packet 
1325 with DTS 70396808
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1300 with DTS 70218743, packet 
1301 with DTS 70417805
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1324 with DTS 70224762, packet 
1325 with DTS 70423799
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1324 with DTS 70224762, packet 
1325 with DTS 70423799
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1324 with DTS 70233766, packet 
1325 with DTS 70432813
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1324 with DTS 70233766, packet 
1325 with DTS 70432813
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1332 with DTS 70410947, packet 
1333 with DTS 70871246
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1308 with DTS 70410940, packet 
1309 with DTS 70871253
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1380 with DTS 70410938, packet 
1381 with DTS 70871256
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1380 with DTS 70410938, packet 
1381 with DTS 70871256
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1332 with DTS 70410931, packet 
1333 with DTS 70871263
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1308 with DTS 70431970, packet 
1309 with DTS 70892265
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1332 with DTS 70437963, packet 
1333 with DTS 70898285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1332 with DTS 70437963, packet 
1333 with DTS 70898285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1332 with DTS 70446974, packet 
1333 with DTS 70907291
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1332 with DTS 70446974, packet 
1333 with DTS 70907291
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1340 with DTS 70897439, packet 
1341 with DTS 71294663
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1340 with DTS 70897437, packet 
1341 with DTS 71294665
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1316 with DTS 70897437, packet 
1317 with DTS 71294665
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1388 with DTS 70897430, packet 
1389 with DTS 71303681
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1388 with DTS 70897430, packet 
1389 with DTS 71303681
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1316 with DTS 70918451, packet 
1317 with DTS 71315693
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1340 with DTS 70924466, packet 
1341 with DTS 71321691
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1340 with DTS 70924466, packet 
1341 with DTS 71321691
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1340 with DTS 70933478, packet 
1341 with DTS 71330697
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1340 with DTS 70933478, packet 
1341 with DTS 71330697
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1348 with DTS 71308834, packet 
1349 with DTS 71528913
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1396 with DTS 71317817, packet 
1397 with DTS 71528939
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1396 with DTS 71317817, packet 
1397 with DTS 71528939
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1348 with DTS 71308809, packet 
1349 with DTS 71528939
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1324 with DTS 71308799, packet 
1325 with DTS 71528949
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1324 with DTS 71329829, packet 
1325 with DTS 71549960
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1348 with DTS 71335856, packet 
1349 with DTS 71555946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1348 with DTS 71335856, packet 
1349 with DTS 71555946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1348 with DTS 71344866, packet 
1349 with DTS 71564954
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1348 with DTS 71344866, packet 
1349 with DTS 71564954
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1332 with DTS 71564100, packet 
1333 with DTS 72090464
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1332 with DTS 71543085, packet 
1333 with DTS 72120487
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1356 with DTS 71543078, packet 
1357 with DTS 72120494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1404 with DTS 71543077, packet 
1405 with DTS 72120495
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1404 with DTS 71543077, packet 
1405 with DTS 72120495
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1356 with DTS 71543075, packet 
1357 with DTS 72120498
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1356 with DTS 71570116, packet 
1357 with DTS 72147511
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1356 with DTS 71570116, packet 
1357 with DTS 72147511
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1356 with DTS 71579109, packet 
1357 with DTS 72156535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1356 with DTS 71579109, packet 
1357 with DTS 72156535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1340 with DTS 72368906, packet 
1341 with DTS 72627998
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1364 with DTS 72368901, packet 
1365 with DTS 72628004
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1364 with DTS 72368897, packet 
1365 with DTS 72628007
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1412 with DTS 72368894, packet 
1413 with DTS 72628011
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1412 with DTS 72368894, packet 
1413 with DTS 72628011
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1340 with DTS 72389906, packet 
1341 with DTS 72649040
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1364 with DTS 72395932, packet 
1365 with DTS 72655026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1364 with DTS 72395932, packet 
1365 with DTS 72655026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1364 with DTS 72404922, packet 
1365 with DTS 72664055
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1364 with DTS 72404922, packet 
1365 with DTS 72664055
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1348 with DTS 72642174, packet 
1349 with DTS 72832207
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1420 with DTS 72642165, packet 
1421 with DTS 72832216
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1420 with DTS 72642165, packet 
1421 with DTS 72832216
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1372 with DTS 72642161, packet 
1373 with DTS 72832221
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1372 with DTS 72642142, packet 
1373 with DTS 72832240
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1348 with DTS 72663168, packet 
1349 with DTS 72853255
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1372 with DTS 72669186, packet 
1373 with DTS 72859250
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1372 with DTS 72669186, packet 
1373 with DTS 72859250
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1372 with DTS 72678176, packet 
1373 with DTS 72868278
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1372 with DTS 72678176, packet 
1373 with DTS 72868278
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1428 with DTS 72846384, packet 
1429 with DTS 73240610
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1428 with DTS 72846384, packet 
1429 with DTS 73240610
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1356 with DTS 72846384, packet 
1357 with DTS 73240610
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1380 with DTS 72846378, packet 
1381 with DTS 73240615
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1380 with DTS 72846379, packet 
1381 with DTS 73240615
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1356 with DTS 72867402, packet 
1357 with DTS 73261633
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1380 with DTS 72873405, packet 
1381 with DTS 73267643
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1380 with DTS 72873405, packet 
1381 with DTS 73267643
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1380 with DTS 72882424, packet 
1381 with DTS 73276641
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1380 with DTS 72882424, packet 
1381 with DTS 73276641
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1436 with DTS 73422931, packet 
1437 with DTS 73552951
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1436 with DTS 73422931, packet 
1437 with DTS 73552951
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1364 with DTS 73422925, packet 
1365 with DTS 73552957
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1388 with DTS 73422917, packet 
1389 with DTS 73552964
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1388 with DTS 73422907, packet 
1389 with DTS 73552975
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1364 with DTS 73443929, packet 
1365 with DTS 73573995
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1388 with DTS 73449942, packet 
1389 with DTS 73579994
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1388 with DTS 73449942, packet 
1389 with DTS 73579994
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1388 with DTS 73458957, packet 
1389 with DTS 73588996
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1388 with DTS 73458957, packet 
1389 with DTS 73588996
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1372 with DTS 73567108, packet 
1373 with DTS 73799163
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1396 with DTS 73567103, packet 
1397 with DTS 73799168
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1444 with DTS 73567099, packet 
1445 with DTS 73799173
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1444 with DTS 73567099, packet 
1445 with DTS 73799173
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1396 with DTS 73567081, packet 
1397 with DTS 73799191
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1372 with DTS 73588097, packet 
1373 with DTS 73820216
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1396 with DTS 73594127, packet 
1397 with DTS 73826198
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1396 with DTS 73594127, packet 
1397 with DTS 73826198
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1396 with DTS 73603139, packet 
1397 with DTS 73835204
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1396 with DTS 73603139, packet 
1397 with DTS 73835204
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1452 with DTS 73813338, packet 
1453 with DTS 73997377
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1452 with DTS 73813338, packet 
1453 with DTS 73997377
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1404 with DTS 73813313, packet 
1405 with DTS 73997402
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1404 with DTS 73813313, packet 
1405 with DTS 73997403
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1380 with DTS 73813310, packet 
1381 with DTS 73997405
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1380 with DTS 73834325, packet 
1381 with DTS 74018433
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1404 with DTS 73840361, packet 
1405 with DTS 74024409
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1404 with DTS 73840361, packet 
1405 with DTS 74024409
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1404 with DTS 73849376, packet 
1405 with DTS 74033411
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1404 with DTS 73849376, packet 
1405 with DTS 74033411
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1412 with DTS 74011556, packet 
1413 with DTS 74246606
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1388 with DTS 74011543, packet 
1389 with DTS 74246619
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1412 with DTS 74011530, packet 
1413 with DTS 74246632
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1460 with DTS 74011525, packet 
1461 with DTS 74246637
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1460 with DTS 74011525, packet 
1461 with DTS 74246637
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1388 with DTS 74032555, packet 
1389 with DTS 74267650
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1412 with DTS 74038549, packet 
1413 with DTS 74273668
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1412 with DTS 74038549, packet 
1413 with DTS 74273668
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1412 with DTS 74047587, packet 
1413 with DTS 74282647
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1412 with DTS 74047587, packet 
1413 with DTS 74282647
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1468 with DTS 74260801, packet 
1469 with DTS 74516880
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1468 with DTS 74260801, packet 
1469 with DTS 74516880
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1420 with DTS 74260796, packet 
1421 with DTS 74555925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1420 with DTS 74260793, packet 
1421 with DTS 74555927
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1396 with DTS 74281805, packet 
1397 with DTS 74576958
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1420 with DTS 74287826, packet 
1421 with DTS 74582948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1420 with DTS 74287826, packet 
1421 with DTS 74582948
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1420 with DTS 74296819, packet 
1421 with DTS 74591974
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1420 with DTS 74296819, packet 
1421 with DTS 74591974
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1396 with DTS 74260805, packet 
1397 with DTS 74691051
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1476 with DTS 74531017, packet 
1477 with DTS 74691108
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1476 with DTS 74531017, packet 
1477 with DTS 74691108
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1428 with DTS 74570056, packet 
1429 with DTS 74691108
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1428 with DTS 74570054, packet 
1429 with DTS 74691111
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1404 with DTS 74591070, packet 
1405 with DTS 74712136
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1428 with DTS 74597082, packet 
1429 with DTS 74718136
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1428 with DTS 74597082, packet 
1429 with DTS 74718136
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1428 with DTS 74606092, packet 
1429 with DTS 74727145
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1428 with DTS 74606092, packet 
1429 with DTS 74727145
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1404 with DTS 74705250, packet 
1405 with DTS 75108467
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1484 with DTS 74705242, packet 
1485 with DTS 75108474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1484 with DTS 74705242, packet 
1485 with DTS 75108474
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1436 with DTS 74705239, packet 
1437 with DTS 75108478
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1436 with DTS 74705235, packet 
1437 with DTS 75108482
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1412 with DTS 74726250, packet 
1413 with DTS 75129509
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1436 with DTS 74732270, packet 
1437 with DTS 75135500
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1436 with DTS 74732270, packet 
1437 with DTS 75135500
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1436 with DTS 74741284, packet 
1437 with DTS 75144505
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1436 with DTS 74741284, packet 
1437 with DTS 75144505
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1412 with DTS 75134680, packet 
1413 with DTS 75519877
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1492 with DTS 75134678, packet 
1493 with DTS 75519878
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1492 with DTS 75134678, packet 
1493 with DTS 75519878
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1444 with DTS 75134674, packet 
1445 with DTS 75519883
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1444 with DTS 75134670, packet 
1445 with DTS 75519886
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1420 with DTS 75155696, packet 
1421 with DTS 75540903
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1444 with DTS 75161701, packet 
1445 with DTS 75546909
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1444 with DTS 75161701, packet 
1445 with DTS 75546909
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1444 with DTS 75170702, packet 
1445 with DTS 75555926
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1444 with DTS 75170702, packet 
1445 with DTS 75555926
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1452 with DTS 75534082, packet 
1453 with DTS 75889243
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1452 with DTS 75534060, packet 
1453 with DTS 75889264
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1420 with DTS 75534056, packet 
1421 with DTS 75889268
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1500 with DTS 75534054, packet 
1501 with DTS 75889270
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1500 with DTS 75534054, packet 
1501 with DTS 75889270
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1428 with DTS 75555095, packet 
1429 with DTS 75910272
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1452 with DTS 75561090, packet 
1453 with DTS 75916289
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1452 with DTS 75561090, packet 
1453 with DTS 75916289
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1452 with DTS 75570102, packet 
1453 with DTS 75925294
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1452 with DTS 75570102, packet 
1453 with DTS 75925294
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1428 with DTS 75903443, packet 
1429 with DTS 76129491
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1508 with DTS 75903439, packet 
1509 with DTS 76129494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1508 with DTS 75903439, packet 
1509 with DTS 76129494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1460 with DTS 75903431, packet 
1461 with DTS 76129502
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1460 with DTS 75903396, packet 
1461 with DTS 76129538
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1436 with DTS 75924435, packet 
1437 with DTS 76150541
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1460 with DTS 75930454, packet 
1461 with DTS 76156533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1460 with DTS 75930454, packet 
1461 with DTS 76156533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1460 with DTS 75939462, packet 
1461 with DTS 76165543
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1460 with DTS 75939462, packet 
1461 with DTS 76165543
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1468 with DTS 76143690, packet 
1469 with DTS 76552907
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1468 with DTS 76143686, packet 
1469 with DTS 76552911
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1436 with DTS 76143681, packet 
1437 with DTS 76552916
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1444 with DTS 76164705, packet 
1445 with DTS 76573934
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1516 with DTS 76143678, packet 
1517 with DTS 76573940
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1516 with DTS 76143678, packet 
1517 with DTS 76573940
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1468 with DTS 76170712, packet 
1469 with DTS 76579939
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1468 with DTS 76170712, packet 
1469 with DTS 76579939
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1468 with DTS 76179714, packet 
1469 with DTS 76588954
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1468 with DTS 76179714, packet 
1469 with DTS 76588954
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1476 with DTS 76579063, packet 
1477 with DTS 76688103
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1524 with DTS 76588069, packet 
1525 with DTS 76688106
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1524 with DTS 76588069, packet 
1525 with DTS 76688106
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1476 with DTS 76579061, packet 
1477 with DTS 76688106
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1444 with DTS 76579058, packet 
1445 with DTS 76688109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1452 with DTS 76600077, packet 
1453 with DTS 76709132
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1476 with DTS 76606086, packet 
1477 with DTS 76715134
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1476 with DTS 76606086, packet 
1477 with DTS 76715134
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1476 with DTS 76615098, packet 
1477 with DTS 76724141
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1476 with DTS 76615098, packet 
1477 with DTS 76724141
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1532 with DTS 76702216, packet 
1533 with DTS 76931317
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1532 with DTS 76702216, packet 
1533 with DTS 76931317
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1452 with DTS 76702251, packet 
1453 with DTS 77093443
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1484 with DTS 76702244, packet 
1485 with DTS 77093451
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1484 with DTS 76702235, packet 
1485 with DTS 77093459
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1540 with DTS 76945432, packet 
1541 with DTS 77093505
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1540 with DTS 76945432, packet 
1541 with DTS 77093505
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1460 with DTS 76723246, packet 
1461 with DTS 77114491
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1484 with DTS 76729265, packet 
1485 with DTS 77120483
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1484 with DTS 76729265, packet 
1485 with DTS 77120483
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1484 with DTS 76738265, packet 
1485 with DTS 77129502
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1484 with DTS 76738265, packet 
1485 with DTS 77129502
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1492 with DTS 77119652, packet 
1493 with DTS 77411777
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1492 with DTS 77119649, packet 
1493 with DTS 77411780
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1548 with DTS 77119644, packet 
1549 with DTS 77411785
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1548 with DTS 77119644, packet 
1549 with DTS 77411785
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1460 with DTS 77119639, packet 
1461 with DTS 77411790
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1468 with DTS 77140655, packet 
1469 with DTS 77432817
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1492 with DTS 77146664, packet 
1493 with DTS 77438819
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1492 with DTS 77146664, packet 
1493 with DTS 77438819
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1492 with DTS 77155681, packet 
1493 with DTS 77447821
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1492 with DTS 77155681, packet 
1493 with DTS 77447821
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1476 with DTS 77446957, packet 
1477 with DTS 77781169
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1468 with DTS 77425960, packet 
1469 with DTS 77796160
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1500 with DTS 77425960, packet 
1501 with DTS 77808172
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1500 with DTS 77425952, packet 
1501 with DTS 77808180
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1556 with DTS 77425941, packet 
1557 with DTS 77808190
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1556 with DTS 77425941, packet 
1557 with DTS 77808190
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1500 with DTS 77452978, packet 
1501 with DTS 77823195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1500 with DTS 77452978, packet 
1501 with DTS 77823195
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1500 with DTS 77461986, packet 
1501 with DTS 77832206
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1500 with DTS 77461986, packet 
1501 with DTS 77832206
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1476 with DTS 77810345, packet 
1477 with DTS 78333696
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1508 with DTS 77834377, packet 
1509 with DTS 78342697
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1484 with DTS 77831373, packet 
1485 with DTS 78354710
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1564 with DTS 77834373, packet 
1565 with DTS 78357716
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1564 with DTS 77834373, packet 
1565 with DTS 78357716
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1508 with DTS 77834369, packet 
1509 with DTS 78357719
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1508 with DTS 77837375, packet 
1509 with DTS 78360720
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1508 with DTS 77837375, packet 
1509 with DTS 78360720
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1508 with DTS 77846373, packet 
1509 with DTS 78369740
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1508 with DTS 77846373, packet 
1509 with DTS 78369740
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1572 with DTS 78383923, packet 
1573 with DTS 78766122
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1572 with DTS 78383923, packet 
1573 with DTS 78766122
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1484 with DTS 78347873, packet 
1485 with DTS 78766137
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1516 with DTS 78383908, packet 
1517 with DTS 78766138
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1516 with DTS 78356880, packet 
1517 with DTS 78775148
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1492 with DTS 78368895, packet 
1493 with DTS 78787157
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1516 with DTS 78374905, packet 
1517 with DTS 78793158
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1516 with DTS 78374905, packet 
1517 with DTS 78793158
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1516 with DTS 78383895, packet 
1517 with DTS 78802187
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1516 with DTS 78383895, packet 
1517 with DTS 78802187
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1492 with DTS 78780315, packet 
1493 with DTS 79015376
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1580 with DTS 78780275, packet 
1581 with DTS 79015416
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1580 with DTS 78780275, packet 
1581 with DTS 79015416
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1524 with DTS 78780271, packet 
1525 with DTS 79015420
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1524 with DTS 78789286, packet 
1525 with DTS 79024422
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1500 with DTS 78801286, packet 
1501 with DTS 79036446
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1524 with DTS 78807298, packet 
1525 with DTS 79042447
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1524 with DTS 78807298, packet 
1525 with DTS 79042447
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1524 with DTS 78816331, packet 
1525 with DTS 79051432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1524 with DTS 78816331, packet 
1525 with DTS 79051432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1588 with DTS 79029512, packet 
1589 with DTS 79207619
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1588 with DTS 79029512, packet 
1589 with DTS 79207619
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1500 with DTS 79029575, packet 
1501 with DTS 79486835
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1532 with DTS 79029566, packet 
1533 with DTS 79486844
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1596 with DTS 79221743, packet 
1597 with DTS 79486859
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1596 with DTS 79221743, packet 
1597 with DTS 79486859
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1532 with DTS 79038579, packet 
1533 with DTS 79495849
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1508 with DTS 79050591, packet 
1509 with DTS 79507861
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1532 with DTS 79056584, packet 
1533 with DTS 79513881
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1532 with DTS 79056584, packet 
1533 with DTS 79513881
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1532 with DTS 79065605, packet 
1533 with DTS 79522878
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1532 with DTS 79065605, packet 
1533 with DTS 79522878
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1604 with DTS 79501043, packet 
1605 with DTS 79868220
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1604 with DTS 79501043, packet 
1605 with DTS 79868220
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1508 with DTS 79501038, packet 
1509 with DTS 79868224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1540 with DTS 79501030, packet 
1541 with DTS 79868232
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1540 with DTS 79510038, packet 
1541 with DTS 79877242
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1516 with DTS 79522056, packet 
1517 with DTS 79889248
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1540 with DTS 79528059, packet 
1541 with DTS 79895257
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1540 with DTS 79528059, packet 
1541 with DTS 79895257
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1540 with DTS 79537069, packet 
1541 with DTS 79904265
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1540 with DTS 79537069, packet 
1541 with DTS 79904265
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1516 with DTS 79882419, packet 
1517 with DTS 80300656
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1548 with DTS 79882417, packet 
1549 with DTS 80300659
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1612 with DTS 79882404, packet 
1613 with DTS 80300671
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1612 with DTS 79882404, packet 
1613 with DTS 80300671
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1548 with DTS 79891418, packet 
1549 with DTS 80309675
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1524 with DTS 79903425, packet 
1525 with DTS 80321693
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1548 with DTS 79909444, packet 
1549 with DTS 80327685
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1548 with DTS 79909444, packet 
1549 with DTS 80327685
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1548 with DTS 79918450, packet 
1549 with DTS 80336698
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1548 with DTS 79918450, packet 
1549 with DTS 80336698
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1524 with DTS 80314806, packet 
1525 with DTS 80519920
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1556 with DTS 80314806, packet 
1557 with DTS 80519920
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1620 with DTS 80314801, packet 
1621 with DTS 80519926
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1620 with DTS 80314801, packet 
1621 with DTS 80519926
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1556 with DTS 80323817, packet 
1557 with DTS 80528928
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1532 with DTS 80335824, packet 
1533 with DTS 80540945
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1556 with DTS 80341834, packet 
1557 with DTS 80546946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1556 with DTS 80341834, packet 
1557 with DTS 80546946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1556 with DTS 80350853, packet 
1557 with DTS 80555946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1556 with DTS 80350853, packet 
1557 with DTS 80555946
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1532 with DTS 80597131, packet 
1533 with DTS 80970327
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1628 with DTS 80600115, packet 
1629 with DTS 80970346
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1628 with DTS 80600115, packet 
1629 with DTS 80970346
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1564 with DTS 80597108, packet 
1565 with DTS 80970350
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1564 with DTS 80600130, packet 
1565 with DTS 80973335
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1540 with DTS 80600126, packet 
1541 with DTS 80973338
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1564 with DTS 80624141, packet 
1565 with DTS 80997371
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1564 with DTS 80624141, packet 
1565 with DTS 80997371
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1564 with DTS 80633159, packet 
1565 with DTS 81006372
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1564 with DTS 80633159, packet 
1565 with DTS 81006372
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1572 with DTS 81023540, packet 
1573 with DTS 81264639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1572 with DTS 81023540, packet 
1573 with DTS 81264639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1572 with DTS 80996512, packet 
1573 with DTS 81264639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1636 with DTS 80996501, packet 
1637 with DTS 81264650
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1636 with DTS 80996501, packet 
1637 with DTS 81264650
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1540 with DTS 80996483, packet 
1541 with DTS 81264669
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1572 with DTS 80999530, packet 
1573 with DTS 81273634
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1548 with DTS 80999480, packet 
1549 with DTS 81273684
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1572 with DTS 81032523, packet 
1573 with DTS 81294694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1572 with DTS 81032523, packet 
1573 with DTS 81294694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1548 with DTS 81278817, packet 
1549 with DTS 81549902
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1580 with DTS 81278802, packet 
1581 with DTS 81549917
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1580 with DTS 81278790, packet 
1581 with DTS 81549928
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1580 with DTS 81278790, packet 
1581 with DTS 81549928
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1644 with DTS 81278789, packet 
1645 with DTS 81549930
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1644 with DTS 81278789, packet 
1645 with DTS 81549930
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1580 with DTS 81308826, packet 
1581 with DTS 81567940
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1580 with DTS 81308826, packet 
1581 with DTS 81567940
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1580 with DTS 81299808, packet 
1581 with DTS 81570952
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1556 with DTS 81299806, packet 
1557 with DTS 81570955
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1588 with DTS 81564090, packet 
1589 with DTS 81853216
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1588 with DTS 81564090, packet 
1589 with DTS 81853216
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1556 with DTS 81564083, packet 
1557 with DTS 81853223
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1652 with DTS 81564082, packet 
1653 with DTS 81853224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1652 with DTS 81564082, packet 
1653 with DTS 81853224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1588 with DTS 81564083, packet 
1589 with DTS 81853224
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1588 with DTS 81582121, packet 
1589 with DTS 81871222
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1588 with DTS 81582121, packet 
1589 with DTS 81871222
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1588 with DTS 81585124, packet 
1589 with DTS 81874225
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1564 with DTS 81585106, packet 
1565 with DTS 81874242
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1596 with DTS 81879382, packet 
1597 with DTS 82099486
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1596 with DTS 81879382, packet 
1597 with DTS 82099486
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1660 with DTS 81879376, packet 
1661 with DTS 82099492
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1660 with DTS 81879376, packet 
1661 with DTS 82099492
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1564 with DTS 81879369, packet 
1565 with DTS 82099499
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1596 with DTS 81879366, packet 
1597 with DTS 82099502
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1596 with DTS 81897378, packet 
1597 with DTS 82117526
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1596 with DTS 81897378, packet 
1597 with DTS 82117526
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1596 with DTS 81900421, packet 
1597 with DTS 82120489
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1572 with DTS 81900390, packet 
1573 with DTS 82120520
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1604 with DTS 82113653, packet 
1605 with DTS 82664013
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1572 with DTS 82113647, packet 
1573 with DTS 82664019
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1604 with DTS 82113641, packet 
1605 with DTS 82664024
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1604 with DTS 82113641, packet 
1605 with DTS 82664024
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1668 with DTS 82113641, packet 
1669 with DTS 82664025
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1668 with DTS 82113641, packet 
1669 with DTS 82664025
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1604 with DTS 82131665, packet 
1605 with DTS 82682036
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1604 with DTS 82131665, packet 
1605 with DTS 82682036
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1604 with DTS 82134667, packet 
1605 with DTS 82685041
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1580 with DTS 82134665, packet 
1581 with DTS 82685042
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1612 with DTS 82690224, packet 
1613 with DTS 83069423
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1612 with DTS 82690224, packet 
1613 with DTS 83069423
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1612 with DTS 82690222, packet 
1613 with DTS 83069425
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1676 with DTS 82690215, packet 
1677 with DTS 83069432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1676 with DTS 82690215, packet 
1677 with DTS 83069432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1580 with DTS 82690214, packet 
1581 with DTS 83069432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1612 with DTS 82708244, packet 
1613 with DTS 83087438
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1612 with DTS 82708244, packet 
1613 with DTS 83087438
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1612 with DTS 82711244, packet 
1613 with DTS 83090445
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1588 with DTS 82711235, packet 
1589 with DTS 83090453
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1684 with DTS 83083623, packet 
1685 with DTS 83597944
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1684 with DTS 83083623, packet 
1685 with DTS 83597944
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1588 with DTS 83083620, packet 
1589 with DTS 83597947
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1620 with DTS 83083621, packet 
1621 with DTS 83597947
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1620 with DTS 83083611, packet 
1621 with DTS 83597956
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1620 with DTS 83083611, packet 
1621 with DTS 83597956
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1620 with DTS 83101637, packet 
1621 with DTS 83615966
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1620 with DTS 83101637, packet 
1621 with DTS 83615966
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1620 with DTS 83104641, packet 
1621 with DTS 83618969
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1596 with DTS 83104639, packet 
1597 with DTS 83618971
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1692 with DTS 83612152, packet 
1693 with DTS 84087432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1692 with DTS 83612152, packet 
1693 with DTS 84087432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1596 with DTS 83612151, packet 
1597 with DTS 84087433
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1628 with DTS 83612148, packet 
1629 with DTS 84087437
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1628 with DTS 83612138, packet 
1629 with DTS 84087446
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1628 with DTS 83612138, packet 
1629 with DTS 84087446
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1628 with DTS 83630168, packet 
1629 with DTS 84105452
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1628 with DTS 83630168, packet 
1629 with DTS 84105452
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1628 with DTS 83633172, packet 
1629 with DTS 84108454
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1604 with DTS 83633169, packet 
1605 with DTS 84108458
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1700 with DTS 84101622, packet 
1701 with DTS 84417781
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1700 with DTS 84101622, packet 
1701 with DTS 84417781
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1604 with DTS 84101620, packet 
1605 with DTS 84417784
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1636 with DTS 84101610, packet 
1637 with DTS 84417794
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1636 with DTS 84101606, packet 
1637 with DTS 84417797
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1636 with DTS 84101606, packet 
1637 with DTS 84417797
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1636 with DTS 84119640, packet 
1637 with DTS 84435800
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1636 with DTS 84119640, packet 
1637 with DTS 84435800
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1636 with DTS 84122640, packet 
1637 with DTS 84438806
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1612 with DTS 84122634, packet 
1613 with DTS 84438811
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1620 with DTS 84452931, packet 
1621 with DTS 84706112
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1612 with DTS 84431918, packet 
1613 with DTS 84733131
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1708 with DTS 84431913, packet 
1709 with DTS 84733135
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1708 with DTS 84431913, packet 
1709 with DTS 84733135
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1644 with DTS 84431910, packet 
1645 with DTS 84733139
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1644 with DTS 84431908, packet 
1645 with DTS 84733141
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1644 with DTS 84431908, packet 
1645 with DTS 84733141
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1644 with DTS 84449937, packet 
1645 with DTS 84751148
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1644 with DTS 84449937, packet 
1645 with DTS 84751148
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1644 with DTS 84452939, packet 
1645 with DTS 84754151
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1628 with DTS 85230748, packet 
1629 with DTS 85474840
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1636 with DTS 85515998, packet 
1637 with DTS 85742142
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1652 with DTS 85209742, packet 
1653 with DTS 85760109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1652 with DTS 85209742, packet 
1653 with DTS 85760109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1620 with DTS 85209743, packet 
1621 with DTS 85760109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1652 with DTS 85209730, packet 
1653 with DTS 85760121
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1652 with DTS 85218753, packet 
1653 with DTS 85769117
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1652 with DTS 85227754, packet 
1653 with DTS 85778133
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1652 with DTS 85227754, packet 
1653 with DTS 85778133
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1716 with DTS 85335876, packet 
1717 with DTS 85781122
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1716 with DTS 85335876, packet 
1717 with DTS 85781122
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1628 with DTS 85774307, packet 
1629 with DTS 86036384
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1724 with DTS 85795320, packet 
1725 with DTS 86036393
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1724 with DTS 85795320, packet 
1725 with DTS 86036393
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1660 with DTS 85774293, packet 
1661 with DTS 86036399
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1660 with DTS 85774286, packet 
1661 with DTS 86036405
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1660 with DTS 85774286, packet 
1661 with DTS 86036405
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1660 with DTS 85783317, packet 
1661 with DTS 86045392
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1660 with DTS 85792302, packet 
1661 with DTS 86054425
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1660 with DTS 85792302, packet 
1661 with DTS 86054425
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1644 with DTS 85816323, packet 
1645 with DTS 86057431
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1636 with DTS 86050591, packet 
1637 with DTS 86474815
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1668 with DTS 86050591, packet 
1669 with DTS 86474815
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1732 with DTS 86050590, packet 
1733 with DTS 86474816
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1732 with DTS 86050590, packet 
1733 with DTS 86474816
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1668 with DTS 86050571, packet 
1669 with DTS 86474835
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1668 with DTS 86050571, packet 
1669 with DTS 86474835
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1668 with DTS 86059592, packet 
1669 with DTS 86483831
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1668 with DTS 86068587, packet 
1669 with DTS 86492854
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1668 with DTS 86068587, packet 
1669 with DTS 86492854
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1652 with DTS 86071578, packet 
1653 with DTS 86495869
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1740 with DTS 86488987, packet 
1741 with DTS 86715096
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1740 with DTS 86488987, packet 
1741 with DTS 86715096
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1660 with DTS 86510006, packet 
1661 with DTS 86736119
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1644 with DTS 86488974, packet 
1645 with DTS 86775170
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1676 with DTS 86488973, packet 
1677 with DTS 86775171
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1676 with DTS 86488973, packet 
1677 with DTS 86775171
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1676 with DTS 86488973, packet 
1677 with DTS 86775171
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1676 with DTS 86497976, packet 
1677 with DTS 86784186
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1676 with DTS 86506985, packet 
1677 with DTS 86793194
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1676 with DTS 86506985, packet 
1677 with DTS 86793194
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1748 with DTS 88735206, packet 
1749 with DTS 88826230
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1748 with DTS 88735206, packet 
1749 with DTS 88826230
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1684 with DTS 88741262, packet 
1685 with DTS 89033387
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1684 with DTS 88741262, packet 
1685 with DTS 89033387
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1684 with DTS 88741254, packet 
1685 with DTS 89033395
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1652 with DTS 88741247, packet 
1653 with DTS 89033402
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1684 with DTS 88750268, packet 
1685 with DTS 89042400
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1684 with DTS 88759279, packet 
1685 with DTS 89051407
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1684 with DTS 88759279, packet 
1685 with DTS 89051407
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1668 with DTS 88762279, packet 
1669 with DTS 89054413
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1660 with DTS 89047525, packet 
1661 with DTS 89222619
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1756 with DTS 88945479, packet 
1757 with DTS 89234575
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1756 with DTS 88945479, packet 
1757 with DTS 89234575
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1692 with DTS 89047530, packet 
1693 with DTS 89234626
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1692 with DTS 89047530, packet 
1693 with DTS 89234626
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1692 with DTS 89047524, packet 
1693 with DTS 89234633
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1692 with DTS 89056541, packet 
1693 with DTS 89243633
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1692 with DTS 89065539, packet 
1693 with DTS 89252654
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1692 with DTS 89065539, packet 
1693 with DTS 89252654
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1676 with DTS 89068565, packet 
1677 with DTS 89255634
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1764 with DTS 89260756, packet 
1765 with DTS 89405784
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1764 with DTS 89260756, packet 
1765 with DTS 89405784
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1668 with DTS 89236735, packet 
1669 with DTS 89507883
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1700 with DTS 89260739, packet 
1701 with DTS 89507903
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1700 with DTS 89260739, packet 
1701 with DTS 89507903
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1700 with DTS 89260738, packet 
1701 with DTS 89507904
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1700 with DTS 89269783, packet 
1701 with DTS 89516877
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1700 with DTS 89278799, packet 
1701 with DTS 89525880
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1700 with DTS 89278799, packet 
1701 with DTS 89525880
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1684 with DTS 89281764, packet 
1685 with DTS 89528920
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1692 with DTS 89555065, packet 
1693 with DTS 89928292
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1676 with DTS 89534050, packet 
1677 with DTS 89934292
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1708 with DTS 89534043, packet 
1709 with DTS 89934298
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1708 with DTS 89534041, packet 
1709 with DTS 89934300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1708 with DTS 89534041, packet 
1709 with DTS 89934300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1772 with DTS 89537043, packet 
1773 with DTS 89934302
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1772 with DTS 89537043, packet 
1773 with DTS 89934302
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1708 with DTS 89543074, packet 
1709 with DTS 89943285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1708 with DTS 89552077, packet 
1709 with DTS 89952300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1708 with DTS 89552077, packet 
1709 with DTS 89952300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1684 with DTS 89948483, packet 
1685 with DTS 90348687
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1716 with DTS 89948469, packet 
1717 with DTS 90348700
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1716 with DTS 89948467, packet 
1717 with DTS 90348703
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1716 with DTS 89948467, packet 
1717 with DTS 90348703
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1780 with DTS 89948466, packet 
1781 with DTS 90348704
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1780 with DTS 89948466, packet 
1781 with DTS 90348704
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1716 with DTS 89957483, packet 
1717 with DTS 90357705
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1716 with DTS 89966489, packet 
1717 with DTS 90366716
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1716 with DTS 89966489, packet 
1717 with DTS 90366716
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1700 with DTS 89969486, packet 
1701 with DTS 90369725
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1692 with DTS 90362872, packet 
1693 with DTS 90658020
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1724 with DTS 90362867, packet 
1725 with DTS 90658025
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1788 with DTS 90362866, packet 
1789 with DTS 90658026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1788 with DTS 90362866, packet 
1789 with DTS 90658026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1724 with DTS 90362850, packet 
1725 with DTS 90658042
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1724 with DTS 90362850, packet 
1725 with DTS 90658042
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1724 with DTS 90371885, packet 
1725 with DTS 90667026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1724 with DTS 90380903, packet 
1725 with DTS 90676026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1724 with DTS 90380903, packet 
1725 with DTS 90676026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1708 with DTS 90383891, packet 
1709 with DTS 90679043
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1700 with DTS 90672195, packet 
1701 with DTS 91006355
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1732 with DTS 90672193, packet 
1733 with DTS 91006357
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1732 with DTS 90672193, packet 
1733 with DTS 91006357
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1732 with DTS 90672185, packet 
1733 with DTS 91006364
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1796 with DTS 90672184, packet 
1797 with DTS 91006365
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1796 with DTS 90672184, packet 
1797 with DTS 91006365
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1732 with DTS 90681204, packet 
1733 with DTS 91015364
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1732 with DTS 90690217, packet 
1733 with DTS 91024369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1732 with DTS 90690217, packet 
1733 with DTS 91024369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1716 with DTS 90693203, packet 
1717 with DTS 91027388
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1740 with DTS 91020547, packet 
1741 with DTS 91477822
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1740 with DTS 91020547, packet 
1741 with DTS 91477822
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1740 with DTS 91020543, packet 
1741 with DTS 91477826
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1708 with DTS 91020531, packet 
1709 with DTS 91477838
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1740 with DTS 91029556, packet 
1741 with DTS 91486830
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1740 with DTS 91038553, packet 
1741 with DTS 91495852
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1740 with DTS 91038553, packet 
1741 with DTS 91495852
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1724 with DTS 91041564, packet 
1725 with DTS 91498847
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1804 with DTS 91020550, packet 
1805 with DTS 91519861
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1804 with DTS 91020550, packet 
1805 with DTS 91519861
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1812 with DTS 91537015, packet 
1813 with DTS 91694085
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1812 with DTS 91537015, packet 
1813 with DTS 91694085
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1716 with DTS 91491965, packet 
1717 with DTS 91694090
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1748 with DTS 91491959, packet 
1749 with DTS 91694096
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1748 with DTS 91491959, packet 
1749 with DTS 91694096
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1748 with DTS 91491957, packet 
1749 with DTS 91694098
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1748 with DTS 91500967, packet 
1749 with DTS 91703106
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1748 with DTS 91509977, packet 
1749 with DTS 91712115
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1748 with DTS 91509977, packet 
1749 with DTS 91712115
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1732 with DTS 91512979, packet 
1733 with DTS 91715119
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1756 with DTS 91708221, packet 
1757 with DTS 92006363
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1756 with DTS 91708221, packet 
1757 with DTS 92006363
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1756 with DTS 91708220, packet 
1757 with DTS 92006364
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1724 with DTS 91708217, packet 
1725 with DTS 92006367
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1820 with DTS 91708211, packet 
1821 with DTS 92006373
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1820 with DTS 91708211, packet 
1821 with DTS 92006373
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1756 with DTS 91717226, packet 
1757 with DTS 92015375
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1756 with DTS 91726238, packet 
1757 with DTS 92024382
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1756 with DTS 91726238, packet 
1757 with DTS 92024382
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1740 with DTS 91729240, packet 
1741 with DTS 92027386
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1828 with DTS 92020537, packet 
1829 with DTS 92252604
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1828 with DTS 92020537, packet 
1829 with DTS 92252604
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1764 with DTS 92020536, packet 
1765 with DTS 92252606
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1732 with DTS 92020531, packet 
1733 with DTS 92252610
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1764 with DTS 92020529, packet 
1765 with DTS 92252612
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1764 with DTS 92020529, packet 
1765 with DTS 92252612
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1764 with DTS 92029530, packet 
1765 with DTS 92261629
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1764 with DTS 92038542, packet 
1765 with DTS 92270636
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1764 with DTS 92038542, packet 
1765 with DTS 92270636
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1748 with DTS 92041543, packet 
1749 with DTS 92273640
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1740 with DTS 92266778, packet 
1741 with DTS 92465822
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1836 with DTS 92266776, packet 
1837 with DTS 92465824
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1836 with DTS 92266776, packet 
1837 with DTS 92465824
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1772 with DTS 92266764, packet 
1773 with DTS 92465836
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1772 with DTS 92266764, packet 
1773 with DTS 92465836
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1772 with DTS 92266749, packet 
1773 with DTS 92465851
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1772 with DTS 92275782, packet 
1773 with DTS 92474837
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1772 with DTS 92284756, packet 
1773 with DTS 92483881
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1772 with DTS 92284756, packet 
1773 with DTS 92483881
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1756 with DTS 92287777, packet 
1757 with DTS 92486866
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1748 with DTS 92479989, packet 
1749 with DTS 92781140
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1844 with DTS 92479977, packet 
1845 with DTS 92781152
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1844 with DTS 92479977, packet 
1845 with DTS 92781152
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1780 with DTS 92479973, packet 
1781 with DTS 92781155
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1780 with DTS 92479973, packet 
1781 with DTS 92781155
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1780 with DTS 92479972, packet 
1781 with DTS 92781157
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1780 with DTS 92488989, packet 
1781 with DTS 92790158
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1780 with DTS 92498011, packet 
1781 with DTS 92799154
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1780 with DTS 92498011, packet 
1781 with DTS 92799154
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1764 with DTS 92501012, packet 
1765 with DTS 92802159
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1788 with DTS 92795315, packet 
1789 with DTS 93156503
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1852 with DTS 92795311, packet 
1853 with DTS 93156507
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1852 with DTS 92795311, packet 
1853 with DTS 93156507
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1788 with DTS 92795312, packet 
1789 with DTS 93156507
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1788 with DTS 92795312, packet 
1789 with DTS 93156507
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1788 with DTS 92804326, packet 
1789 with DTS 93165511
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1788 with DTS 92813315, packet 
1789 with DTS 93174539
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1788 with DTS 92813315, packet 
1789 with DTS 93174539
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1772 with DTS 92816301, packet 
1773 with DTS 93177559
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1756 with DTS 92795309, packet 
1757 with DTS 93327681
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1860 with DTS 93170644, packet 
1861 with DTS 93327721
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1860 with DTS 93170644, packet 
1861 with DTS 93327721
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1796 with DTS 93170643, packet 
1797 with DTS 93327721
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1796 with DTS 93170639, packet 
1797 with DTS 93327725
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1796 with DTS 93170639, packet 
1797 with DTS 93327725
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1796 with DTS 93179656, packet 
1797 with DTS 93336727
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1796 with DTS 93188653, packet 
1797 with DTS 93345748
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1796 with DTS 93188653, packet 
1797 with DTS 93345748
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1780 with DTS 93191671, packet 
1781 with DTS 93348736
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1868 with DTS 93341858, packet 
1869 with DTS 93636986
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1868 with DTS 93341858, packet 
1869 with DTS 93636986
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1804 with DTS 93341858, packet 
1805 with DTS 93636986
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1804 with DTS 93341858, packet 
1805 with DTS 93636986
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1804 with DTS 93341841, packet 
1805 with DTS 93637003
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1764 with DTS 93341825, packet 
1765 with DTS 93637020
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1804 with DTS 93350862, packet 
1805 with DTS 93646001
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1804 with DTS 93359856, packet 
1805 with DTS 93655025
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1804 with DTS 93359856, packet 
1805 with DTS 93655025
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1788 with DTS 93362878, packet 
1789 with DTS 93658009
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1772 with DTS 93651180, packet 
1773 with DTS 94105441
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1812 with DTS 93651176, packet 
1813 with DTS 94105446
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1876 with DTS 93651173, packet 
1877 with DTS 94105449
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1876 with DTS 93651173, packet 
1877 with DTS 94105449
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1812 with DTS 93651172, packet 
1813 with DTS 94105450
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1812 with DTS 93651172, packet 
1813 with DTS 94105450
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1812 with DTS 93660183, packet 
1813 with DTS 94114457
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1812 with DTS 93669191, packet 
1813 with DTS 94123467
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1812 with DTS 93669191, packet 
1813 with DTS 94123467
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1796 with DTS 93672195, packet 
1797 with DTS 94126468
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1884 with DTS 94131659, packet 
1885 with DTS 94402740
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1884 with DTS 94131659, packet 
1885 with DTS 94402740
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1820 with DTS 94131656, packet 
1821 with DTS 94402743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1820 with DTS 94131656, packet 
1821 with DTS 94402743
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1780 with DTS 94131652, packet 
1781 with DTS 94402747
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1820 with DTS 94131628, packet 
1821 with DTS 94402771
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1820 with DTS 94140654, packet 
1821 with DTS 94411763
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1820 with DTS 94149666, packet 
1821 with DTS 94420768
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1820 with DTS 94149666, packet 
1821 with DTS 94420768
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1804 with DTS 94152660, packet 
1805 with DTS 94423780
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1892 with DTS 94416905, packet 
1893 with DTS 94673049
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1892 with DTS 94416905, packet 
1893 with DTS 94673049
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1828 with DTS 94416895, packet 
1829 with DTS 94673059
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1828 with DTS 94416895, packet 
1829 with DTS 94673059
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1788 with DTS 94416894, packet 
1789 with DTS 94673059
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1828 with DTS 94416895, packet 
1829 with DTS 94673059
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1828 with DTS 94425900, packet 
1829 with DTS 94682071
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1828 with DTS 94434908, packet 
1829 with DTS 94691082
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1828 with DTS 94434908, packet 
1829 with DTS 94691082
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1812 with DTS 94437914, packet 
1813 with DTS 94694082
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1836 with DTS 94687207, packet 
1837 with DTS 94943287
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1836 with DTS 94687207, packet 
1837 with DTS 94943287
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1796 with DTS 94687207, packet 
1797 with DTS 94943287
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1900 with DTS 94687205, packet 
1901 with DTS 94943289
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1900 with DTS 94687205, packet 
1901 with DTS 94943289
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1836 with DTS 94687195, packet 
1837 with DTS 94943299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1836 with DTS 94696201, packet 
1837 with DTS 94952311
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1836 with DTS 94705226, packet 
1837 with DTS 94961304
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1836 with DTS 94705226, packet 
1837 with DTS 94961304
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1820 with DTS 94708210, packet 
1821 with DTS 94964325
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1908 with DTS 94957449, packet 
1909 with DTS 95156527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1908 with DTS 94957449, packet 
1909 with DTS 95156527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1804 with DTS 94957426, packet 
1805 with DTS 95156551
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1844 with DTS 94957425, packet 
1845 with DTS 95156551
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1844 with DTS 94957424, packet 
1845 with DTS 95156553
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1844 with DTS 94957424, packet 
1845 with DTS 95156553
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1844 with DTS 94966435, packet 
1845 with DTS 95165560
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1844 with DTS 94975460, packet 
1845 with DTS 95174552
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1844 with DTS 94975460, packet 
1845 with DTS 95174552
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1828 with DTS 94978446, packet 
1829 with DTS 95177572
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1916 with DTS 95170682, packet 
1917 with DTS 95414766
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1916 with DTS 95170682, packet 
1917 with DTS 95414766
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1812 with DTS 95170676, packet 
1813 with DTS 95414772
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1852 with DTS 95170671, packet 
1853 with DTS 95414777
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1852 with DTS 95170671, packet 
1853 with DTS 95414777
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1852 with DTS 95170662, packet 
1853 with DTS 95414785
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1852 with DTS 95179676, packet 
1853 with DTS 95423789
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1852 with DTS 95188680, packet 
1853 with DTS 95432803
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1852 with DTS 95188680, packet 
1853 with DTS 95432803
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1836 with DTS 95191682, packet 
1837 with DTS 95435807
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1844 with DTS 95449910, packet 
1845 with DTS 95582984
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1860 with DTS 95428950, packet 
1861 with DTS 95706047
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1860 with DTS 95428950, packet 
1861 with DTS 95706047
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1820 with DTS 95428943, packet 
1821 with DTS 95706053
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1924 with DTS 95428943, packet 
1925 with DTS 95706054
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1924 with DTS 95428943, packet 
1925 with DTS 95706054
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1860 with DTS 95428921, packet 
1861 with DTS 95706075
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1860 with DTS 95437925, packet 
1861 with DTS 95715089
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1860 with DTS 95446968, packet 
1861 with DTS 95724064
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1860 with DTS 95446968, packet 
1861 with DTS 95724064
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1852 with DTS 95597100, packet 
1853 with DTS 96042401
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1932 with DTS 95720235, packet 
1933 with DTS 96168515
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1932 with DTS 95720235, packet 
1933 with DTS 96168515
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1860 with DTS 96056522, packet 
1861 with DTS 96192588
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1868 with DTS 95720232, packet 
1869 with DTS 96237587
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1868 with DTS 95720232, packet 
1869 with DTS 96237587
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1828 with DTS 95720228, packet 
1829 with DTS 96237591
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1868 with DTS 95720226, packet 
1869 with DTS 96237592
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1868 with DTS 95729226, packet 
1869 with DTS 96246610
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1868 with DTS 95738250, packet 
1869 with DTS 96255605
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1868 with DTS 95738250, packet 
1869 with DTS 96255605
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1876 with DTS 96684201, packet 
1877 with DTS 96970313
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1940 with DTS 96684199, packet 
1941 with DTS 96970315
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1940 with DTS 96684199, packet 
1941 with DTS 96970315
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1876 with DTS 96684198, packet 
1877 with DTS 96970315
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1876 with DTS 96684198, packet 
1877 with DTS 96970315
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1836 with DTS 96684184, packet 
1837 with DTS 96970330
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1876 with DTS 96693202, packet 
1877 with DTS 96979329
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1876 with DTS 96702217, packet 
1877 with DTS 96988333
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1876 with DTS 96702217, packet 
1877 with DTS 96988333
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1868 with DTS 96705224, packet 
1869 with DTS 96991332
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1884 with DTS 96984478, packet 
1885 with DTS 97186551
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1884 with DTS 96984478, packet 
1885 with DTS 97186551
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1948 with DTS 96984475, packet 
1949 with DTS 97186554
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1948 with DTS 96984475, packet 
1949 with DTS 97186554
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1884 with DTS 96984448, packet 
1885 with DTS 97186582
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1884 with DTS 96993460, packet 
1885 with DTS 97195587
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1884 with DTS 97002504, packet 
1885 with DTS 97204562
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1884 with DTS 97002504, packet 
1885 with DTS 97204562
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1876 with DTS 97005513, packet 
1877 with DTS 97207558
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1884 with DTS 97221722, packet 
1885 with DTS 97492851
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1844 with DTS 96984511, packet 
1845 with DTS 97525858
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1892 with DTS 97200705, packet 
1893 with DTS 97525880
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1892 with DTS 97200705, packet 
1893 with DTS 97525880
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1956 with DTS 97200699, packet 
1957 with DTS 97525886
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1956 with DTS 97200699, packet 
1957 with DTS 97525886
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1892 with DTS 97200670, packet 
1893 with DTS 97525914
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1892 with DTS 97209720, packet 
1893 with DTS 97534883
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1892 with DTS 97218712, packet 
1893 with DTS 97543908
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1892 with DTS 97218712, packet 
1893 with DTS 97543908
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1964 with DTS 98011472, packet 
1965 with DTS 98138534
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1964 with DTS 98011472, packet 
1965 with DTS 98138534
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1892 with DTS 98032550, packet 
1893 with DTS 98444784
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1900 with DTS 98011533, packet 
1901 with DTS 98462797
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1852 with DTS 98011533, packet 
1853 with DTS 98462797
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1900 with DTS 98011531, packet 
1901 with DTS 98462800
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1900 with DTS 98011525, packet 
1901 with DTS 98462805
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1900 with DTS 98011525, packet 
1901 with DTS 98462805
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1900 with DTS 98029552, packet 
1901 with DTS 98480815
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1900 with DTS 98029552, packet 
1901 with DTS 98480815
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1972 with DTS 98152662, packet 
1973 with DTS 98480827
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1972 with DTS 98152662, packet 
1973 with DTS 98480827
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1900 with DTS 98473990, packet 
1901 with DTS 98889228
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1908 with DTS 98476997, packet 
1909 with DTS 98934270
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1908 with DTS 98476995, packet 
1909 with DTS 98934271
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1908 with DTS 98476995, packet 
1909 with DTS 98934271
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1908 with DTS 98476981, packet 
1909 with DTS 98934285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1980 with DTS 98494994, packet 
1981 with DTS 98934291
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1980 with DTS 98494994, packet 
1981 with DTS 98934291
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1860 with DTS 98476971, packet 
1861 with DTS 98934296
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1908 with DTS 98495004, packet 
1909 with DTS 98952299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1908 with DTS 98495004, packet 
1909 with DTS 98952299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1868 with DTS 99128654, packet 
1869 with DTS 99456785
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1916 with DTS 99128649, packet 
1917 with DTS 99456791
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1916 with DTS 99128647, packet 
1917 with DTS 99456792
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1916 with DTS 99128639, packet 
1917 with DTS 99456801
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1916 with DTS 99128639, packet 
1917 with DTS 99456801
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1988 with DTS 99128634, packet 
1989 with DTS 99456806
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1988 with DTS 99128634, packet 
1989 with DTS 99456806
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1908 with DTS 99149643, packet 
1909 with DTS 99459821
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1916 with DTS 99146663, packet 
1917 with DTS 99474813
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1916 with DTS 99146663, packet 
1917 with DTS 99474813
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1916 with DTS 99473967, packet 
1917 with DTS 99826186
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1924 with DTS 99470978, packet 
1925 with DTS 99889235
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1924 with DTS 99470978, packet 
1925 with DTS 99889235
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 1996 with DTS 99470974, packet 
1997 with DTS 99889240
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 1996 with DTS 99470974, packet 
1997 with DTS 99889240
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1876 with DTS 99470965, packet 
1877 with DTS 99889249
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1924 with DTS 99470964, packet 
1925 with DTS 99889249
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1924 with DTS 99470964, packet 
1925 with DTS 99889250
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1924 with DTS 99488979, packet 
1925 with DTS 99907271
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1924 with DTS 99488979, packet 
1925 with DTS 99907271
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1932 with DTS 100188695, packet 
1933 with DTS 100525872
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1932 with DTS 100188690, packet 
1933 with DTS 100525876
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1932 with DTS 100188690, packet 
1933 with DTS 100525876
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1932 with DTS 100188684, packet 
1933 with DTS 100525882
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2004 with DTS 100197692, packet 
2005 with DTS 100525883
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2004 with DTS 100197692, packet 
2005 with DTS 100525883
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1884 with DTS 100188683, packet 
1885 with DTS 100525883
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1932 with DTS 100206712, packet 
1933 with DTS 100543890
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1932 with DTS 100206712, packet 
1933 with DTS 100543890
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1924 with DTS 100209708, packet 
1925 with DTS 100546901
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1892 with DTS 100540060, packet 
1893 with DTS 101015346
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2012 with DTS 100540058, packet 
2013 with DTS 101015349
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2012 with DTS 100540058, packet 
2013 with DTS 101015349
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1940 with DTS 100540052, packet 
1941 with DTS 101015354
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1940 with DTS 100540052, packet 
1941 with DTS 101015354
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1940 with DTS 100540053, packet 
1941 with DTS 101015354
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1940 with DTS 100540051, packet 
1941 with DTS 101015355
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1940 with DTS 100558073, packet 
1941 with DTS 101033369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1940 with DTS 100558073, packet 
1941 with DTS 101033369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1932 with DTS 100561070, packet 
1933 with DTS 101036379
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1948 with DTS 101284786, packet 
1949 with DTS 101525874
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1948 with DTS 101284756, packet 
1949 with DTS 101525904
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1948 with DTS 101284753, packet 
1949 with DTS 101525908
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1948 with DTS 101284753, packet 
1949 with DTS 101525908
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1900 with DTS 101284751, packet 
1901 with DTS 101525910
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2020 with DTS 101284748, packet 
2021 with DTS 101525912
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2020 with DTS 101284748, packet 
2021 with DTS 101525912
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1948 with DTS 101302764, packet 
1949 with DTS 101543932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1948 with DTS 101302764, packet 
1949 with DTS 101543932
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1940 with DTS 101305773, packet 
1941 with DTS 101546930
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1948 with DTS 101561060, packet 
1949 with DTS 101925275
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1908 with DTS 101540059, packet 
1909 with DTS 101940271
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1956 with DTS 101540053, packet 
1957 with DTS 101940276
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2028 with DTS 101540044, packet 
2029 with DTS 101940285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2028 with DTS 101540044, packet 
2029 with DTS 101940285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1956 with DTS 101540044, packet 
1957 with DTS 101940285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1956 with DTS 101540044, packet 
1957 with DTS 101940285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1956 with DTS 101540044, packet 
1957 with DTS 101940285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1956 with DTS 101558055, packet 
1957 with DTS 101958310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1956 with DTS 101558055, packet 
1957 with DTS 101958310
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1916 with DTS 102729252, packet 
1917 with DTS 103165490
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2036 with DTS 102729247, packet 
2037 with DTS 103165494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2036 with DTS 102729247, packet 
2037 with DTS 103165494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1964 with DTS 102729246, packet 
1965 with DTS 103165495
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1964 with DTS 102729238, packet 
1965 with DTS 103165503
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1964 with DTS 102729230, packet 
1965 with DTS 103165511
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1964 with DTS 102729230, packet 
1965 with DTS 103165511
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1964 with DTS 102747264, packet 
1965 with DTS 103183514
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1964 with DTS 102747264, packet 
1965 with DTS 103183514
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1956 with DTS 102750256, packet 
1957 with DTS 103186527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1972 with DTS 103179697, packet 
1973 with DTS 103564894
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1972 with DTS 103179691, packet 
1973 with DTS 103564899
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1972 with DTS 103179691, packet 
1973 with DTS 103564899
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1972 with DTS 103179689, packet 
1973 with DTS 103564902
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2044 with DTS 103179686, packet 
2045 with DTS 103564905
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2044 with DTS 103179686, packet 
2045 with DTS 103564905
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1924 with DTS 103179672, packet 
1925 with DTS 103564918
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1972 with DTS 103197697, packet 
1973 with DTS 103582929
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1972 with DTS 103197697, packet 
1973 with DTS 103582929
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1964 with DTS 103200709, packet 
1965 with DTS 103585924
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2052 with DTS 103591072, packet 
2053 with DTS 103796161
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2052 with DTS 103591072, packet 
2053 with DTS 103796161
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1980 with DTS 103591070, packet 
1981 with DTS 103796163
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1932 with DTS 103591069, packet 
1933 with DTS 103796163
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1980 with DTS 103591059, packet 
1981 with DTS 103796173
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1980 with DTS 103591059, packet 
1981 with DTS 103796173
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1980 with DTS 103591058, packet 
1981 with DTS 103796175
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1980 with DTS 103609108, packet 
1981 with DTS 103814160
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1980 with DTS 103609108, packet 
1981 with DTS 103814160
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1972 with DTS 103612086, packet 
1973 with DTS 103817189
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1988 with DTS 103810333, packet 
1989 with DTS 104264587
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1940 with DTS 103810325, packet 
1941 with DTS 104264594
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2060 with DTS 103810319, packet 
2061 with DTS 104264601
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2060 with DTS 103810319, packet 
2061 with DTS 104264601
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1988 with DTS 103810318, packet 
1989 with DTS 104264601
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1988 with DTS 103810318, packet 
1989 with DTS 104264601
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1988 with DTS 103810317, packet 
1989 with DTS 104264603
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1988 with DTS 103828341, packet 
1989 with DTS 104282615
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1988 with DTS 103828341, packet 
1989 with DTS 104282615
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1980 with DTS 103831335, packet 
1981 with DTS 104285627
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1948 with DTS 105041559, packet 
1949 with DTS 105339665
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2068 with DTS 105041550, packet 
2069 with DTS 105339674
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2068 with DTS 105041550, packet 
2069 with DTS 105339674
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 1996 with DTS 105041550, packet 
1997 with DTS 105339674
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 1996 with DTS 105041550, packet 
1997 with DTS 105339674
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 1996 with DTS 105041540, packet 
1997 with DTS 105339684
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 1996 with DTS 105041538, packet 
1997 with DTS 105339685
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 1996 with DTS 105059569, packet 
1997 with DTS 105357690
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 1996 with DTS 105059569, packet 
1997 with DTS 105357690
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1988 with DTS 105062573, packet 
1989 with DTS 105360692
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2004 with DTS 105353849, packet 
2005 with DTS 105621969
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1956 with DTS 105353847, packet 
1957 with DTS 105621971
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2076 with DTS 105353838, packet 
2077 with DTS 105621979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2076 with DTS 105353838, packet 
2077 with DTS 105621979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2004 with DTS 105353822, packet 
2005 with DTS 105621995
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2004 with DTS 105353821, packet 
2005 with DTS 105621996
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2004 with DTS 105353821, packet 
2005 with DTS 105621996
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2004 with DTS 105371839, packet 
2005 with DTS 105640014
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2004 with DTS 105371839, packet 
2005 with DTS 105640014
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 1996 with DTS 105374868, packet 
1997 with DTS 105642991
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2084 with DTS 105636150, packet 
2085 with DTS 106048376
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2084 with DTS 105636150, packet 
2085 with DTS 106048376
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2012 with DTS 105636145, packet 
2013 with DTS 106048380
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2004 with DTS 105657161, packet 
2005 with DTS 106090428
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1964 with DTS 105636153, packet 
1965 with DTS 106123448
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2012 with DTS 105636149, packet 
2013 with DTS 106123451
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2012 with DTS 105636143, packet 
2013 with DTS 106123457
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2012 with DTS 105636143, packet 
2013 with DTS 106123457
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2012 with DTS 105654160, packet 
2013 with DTS 106141476
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2012 with DTS 105654160, packet 
2013 with DTS 106141476
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1972 with DTS 106660170, packet 
1973 with DTS 107033363
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2020 with DTS 106660168, packet 
2021 with DTS 107033364
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2020 with DTS 106660166, packet 
2021 with DTS 107033366
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2020 with DTS 106660164, packet 
2021 with DTS 107033369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2020 with DTS 106660164, packet 
2021 with DTS 107033369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2020 with DTS 106660163, packet 
2021 with DTS 107033369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2020 with DTS 106660163, packet 
2021 with DTS 107033369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2012 with DTS 106660159, packet 
2013 with DTS 107033374
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2092 with DTS 106660157, packet 
2093 with DTS 107033375
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2092 with DTS 106660157, packet 
2093 with DTS 107033375
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1980 with DTS 107047510, packet 
1981 with DTS 107267643
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2028 with DTS 107047509, packet 
2029 with DTS 107267644
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2028 with DTS 107047509, packet 
2029 with DTS 107267644
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2100 with DTS 107047508, packet 
2101 with DTS 107267645
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2100 with DTS 107047508, packet 
2101 with DTS 107267645
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2028 with DTS 107047508, packet 
2029 with DTS 107267645
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2028 with DTS 107047506, packet 
2029 with DTS 107267648
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2020 with DTS 107047504, packet 
2021 with DTS 107267649
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2028 with DTS 107047501, packet 
2029 with DTS 107267652
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2028 with DTS 107047501, packet 
2029 with DTS 107267652
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1988 with DTS 107281801, packet 
1989 with DTS 107724042
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2036 with DTS 107281800, packet 
2037 with DTS 107724043
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2036 with DTS 107281798, packet 
2037 with DTS 107724045
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2108 with DTS 107281791, packet 
2109 with DTS 107724052
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2108 with DTS 107281791, packet 
2109 with DTS 107724052
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2028 with DTS 107281792, packet 
2029 with DTS 107724052
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2036 with DTS 107281791, packet 
2037 with DTS 107724053
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2036 with DTS 107281791, packet 
2037 with DTS 107724053
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2036 with DTS 107281785, packet 
2037 with DTS 107724059
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2036 with DTS 107281785, packet 
2037 with DTS 107724059
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2036 with DTS 107840347, packet 
2037 with DTS 108168498
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2116 with DTS 107840344, packet 
2117 with DTS 108168502
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2116 with DTS 107840344, packet 
2117 with DTS 108168502
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2044 with DTS 107840342, packet 
2045 with DTS 108168504
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2044 with DTS 107840342, packet 
2045 with DTS 108168504
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2044 with DTS 107840340, packet 
2045 with DTS 108168506
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2044 with DTS 107840336, packet 
2045 with DTS 108168510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2044 with DTS 107840336, packet 
2045 with DTS 108168510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2044 with DTS 107840335, packet 
2045 with DTS 108168510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 1996 with DTS 107840329, packet 
1997 with DTS 108168516
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2052 with DTS 108182677, packet 
2053 with DTS 108636978
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2052 with DTS 108182677, packet 
2053 with DTS 108636978
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2052 with DTS 108182674, packet 
2053 with DTS 108636981
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2044 with DTS 108182669, packet 
2045 with DTS 108636986
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2124 with DTS 108182664, packet 
2125 with DTS 108636991
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2124 with DTS 108182664, packet 
2125 with DTS 108636991
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2052 with DTS 108182663, packet 
2053 with DTS 108636992
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2052 with DTS 108182663, packet 
2053 with DTS 108636992
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2052 with DTS 108182664, packet 
2053 with DTS 108636992
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2004 with DTS 108182678, packet 
2005 with DTS 108664005
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2052 with DTS 108651105, packet 
2053 with DTS 108976357
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2060 with DTS 108651113, packet 
2061 with DTS 109021394
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2060 with DTS 108651112, packet 
2061 with DTS 109021395
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2060 with DTS 108651112, packet 
2061 with DTS 109021395
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2012 with DTS 108678138, packet 
2013 with DTS 109021396
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2060 with DTS 108651112, packet 
2061 with DTS 109021396
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2060 with DTS 108651110, packet 
2061 with DTS 109021398
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2060 with DTS 108651110, packet 
2061 with DTS 109021398
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2132 with DTS 108651104, packet 
2133 with DTS 109021404
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2132 with DTS 108651104, packet 
2133 with DTS 109021404
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2068 with DTS 109473926, packet 
2069 with DTS 109673054
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2068 with DTS 109473926, packet 
2069 with DTS 109673054
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2068 with DTS 109473925, packet 
2069 with DTS 109673055
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2068 with DTS 109473925, packet 
2069 with DTS 109673055
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2060 with DTS 109473923, packet 
2061 with DTS 109673057
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2068 with DTS 109473923, packet 
2069 with DTS 109673057
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2140 with DTS 109473923, packet 
2141 with DTS 109673058
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2140 with DTS 109473923, packet 
2141 with DTS 109673058
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2068 with DTS 109473921, packet 
2069 with DTS 109673059
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2020 with DTS 109473918, packet 
2021 with DTS 109673062
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2076 with DTS 109699156, packet 
2077 with DTS 110054430
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2148 with DTS 109699156, packet 
2149 with DTS 110054431
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2148 with DTS 109699156, packet 
2149 with DTS 110054431
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2068 with DTS 109699157, packet 
2069 with DTS 110057432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2076 with DTS 109699161, packet 
2077 with DTS 110120492
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2076 with DTS 109699159, packet 
2077 with DTS 110120494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2076 with DTS 109699159, packet 
2077 with DTS 110120494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2076 with DTS 109699158, packet 
2077 with DTS 110120494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2076 with DTS 109699158, packet 
2077 with DTS 110120494
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2028 with DTS 109699155, packet 
2029 with DTS 110120497
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2084 with DTS 110735249, packet 
2085 with DTS 111000317
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2036 with DTS 110735246, packet 
2037 with DTS 111000320
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2084 with DTS 110735237, packet 
2085 with DTS 111000329
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2084 with DTS 110735237, packet 
2085 with DTS 111000329
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2084 with DTS 110735236, packet 
2085 with DTS 111000331
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2084 with DTS 110735236, packet 
2085 with DTS 111000331
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2084 with DTS 110735234, packet 
2085 with DTS 111000332
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2156 with DTS 110735227, packet 
2157 with DTS 111000339
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2156 with DTS 110735227, packet 
2157 with DTS 111000339
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2076 with DTS 110735236, packet 
2077 with DTS 111003334
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2044 with DTS 111014525, packet 
2045 with DTS 111318639
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2164 with DTS 111014519, packet 
2165 with DTS 111318644
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2164 with DTS 111014519, packet 
2165 with DTS 111318644
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2092 with DTS 111014514, packet 
2093 with DTS 111318649
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2092 with DTS 111014514, packet 
2093 with DTS 111318649
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2092 with DTS 111014512, packet 
2093 with DTS 111318651
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2084 with DTS 111017508, packet 
2085 with DTS 111318658
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2092 with DTS 111014502, packet 
2093 with DTS 111318661
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2092 with DTS 111014502, packet 
2093 with DTS 111318661
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2092 with DTS 111014490, packet 
2093 with DTS 111318673
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2092 with DTS 111332844, packet 
2093 with DTS 111742061
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2172 with DTS 111332840, packet 
2173 with DTS 111742065
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2172 with DTS 111332840, packet 
2173 with DTS 111742065
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2100 with DTS 111332840, packet 
2101 with DTS 111742065
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2100 with DTS 111332837, packet 
2101 with DTS 111742068
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2100 with DTS 111332832, packet 
2101 with DTS 111742072
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2100 with DTS 111332832, packet 
2101 with DTS 111742072
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2052 with DTS 111332830, packet 
2053 with DTS 111742074
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2100 with DTS 111332819, packet 
2101 with DTS 111742086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2100 with DTS 111332819, packet 
2101 with DTS 111742086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2180 with DTS 111768215, packet 
2181 with DTS 111859241
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2180 with DTS 111768215, packet 
2181 with DTS 111859241
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2108 with DTS 111768273, packet 
2109 with DTS 112177501
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2100 with DTS 111768270, packet 
2101 with DTS 112177504
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2108 with DTS 111768267, packet 
2109 with DTS 112177508
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2108 with DTS 111768267, packet 
2109 with DTS 112177508
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2108 with DTS 111768267, packet 
2109 with DTS 112177508
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2060 with DTS 111768265, packet 
2061 with DTS 112177510
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2188 with DTS 111873365, packet 
2189 with DTS 112177515
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2188 with DTS 111873365, packet 
2189 with DTS 112177515
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2108 with DTS 111768260, packet 
2109 with DTS 112177515
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2108 with DTS 111768260, packet 
2109 with DTS 112177515
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2116 with DTS 112191691, packet 
2117 with DTS 112465795
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2116 with DTS 112191691, packet 
2117 with DTS 112465795
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2068 with DTS 112191690, packet 
2069 with DTS 112465795
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2108 with DTS 112191690, packet 
2109 with DTS 112465796
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2196 with DTS 112191686, packet 
2197 with DTS 112465799
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2196 with DTS 112191686, packet 
2197 with DTS 112465799
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2116 with DTS 112191677, packet 
2117 with DTS 112465809
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2116 with DTS 112191662, packet 
2117 with DTS 112465824
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2116 with DTS 112191658, packet 
2117 with DTS 112465827
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2116 with DTS 112191658, packet 
2117 with DTS 112465827
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2116 with DTS 112491995, packet 
2117 with DTS 112874199
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2124 with DTS 112491994, packet 
2125 with DTS 112874200
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2124 with DTS 112491994, packet 
2125 with DTS 112874200
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2124 with DTS 112491994, packet 
2125 with DTS 112874200
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2124 with DTS 112491985, packet 
2125 with DTS 112874208
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2124 with DTS 112491985, packet 
2125 with DTS 112874208
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2076 with DTS 112491986, packet 
2077 with DTS 112874208
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2204 with DTS 112491984, packet 
2205 with DTS 112874210
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2204 with DTS 112491984, packet 
2205 with DTS 112874210
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2124 with DTS 112491982, packet 
2125 with DTS 112874212
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2132 with DTS 112939441, packet 
2133 with DTS 113174500
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2132 with DTS 112939437, packet 
2133 with DTS 113174504
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2124 with DTS 112939433, packet 
2125 with DTS 113174508
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2212 with DTS 112939429, packet 
2213 with DTS 113174512
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2212 with DTS 112939429, packet 
2213 with DTS 113174512
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2132 with DTS 112939422, packet 
2133 with DTS 113174519
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2132 with DTS 112939422, packet 
2133 with DTS 113174519
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2084 with DTS 112939415, packet 
2085 with DTS 113174526
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2132 with DTS 112939399, packet 
2133 with DTS 113174541
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2132 with DTS 112939399, packet 
2133 with DTS 113174541
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2132 with DTS 113188688, packet 
2133 with DTS 113528856
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2140 with DTS 113188683, packet 
2141 with DTS 113528860
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2140 with DTS 113188683, packet 
2141 with DTS 113528860
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2140 with DTS 113188684, packet 
2141 with DTS 113528860
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2140 with DTS 113188679, packet 
2141 with DTS 113528864
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2092 with DTS 113188674, packet 
2093 with DTS 113528869
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2220 with DTS 113188659, packet 
2221 with DTS 113528885
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2220 with DTS 113188659, packet 
2221 with DTS 113528885
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2140 with DTS 113188644, packet 
2141 with DTS 113528899
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2140 with DTS 113188644, packet 
2141 with DTS 113528899
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2148 with DTS 113543055, packet 
2149 with DTS 113955268
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2100 with DTS 113543042, packet 
2101 with DTS 113955282
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2148 with DTS 113543034, packet 
2149 with DTS 113955289
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2148 with DTS 113543034, packet 
2149 with DTS 113955289
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2228 with DTS 113543031, packet 
2229 with DTS 113955292
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2228 with DTS 113543031, packet 
2229 with DTS 113955292
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2148 with DTS 113543026, packet 
2149 with DTS 113955297
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2148 with DTS 113543024, packet 
2149 with DTS 113955299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2148 with DTS 113543024, packet 
2149 with DTS 113955299
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2140 with DTS 113543023, packet 
2141 with DTS 113955301
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2156 with DTS 113969468, packet 
2157 with DTS 114162488
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2156 with DTS 113969468, packet 
2157 with DTS 114162488
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2236 with DTS 113969430, packet 
2237 with DTS 114162527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2236 with DTS 113969430, packet 
2237 with DTS 114162527
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2156 with DTS 113969429, packet 
2157 with DTS 114162528
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2108 with DTS 113969426, packet 
2109 with DTS 114162531
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2148 with DTS 113969423, packet 
2149 with DTS 114162533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2156 with DTS 113969423, packet 
2157 with DTS 114162534
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2156 with DTS 113969423, packet 
2157 with DTS 114162534
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2156 with DTS 113969421, packet 
2157 with DTS 114162536
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2116 with DTS 114176688, packet 
2117 with DTS 114594908
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2164 with DTS 114176682, packet 
2165 with DTS 114594913
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2156 with DTS 114176677, packet 
2157 with DTS 114594919
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2164 with DTS 114176676, packet 
2165 with DTS 114594920
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2164 with DTS 114176671, packet 
2165 with DTS 114594925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2164 with DTS 114176671, packet 
2165 with DTS 114594925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2244 with DTS 114176665, packet 
2245 with DTS 114594930
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2244 with DTS 114176665, packet 
2245 with DTS 114594930
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2164 with DTS 114176659, packet 
2165 with DTS 114594936
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2164 with DTS 114176659, packet 
2165 with DTS 114594936
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2124 with DTS 114609114, packet 
2125 with DTS 115072390
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2172 with DTS 114609112, packet 
2173 with DTS 115072392
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2172 with DTS 114609107, packet 
2173 with DTS 115072397
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2172 with DTS 114609107, packet 
2173 with DTS 115072397
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2172 with DTS 114609107, packet 
2173 with DTS 115072398
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2252 with DTS 114609106, packet 
2253 with DTS 115072399
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2252 with DTS 114609106, packet 
2253 with DTS 115072399
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2172 with DTS 114609103, packet 
2173 with DTS 115072402
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2172 with DTS 114609103, packet 
2173 with DTS 115072402
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2164 with DTS 114609100, packet 
2165 with DTS 115072405
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2180 with DTS 115098604, packet 
2181 with DTS 115465783
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2180 with DTS 115098604, packet 
2181 with DTS 115465783
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2180 with DTS 115098601, packet 
2181 with DTS 115465786
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2260 with DTS 115098599, packet 
2261 with DTS 115465788
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2260 with DTS 115098599, packet 
2261 with DTS 115465788
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2180 with DTS 115098596, packet 
2181 with DTS 115465790
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2172 with DTS 115098592, packet 
2173 with DTS 115465794
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2180 with DTS 115098588, packet 
2181 with DTS 115465798
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2180 with DTS 115098588, packet 
2181 with DTS 115465798
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2132 with DTS 115098582, packet 
2133 with DTS 115465804
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2188 with DTS 115479976, packet 
2189 with DTS 115796122
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2188 with DTS 115479970, packet 
2189 with DTS 115796128
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2188 with DTS 115479970, packet 
2189 with DTS 115796128
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2188 with DTS 115479969, packet 
2189 with DTS 115796128
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2188 with DTS 115479967, packet 
2189 with DTS 115796131
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2188 with DTS 115479967, packet 
2189 with DTS 115796131
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2140 with DTS 115479964, packet 
2141 with DTS 115796134
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2268 with DTS 115479962, packet 
2269 with DTS 115796136
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2268 with DTS 115479962, packet 
2269 with DTS 115796136
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2180 with DTS 115479953, packet 
2181 with DTS 115796145
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2148 with DTS 115822326, packet 
2149 with DTS 116063381
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2196 with DTS 115822323, packet 
2197 with DTS 116063384
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2196 with DTS 115822323, packet 
2197 with DTS 116063384
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2276 with DTS 115822317, packet 
2277 with DTS 116063389
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2276 with DTS 115822317, packet 
2277 with DTS 116063389
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2196 with DTS 115822316, packet 
2197 with DTS 116063391
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2196 with DTS 115822305, packet 
2197 with DTS 116063402
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2196 with DTS 115822301, packet 
2197 with DTS 116063406
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2196 with DTS 115822301, packet 
2197 with DTS 116063406
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2188 with DTS 115822298, packet 
2189 with DTS 116063409
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2156 with DTS 116089596, packet 
2157 with DTS 116357672
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2204 with DTS 116089581, packet 
2205 with DTS 116357686
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2204 with DTS 116089580, packet 
2205 with DTS 116357688
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2204 with DTS 116089580, packet 
2205 with DTS 116357688
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2196 with DTS 116089579, packet 
2197 with DTS 116357689
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2204 with DTS 116089576, packet 
2205 with DTS 116357692
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2204 with DTS 116089576, packet 
2205 with DTS 116357692
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2284 with DTS 116089574, packet 
2285 with DTS 116357694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2284 with DTS 116089574, packet 
2285 with DTS 116357694
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2204 with DTS 116089572, packet 
2205 with DTS 116357696
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2212 with DTS 116371877, packet 
2213 with DTS 116769083
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2164 with DTS 116371877, packet 
2165 with DTS 116769084
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2212 with DTS 116371874, packet 
2213 with DTS 116769086
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2204 with DTS 116371868, packet 
2205 with DTS 116769093
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2212 with DTS 116371868, packet 
2213 with DTS 116769093
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2212 with DTS 116371868, packet 
2213 with DTS 116769093
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2212 with DTS 116371866, packet 
2213 with DTS 116769094
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2212 with DTS 116371866, packet 
2213 with DTS 116769094
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2292 with DTS 116371863, packet 
2293 with DTS 116769098
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2292 with DTS 116371863, packet 
2293 with DTS 116769098
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2220 with DTS 116783276, packet 
2221 with DTS 117012339
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2220 with DTS 116783276, packet 
2221 with DTS 117012339
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2220 with DTS 116783260, packet 
2221 with DTS 117012355
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2220 with DTS 116783260, packet 
2221 with DTS 117012355
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2220 with DTS 116783258, packet 
2221 with DTS 117012357
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2220 with DTS 116783256, packet 
2221 with DTS 117012359
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2300 with DTS 116783255, packet 
2301 with DTS 117012360
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2300 with DTS 116783255, packet 
2301 with DTS 117012360
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2212 with DTS 116783252, packet 
2213 with DTS 117012362
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2172 with DTS 116783238, packet 
2173 with DTS 117012376
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2180 with DTS 117026515, packet 
2181 with DTS 117207538
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2308 with DTS 117026502, packet 
2309 with DTS 117207550
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2308 with DTS 117026502, packet 
2309 with DTS 117207550
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2220 with DTS 117026478, packet 
2221 with DTS 117207574
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2228 with DTS 117026479, packet 
2229 with DTS 117207574
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2228 with DTS 117026479, packet 
2229 with DTS 117207574
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2228 with DTS 117026476, packet 
2229 with DTS 117207576
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2228 with DTS 117026476, packet 
2229 with DTS 117207576
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2228 with DTS 117026470, packet 
2229 with DTS 117207583
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2228 with DTS 117026470, packet 
2229 with DTS 117207583
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2236 with DTS 117221725, packet 
2237 with DTS 117633949
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2188 with DTS 117221723, packet 
2189 with DTS 117633950
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2236 with DTS 117221721, packet 
2237 with DTS 117633952
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2228 with DTS 117221719, packet 
2229 with DTS 117633955
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2236 with DTS 117221719, packet 
2237 with DTS 117633955
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2236 with DTS 117221719, packet 
2237 with DTS 117633955
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2316 with DTS 117221715, packet 
2317 with DTS 117633959
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2316 with DTS 117221715, packet 
2317 with DTS 117633959
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2236 with DTS 117221708, packet 
2237 with DTS 117633966
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2236 with DTS 117221708, packet 
2237 with DTS 117633966
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2324 with DTS 117648137, packet 
2325 with DTS 117943271
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2324 with DTS 117648137, packet 
2325 with DTS 117943271
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2244 with DTS 117648137, packet 
2245 with DTS 117943272
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2244 with DTS 117648137, packet 
2245 with DTS 117943272
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2244 with DTS 117648133, packet 
2245 with DTS 117943275
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2196 with DTS 117648133, packet 
2197 with DTS 117943276
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2244 with DTS 117648131, packet 
2245 with DTS 117943277
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2236 with DTS 117648125, packet 
2237 with DTS 117943283
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2244 with DTS 117648123, packet 
2245 with DTS 117943285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2244 with DTS 117648123, packet 
2245 with DTS 117943285
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2252 with DTS 117957404, packet 
2253 with DTS 118159529
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2252 with DTS 117957404, packet 
2253 with DTS 118159529
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2252 with DTS 117957404, packet 
2253 with DTS 118159529
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2244 with DTS 117957400, packet 
2245 with DTS 118159533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2252 with DTS 117957401, packet 
2253 with DTS 118159533
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2332 with DTS 117957399, packet 
2333 with DTS 118159535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2332 with DTS 117957399, packet 
2333 with DTS 118159535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2252 with DTS 117957398, packet 
2253 with DTS 118159535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2252 with DTS 117957398, packet 
2253 with DTS 118159535
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2204 with DTS 117957394, packet 
2205 with DTS 118159540
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2212 with DTS 118173665, packet 
2213 with DTS 118519845
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2260 with DTS 118173662, packet 
2261 with DTS 118519847
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2260 with DTS 118173660, packet 
2261 with DTS 118519849
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2260 with DTS 118173660, packet 
2261 with DTS 118519850
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2260 with DTS 118173660, packet 
2261 with DTS 118519850
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2340 with DTS 118173651, packet 
2341 with DTS 118519859
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2340 with DTS 118173651, packet 
2341 with DTS 118519859
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2260 with DTS 118173648, packet 
2261 with DTS 118519862
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2260 with DTS 118173648, packet 
2261 with DTS 118519862
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2252 with DTS 118173641, packet 
2253 with DTS 118519869
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2260 with DTS 118534005, packet 
2261 with DTS 118748092
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2348 with DTS 118534002, packet 
2349 with DTS 118748095
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2348 with DTS 118534002, packet 
2349 with DTS 118748095
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2268 with DTS 118533990, packet 
2269 with DTS 118748107
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2220 with DTS 118533988, packet 
2221 with DTS 118748109
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2268 with DTS 118533986, packet 
2269 with DTS 118748112
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2268 with DTS 118533986, packet 
2269 with DTS 118748112
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2268 with DTS 118533984, packet 
2269 with DTS 118748114
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2268 with DTS 118533967, packet 
2269 with DTS 118748130
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2268 with DTS 118533967, packet 
2269 with DTS 118748130
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2276 with DTS 118762267, packet 
2277 with DTS 119240550
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2268 with DTS 118762260, packet 
2269 with DTS 119240558
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2276 with DTS 118762256, packet 
2277 with DTS 119240561
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2276 with DTS 118762256, packet 
2277 with DTS 119240561
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2228 with DTS 118762254, packet 
2229 with DTS 119240564
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2356 with DTS 118762251, packet 
2357 with DTS 119240567
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2356 with DTS 118762251, packet 
2357 with DTS 119240567
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2276 with DTS 118762249, packet 
2277 with DTS 119240569
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2276 with DTS 118762249, packet 
2277 with DTS 119240569
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2276 with DTS 118762243, packet 
2277 with DTS 119240574
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2276 with DTS 119254745, packet 
2277 with DTS 119651976
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2284 with DTS 119254759, packet 
2285 with DTS 119709019
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2364 with DTS 119254757, packet 
2365 with DTS 119709020
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2364 with DTS 119254757, packet 
2365 with DTS 119709020
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2284 with DTS 119254757, packet 
2285 with DTS 119709020
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2284 with DTS 119254748, packet 
2285 with DTS 119709029
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2284 with DTS 119254748, packet 
2285 with DTS 119709029
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2284 with DTS 119254748, packet 
2285 with DTS 119709029
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2284 with DTS 119254748, packet 
2285 with DTS 119709029
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2236 with DTS 119254747, packet 
2237 with DTS 119709030
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2244 with DTS 119747243, packet 
2245 with DTS 119970288
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2284 with DTS 119747237, packet 
2285 with DTS 119970294
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2292 with DTS 119747231, packet 
2293 with DTS 119970300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2292 with DTS 119747231, packet 
2293 with DTS 119970300
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2292 with DTS 119747229, packet 
2293 with DTS 119970301
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2292 with DTS 119747229, packet 
2293 with DTS 119970301
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2372 with DTS 119747228, packet 
2373 with DTS 119970302
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2372 with DTS 119747228, packet 
2373 with DTS 119970302
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2292 with DTS 119747224, packet 
2293 with DTS 119970307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2292 with DTS 119747224, packet 
2293 with DTS 119970307
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2300 with DTS 119984462, packet 
2301 with DTS 120198534
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2300 with DTS 119984462, packet 
2301 with DTS 120198534
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2300 with DTS 119984433, packet 
2301 with DTS 120198562
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2300 with DTS 119984433, packet 
2301 with DTS 120198562
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2292 with DTS 119984432, packet 
2293 with DTS 120198563
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2380 with DTS 119984430, packet 
2381 with DTS 120198566
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2380 with DTS 119984430, packet 
2381 with DTS 120198566
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2300 with DTS 119984430, packet 
2301 with DTS 120198566
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2252 with DTS 119984429, packet 
2253 with DTS 120198566
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2300 with DTS 119984429, packet 
2301 with DTS 120198566
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2308 with DTS 120212707, packet 
2309 with DTS 120573891
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2308 with DTS 120212707, packet 
2309 with DTS 120573891
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2260 with DTS 120212698, packet 
2261 with DTS 120573901
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2308 with DTS 120212698, packet 
2309 with DTS 120573901
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2308 with DTS 120212689, packet 
2309 with DTS 120573909
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2308 with DTS 120212684, packet 
2309 with DTS 120573914
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2308 with DTS 120212684, packet 
2309 with DTS 120573914
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2388 with DTS 120212674, packet 
2389 with DTS 120573925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2388 with DTS 120212674, packet 
2389 with DTS 120573925
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2300 with DTS 120212663, packet 
2301 with DTS 120573935
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2308 with DTS 120600086, packet 
2309 with DTS 121045370
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2316 with DTS 120600097, packet 
2317 with DTS 121099414
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2316 with DTS 120600097, packet 
2317 with DTS 121099414
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2316 with DTS 120600092, packet 
2317 with DTS 121099419
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2316 with DTS 120600088, packet 
2317 with DTS 121099423
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2396 with DTS 120600079, packet 
2397 with DTS 121099432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2396 with DTS 120600079, packet 
2397 with DTS 121099432
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2316 with DTS 120600078, packet 
2317 with DTS 121099433
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2316 with DTS 120600078, packet 
2317 with DTS 121099433
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2268 with DTS 120600075, packet 
2269 with DTS 121099435
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2404 with DTS 121113591, packet 
2405 with DTS 121447781
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2404 with DTS 121113591, packet 
2405 with DTS 121447781
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2316 with DTS 121113602, packet 
2317 with DTS 121688009
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2276 with DTS 121113616, packet 
2277 with DTS 121727035
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2324 with DTS 121113611, packet 
2325 with DTS 121727040
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2324 with DTS 121113611, packet 
2325 with DTS 121727040
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2324 with DTS 121113610, packet 
2325 with DTS 121727040
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2324 with DTS 121113606, packet 
2325 with DTS 121727044
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2324 with DTS 121113599, packet 
2325 with DTS 121727051
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2324 with DTS 121113599, packet 
2325 with DTS 121727051
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2412 with DTS 121461908, packet 
2413 with DTS 121739102
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2412 with DTS 121461908, packet 
2413 with DTS 121739102
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2420 with DTS 121783280, packet 
2421 with DTS 122132444
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2420 with DTS 121783280, packet 
2421 with DTS 122132444
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2332 with DTS 121783279, packet 
2333 with DTS 122132445
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2332 with DTS 121783279, packet 
2333 with DTS 122132445
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2332 with DTS 121783277, packet 
2333 with DTS 122132447
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2332 with DTS 121783277, packet 
2333 with DTS 122132447
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2332 with DTS 121783276, packet 
2333 with DTS 122132448
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2284 with DTS 121783274, packet 
2285 with DTS 122132451
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2324 with DTS 121783271, packet 
2325 with DTS 122132453
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2332 with DTS 121783270, packet 
2333 with DTS 122132454
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2332 with DTS 122146593, packet 
2333 with DTS 122366729
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2340 with DTS 122146598, packet 
2341 with DTS 122396754
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2340 with DTS 122146595, packet 
2341 with DTS 122396756
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2340 with DTS 122146595, packet 
2341 with DTS 122396756
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2340 with DTS 122146594, packet 
2341 with DTS 122396757
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2428 with DTS 122146590, packet 
2429 with DTS 122396761
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2428 with DTS 122146590, packet 
2429 with DTS 122396761
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2340 with DTS 122146589, packet 
2341 with DTS 122396762
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2340 with DTS 122146589, packet 
2341 with DTS 122396762
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2292 with DTS 122146589, packet 
2293 with DTS 122396762
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2348 with DTS 122410911, packet 
2349 with DTS 122715022
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2348 with DTS 122410906, packet 
2349 with DTS 122715028
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2348 with DTS 122410906, packet 
2349 with DTS 122715028
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2340 with DTS 122410903, packet 
2341 with DTS 122715031
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2348 with DTS 122410900, packet 
2349 with DTS 122715033
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2436 with DTS 122410895, packet 
2437 with DTS 122715038
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2436 with DTS 122410895, packet 
2437 with DTS 122715038
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2300 with DTS 122410893, packet 
2301 with DTS 122715041
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2348 with DTS 122410891, packet 
2349 with DTS 122715043
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2348 with DTS 122410891, packet 
2349 with DTS 122715043
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2444 with DTS 122729227, packet 
2445 with DTS 123075384
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2444 with DTS 122729227, packet 
2445 with DTS 123075384
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2356 with DTS 122729221, packet 
2357 with DTS 123075391
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2356 with DTS 122729221, packet 
2357 with DTS 123075391
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2356 with DTS 122729219, packet 
2357 with DTS 123075392
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2356 with DTS 122729219, packet 
2357 with DTS 123075392
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2356 with DTS 122729219, packet 
2357 with DTS 123075392
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2356 with DTS 122729218, packet 
2357 with DTS 123075393
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2348 with DTS 122729213, packet 
2349 with DTS 123075399
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2308 with DTS 122729221, packet 
2309 with DTS 123078394
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2452 with DTS 123089537, packet 
2453 with DTS 123309669
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2452 with DTS 123089537, packet 
2453 with DTS 123309669
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2364 with DTS 123089531, packet 
2365 with DTS 123309674
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2364 with DTS 123089531, packet 
2365 with DTS 123309674
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2316 with DTS 123092534, packet 
2317 with DTS 123309674
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2356 with DTS 123089530, packet 
2357 with DTS 123309675
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2364 with DTS 123089529, packet 
2365 with DTS 123309676
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2364 with DTS 123089526, packet 
2365 with DTS 123309680
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2364 with DTS 123089522, packet 
2365 with DTS 123309683
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2364 with DTS 123089522, packet 
2365 with DTS 123309683
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2460 with DTS 123323817, packet 
2461 with DTS 123666979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2460 with DTS 123323817, packet 
2461 with DTS 123666979
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2372 with DTS 123323816, packet 
2373 with DTS 123666980
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2372 with DTS 123323816, packet 
2373 with DTS 123666980
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2372 with DTS 123323815, packet 
2373 with DTS 123666982
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2364 with DTS 123323813, packet 
2365 with DTS 123666983
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2372 with DTS 123323806, packet 
2373 with DTS 123666990
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2372 with DTS 123323806, packet 
2373 with DTS 123666990
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2372 with DTS 123323803, packet 
2373 with DTS 123666993
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2324 with DTS 123323803, packet 
2325 with DTS 123666994
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2380 with DTS 123681166, packet 
2381 with DTS 124039360
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2380 with DTS 123681166, packet 
2381 with DTS 124039360
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2380 with DTS 123681165, packet 
2381 with DTS 124039361
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2332 with DTS 123681163, packet 
2333 with DTS 124039363
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2380 with DTS 123681157, packet 
2381 with DTS 124039369
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2372 with DTS 123681155, packet 
2373 with DTS 124039370
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2380 with DTS 123681154, packet 
2381 with DTS 124039371
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2380 with DTS 123681154, packet 
2381 with DTS 124039371
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2468 with DTS 123681153, packet 
2469 with DTS 124039372
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2468 with DTS 123681153, packet 
2469 with DTS 124039372
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2476 with DTS 124053535, packet 
2477 with DTS 124303627
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2476 with DTS 124053535, packet 
2477 with DTS 124303627
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2388 with DTS 124053530, packet 
2389 with DTS 124303632
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2388 with DTS 124053527, packet 
2389 with DTS 124303634
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2388 with DTS 124053527, packet 
2389 with DTS 124303634
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2380 with DTS 124053525, packet 
2381 with DTS 124303636
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2388 with DTS 124053514, packet 
2389 with DTS 124303647
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2388 with DTS 124053514, packet 
2389 with DTS 124303647
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2388 with DTS 124053502, packet 
2389 with DTS 124303659
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2340 with DTS 124053495, packet 
2341 with DTS 124303666
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2396 with DTS 124317812, packet 
2397 with DTS 124691001
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2348 with DTS 124317807, packet 
2349 with DTS 124691006
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2396 with DTS 124317805, packet 
2397 with DTS 124691008
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2396 with DTS 124317799, packet 
2397 with DTS 124691013
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2396 with DTS 124317799, packet 
2397 with DTS 124691013
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2484 with DTS 124317798, packet 
2485 with DTS 124691015
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2484 with DTS 124317798, packet 
2485 with DTS 124691015
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2388 with DTS 124317796, packet 
2389 with DTS 124691016
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2396 with DTS 124317786, packet 
2397 with DTS 124691026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2396 with DTS 124317786, packet 
2397 with DTS 124691026
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 11: packet 2396 with DTS 124705161, packet 
2397 with DTS 125072419
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 12: packet 2404 with DTS 124705196, packet 
2405 with DTS 125132444
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 13: packet 2404 with DTS 124705196, packet 
2405 with DTS 125132444
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 14: packet 2404 with DTS 124705195, packet 
2405 with DTS 125132445
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 15: packet 2404 with DTS 124705195, packet 
2405 with DTS 125132445
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 25: packet 2404 with DTS 124705187, packet 
2405 with DTS 125132453
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 16: packet 2404 with DTS 124705179, packet 
2405 with DTS 125132461
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 17: packet 2356 with DTS 124705177, packet 
2357 with DTS 125132463
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 9: packet 2492 with DTS 124705176, packet 
2493 with DTS 125132464
[mpegts @ 0000025b7875fc80] DTS discontinuity in stream 10: packet 2492 with DTS 124705176, packet 
2493 with DTS 125132464
[mpegts @ 0000025b7875fc80] start time for stream 18 is not set in estimate_timings_from_pts
[mpegts @ 0000025b7875fc80] start time for stream 19 is not set in estimate_timings_from_pts
[mpegts @ 0000025b7875fc80] start time for stream 20 is not set in estimate_timings_from_pts
[mpegts @ 0000025b7875fc80] start time for stream 21 is not set in estimate_timings_from_pts
[mpegts @ 0000025b7875fc80] start time for stream 22 is not set in estimate_timings_from_pts
[mpegts @ 0000025b7875fc80] start time for stream 23 is not set in estimate_timings_from_pts
[mpegts @ 0000025b7875fc80] start time for stream 24 is not set in estimate_timings_from_pts
[mpegts @ 0000025b7875fc80] start time for stream 26 is not set in estimate_timings_from_pts
[mpegts @ 0000025b7875fc80] Could not find codec parameters for stream 18 (Subtitle: 
hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0000025b7875fc80] Could not find codec parameters for stream 19 (Subtitle: 
hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0000025b7875fc80] Could not find codec parameters for stream 20 (Subtitle: 
hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0000025b7875fc80] Could not find codec parameters for stream 21 (Subtitle: 
hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0000025b7875fc80] Could not find codec parameters for stream 22 (Subtitle: 
hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0000025b7875fc80] Could not find codec parameters for stream 23 (Subtitle: 
hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0000025b7875fc80] Could not find codec parameters for stream 24 (Subtitle: 
hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0000025b7875fc80] Could not find codec parameters for stream 26 (Subtitle: 
hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from 'G:\BDMV\STREAM\00007.m2ts':
   Duration: 00:23:11.42, start: 11.650667, bitrate: 7416 kb/s
   Program 1
     Stream #0:0[0x1011]: Video: mpeg2video (Main) (HDMV / 0x564D4448), yuv420p(tv, progressive), 
720x480 [SAR 8:9 DAR 4:3], Closed Captions, 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
     Side data:
       cpb: bitrate max/min/avg: 7500000/0/0 buffer size: 1835008 vbv_delay: N/A
     Stream #0:1[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:2[0x1101]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:3[0x1102]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:4[0x1103]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:5[0x1104]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:6[0x1105]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:7[0x1106]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:8[0x1107]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:9[0x1200]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:10[0x1201]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:11[0x1202]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:12[0x1203]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:13[0x1204]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:14[0x1205]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:15[0x1206]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:16[0x1207]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:17[0x1208]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:18[0x1209]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
     Stream #0:19[0x120a]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
     Stream #0:20[0x120b]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
     Stream #0:21[0x120c]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
     Stream #0:22[0x120d]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
     Stream #0:23[0x120e]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
     Stream #0:24[0x120f]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
     Stream #0:25[0x1210]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090), 720x480
     Stream #0:26[0x1211]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
Stream mapping:
   Stream #0:0 -> #0:0 (mpeg2video (native) -> h264 (libx264))
   Stream #0:1 -> #0:1 (copy)
   Stream #0:2 -> #0:2 (copy)
   Stream #0:3 -> #0:3 (copy)
   Stream #0:4 -> #0:4 (copy)
   Stream #0:5 -> #0:5 (copy)
   Stream #0:6 -> #0:6 (copy)
   Stream #0:7 -> #0:7 (copy)
   Stream #0:8 -> #0:8 (copy)
Press [q] to stop, [?] for help
[libx264 @ 0000025b791b41c0] using SAR=8/9
[libx264 @ 0000025b791b41c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0000025b791b41c0] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0000025b791b41c0] 264 - core 159 - H.264/MPEG-4 AVC codec - Copyleft 2003-2019 - 
http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex 
subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 
deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 
decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 
direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 
rc_lookahead=40 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, matroska, to 'C:\AVOut\00007.1.MKV':
   Metadata:
     encoder         : Lavf58.42.100
     Stream #0:0: Video: h264 (libx264) (H264 / 0x34363248), yuv420p, 720x480 [SAR 8:9 DAR 4:3], 
q=-1--1, 29.97 fps, 1k tbn, 29.97 tbc
     Metadata:
       encoder         : Lavc58.80.100 libx264
     Side data:
       cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
     Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:2: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:3: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:4: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:5: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:6: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:7: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
     Stream #0:8: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s
frame=  109 fps=0.0 q=25.0 size=       2kB time=00:00:04.89 bitrate=   2.9kbits/s speed=9.71x
frame=  168 fps=167 q=26.0 size=       2kB time=00:00:07.36 bitrate=   1.9kbits/s speed=7.32x
frame=  231 fps=153 q=26.0 size=    1792kB time=00:00:09.98 bitrate=1470.4kbits/s speed=6.63x
frame=  300 fps=149 q=26.0 size=    3840kB time=00:00:12.86 bitrate=2445.4kbits/s speed=6.39x
frame=  368 fps=146 q=26.0 size=    4096kB time=00:00:15.68 bitrate=2140.0kbits/s speed=6.21x
frame=  441 fps=144 q=26.0 size=    6144kB time=00:00:18.65 bitrate=2697.9kbits/s speed=6.11x
frame=  513 fps=143 q=26.0 size=    6144kB time=00:00:21.66 bitrate=2323.3kbits/s speed=6.05x
frame=  582 fps=142 q=26.0 size=    8448kB time=00:00:24.60 bitrate=2812.3kbits/s speed=   6x
frame=  654 fps=142 q=26.0 size=    8448kB time=00:00:27.61 bitrate=2506.0kbits/s speed=   6x
frame=  730 fps=142 q=26.0 size=   10240kB time=00:00:30.75 bitrate=2727.8kbits/s speed=5.99x
frame=  802 fps=142 q=26.0 size=   11776kB time=00:00:33.76 bitrate=2857.5kbits/s speed=5.98x
frame=  873 fps=142 q=26.0 size=   12032kB time=00:00:36.70 bitrate=2685.4kbits/s speed=5.97x
frame=  945 fps=142 q=26.0 size=   13824kB time=00:00:39.68 bitrate=2854.0kbits/s speed=5.96x
frame= 1017 fps=142 q=26.0 size=   13824kB time=00:00:42.68 bitrate=2652.9kbits/s speed=5.96x
frame= 1086 fps=141 q=26.0 size=   15872kB time=00:00:45.63 bitrate=2849.4kbits/s speed=5.94x
frame= 1161 fps=142 q=26.0 size=   15872kB time=00:00:48.70 bitrate=2669.7kbits/s speed=5.94x
frame= 1232 fps=141 q=26.0 size=   17664kB time=00:00:51.71 bitrate=2798.3kbits/s speed=5.93x
frame= 1308 fps=142 q=26.0 size=   19712kB time=00:00:54.84 bitrate=2944.1kbits/s speed=5.95x
frame= 1378 fps=142 q=26.0 size=   19712kB time=00:00:57.79 bitrate=2794.2kbits/s speed=5.95x
frame= 1449 fps=142 q=26.0 size=   21504kB time=00:01:00.70 bitrate=2902.0kbits/s speed=5.93x
frame= 1521 fps=142 q=26.0 size=   21504kB time=00:01:03.71 bitrate=2765.0kbits/s speed=5.93x
frame= 1594 fps=141 q=26.0 size=   23552kB time=00:01:06.78 bitrate=2889.0kbits/s speed=5.93x
frame= 1666 fps=142 q=26.0 size=   23552kB time=00:01:09.82 bitrate=2763.2kbits/s speed=5.93x
frame= 1738 fps=141 q=26.0 size=   25344kB time=00:01:12.80 bitrate=2851.9kbits/s speed=5.92x
frame= 1806 fps=141 q=26.0 size=   27136kB time=00:01:15.64 bitrate=2938.6kbits/s speed=5.91x
frame= 1876 fps=141 q=26.0 size=   27392kB time=00:01:18.59 bitrate=2855.2kbits/s speed=5.89x
frame= 1944 fps=140 q=26.0 size=   29184kB time=00:01:21.40 bitrate=2936.8kbits/s speed=5.88x
frame= 2013 fps=140 q=26.0 size=   29184kB time=00:01:24.22 bitrate=2838.6kbits/s speed=5.87x
frame= 2076 fps=140 q=26.0 size=   30720kB time=00:01:26.91 bitrate=2895.6kbits/s speed=5.86x
frame= 2145 fps=140 q=26.0 size=   30720kB time=00:01:29.76 bitrate=2803.7kbits/s speed=5.85x
frame= 2212 fps=140 q=26.0 size=   32512kB time=00:01:32.60 bitrate=2876.0kbits/s speed=5.84x
frame= 2280 fps=139 q=26.0 size=   34304kB time=00:01:35.42 bitrate=2944.9kbits/s speed=5.83x
frame= 2351 fps=139 q=26.0 size=   34560kB time=00:01:38.40 bitrate=2877.2kbits/s speed=5.83x
frame= 2415 fps=139 q=26.0 size=   36352kB time=00:01:41.05 bitrate=2946.8kbits/s speed=5.81x
frame= 2483 fps=139 q=26.0 size=   36352kB time=00:01:43.90 bitrate=2866.1kbits/s speed=5.81x
frame= 2547 fps=139 q=24.0 size=   38400kB time=00:01:46.56 bitrate=2952.1kbits/s speed= 5.8x
frame= 2602 fps=138 q=24.0 size=   38400kB time=00:01:48.83 bitrate=2890.4kbits/s speed=5.76x
frame= 2661 fps=137 q=24.0 size=   40704kB time=00:01:51.29 bitrate=2996.0kbits/s speed=5.73x
frame= 2725 fps=137 q=26.0 size=   40704kB time=00:01:53.98 bitrate=2925.4kbits/s speed=5.72x
frame= 2795 fps=137 q=26.0 size=   42752kB time=00:01:56.92 bitrate=2995.2kbits/s speed=5.72x
frame= 2862 fps=137 q=26.0 size=   43520kB time=00:01:59.71 bitrate=2978.1kbits/s speed=5.72x
frame= 2931 fps=137 q=26.0 size=   43520kB time=00:02:02.59 bitrate=2908.1kbits/s speed=5.72x
frame= 2998 fps=137 q=26.0 size=   45312kB time=00:02:05.34 bitrate=2961.4kbits/s speed=5.71x
frame= 3063 fps=136 q=26.0 size=   47104kB time=00:02:08.09 bitrate=3012.4kbits/s speed= 5.7x
frame= 3130 fps=136 q=26.0 size=   47360kB time=00:02:10.88 bitrate=2964.3kbits/s speed= 5.7x
frame= 3196 fps=136 q=26.0 size=   49152kB time=00:02:13.69 bitrate=3011.7kbits/s speed=5.69x
frame= 3267 fps=136 q=26.0 size=   50176kB time=00:02:16.67 bitrate=3007.5kbits/s speed=5.69x
frame= 3321 fps=135 q=24.0 size=   50176kB time=00:02:18.91 bitrate=2959.0kbits/s speed=5.66x
frame= 3371 fps=135 q=24.0 size=   50176kB time=00:02:21.08 bitrate=2913.4kbits/s speed=5.64x
frame= 3414 fps=134 q=26.0 size=   52992kB time=00:02:22.88 bitrate=3038.3kbits/s speed=5.59x
frame= 3455 fps=133 q=24.0 size=   52992kB time=00:02:24.57 bitrate=3002.6kbits/s speed=5.55x
frame= 3501 fps=132 q=24.0 size=   57088kB time=00:02:26.52 bitrate=3191.6kbits/s speed=5.51x
frame= 3552 fps=131 q=26.0 size=   57856kB time=00:02:28.54 bitrate=3190.7kbits/s speed=5.48x
frame= 3595 fps=130 q=24.0 size=   57856kB time=00:02:30.30 bitrate=3153.3kbits/s speed=5.45x
frame= 3641 fps=129 q=24.0 size=   61952kB time=00:02:32.41 bitrate=3329.8kbits/s speed=5.42x
frame= 3693 fps=129 q=26.0 size=   61952kB time=00:02:34.49 bitrate=3284.9kbits/s speed=5.39x
frame= 3745 fps=128 q=24.0 size=   65792kB time=00:02:36.67 bitrate=3440.1kbits/s speed=5.37x
frame= 3796 fps=128 q=26.0 size=   66304kB time=00:02:38.62 bitrate=3424.2kbits/s speed=5.34x
frame= 3852 fps=128 q=26.0 size=   66304kB time=00:02:40.92 bitrate=3375.2kbits/s speed=5.33x
frame= 3912 fps=127 q=26.0 size=   69376kB time=00:02:43.48 bitrate=3476.3kbits/s speed=5.33x
frame= 3979 fps=127 q=26.0 size=   69376kB time=00:02:46.33 bitrate=3416.7kbits/s speed=5.32x
frame= 4038 fps=127 q=26.0 size=   71424kB time=00:02:48.83 bitrate=3465.6kbits/s speed=5.32x
frame= 4102 fps=127 q=26.0 size=   71424kB time=00:02:51.42 bitrate=3413.2kbits/s speed=5.32x
frame= 4164 fps=127 q=26.0 size=   73984kB time=00:02:54.04 bitrate=3482.2kbits/s speed=5.31x
frame= 4228 fps=127 q=26.0 size=   73984kB time=00:02:56.76 bitrate=3428.7kbits/s speed=5.32x
frame= 4286 fps=127 q=26.0 size=   76288kB time=00:02:59.16 bitrate=3488.1kbits/s speed=5.31x
frame= 4349 fps=127 q=26.0 size=   76288kB time=00:03:01.72 bitrate=3438.9kbits/s speed=5.31x
frame= 4409 fps=127 q=24.0 size=   78592kB time=00:03:04.25 bitrate=3494.2kbits/s speed= 5.3x
frame= 4469 fps=127 q=24.0 size=   78592kB time=00:03:06.75 bitrate=3447.5kbits/s speed=5.29x
frame= 4528 fps=126 q=24.0 size=   80896kB time=00:03:09.24 bitrate=3501.8kbits/s speed=5.28x
frame= 4591 fps=126 q=26.0 size=   82944kB time=00:03:11.90 bitrate=3540.7kbits/s speed=5.28x
frame= 4651 fps=126 q=26.0 size=   82944kB time=00:03:14.40 bitrate=3495.3kbits/s speed=5.28x
frame= 4716 fps=126 q=24.0 size=   84992kB time=00:03:17.12 bitrate=3532.1kbits/s speed=5.28x
frame= 4770 fps=126 q=24.0 size=   84992kB time=00:03:19.32 bitrate=3493.0kbits/s speed=5.27x
frame= 4832 fps=126 q=26.0 size=   88064kB time=00:03:21.88 bitrate=3573.4kbits/s speed=5.27x
frame= 4892 fps=126 q=25.0 size=   88064kB time=00:03:24.38 bitrate=3529.7kbits/s speed=5.26x
frame= 4948 fps=126 q=26.0 size=   90368kB time=00:03:26.75 bitrate=3580.6kbits/s speed=5.26x
frame= 5007 fps=126 q=26.0 size=   90368kB time=00:03:29.34 bitrate=3536.3kbits/s speed=5.25x
frame= 5063 fps=125 q=26.0 size=   93440kB time=00:03:31.64 bitrate=3616.7kbits/s speed=5.24x
frame= 5119 fps=125 q=24.0 size=   93440kB time=00:03:33.79 bitrate=3580.4kbits/s speed=5.22x
frame= 5180 fps=125 q=25.0 size=   96256kB time=00:03:36.48 bitrate=3642.5kbits/s speed=5.23x
frame= 5240 fps=125 q=26.0 size=   96256kB time=00:03:38.97 bitrate=3601.0kbits/s speed=5.22x
frame= 5297 fps=125 q=26.0 size=   99072kB time=00:03:41.31 bitrate=3667.2kbits/s speed=5.21x
frame= 5358 fps=125 q=26.0 size=   99328kB time=00:03:43.87 bitrate=3634.6kbits/s speed=5.21x
frame= 5409 fps=124 q=26.0 size=  100608kB time=00:03:45.98 bitrate=3647.1kbits/s speed= 5.2x
frame= 5469 fps=124 q=24.0 size=  101888kB time=00:03:48.44 bitrate=3653.6kbits/s speed=5.19x
frame= 5530 fps=124 q=26.0 size=  103680kB time=00:03:51.04 bitrate=3676.2kbits/s speed=5.19x
frame= 5596 fps=124 q=26.0 size=  104448kB time=00:03:53.72 bitrate=3660.8kbits/s speed=5.19x
frame= 5652 fps=124 q=26.0 size=  106496kB time=00:03:56.06 bitrate=3695.7kbits/s speed=5.18x
frame= 5711 fps=124 q=26.0 size=  106496kB time=00:03:58.68 bitrate=3655.0kbits/s speed=5.18x
frame= 5773 fps=124 q=26.0 size=  108544kB time=00:04:01.18 bitrate=3686.8kbits/s speed=5.18x
frame= 5826 fps=124 q=26.0 size=  109568kB time=00:04:03.32 bitrate=3688.8kbits/s speed=5.17x
frame= 5883 fps=124 q=26.0 size=  109568kB time=00:04:05.79 bitrate=3651.8kbits/s speed=5.17x
frame= 5940 fps=124 q=26.0 size=  112128kB time=00:04:08.25 bitrate=3700.0kbits/s speed=5.16x
frame= 5998 fps=123 q=26.0 size=  113408kB time=00:04:10.56 bitrate=3707.8kbits/s speed=5.16x
frame= 6055 fps=123 q=24.0 size=  114176kB time=00:04:12.89 bitrate=3698.5kbits/s speed=5.15x
frame= 6103 fps=123 q=24.0 size=  114176kB time=00:04:14.97 bitrate=3668.3kbits/s speed=5.14x
frame= 6150 fps=123 q=26.0 size=  116992kB time=00:04:16.89 bitrate=3730.7kbits/s speed=5.13x
frame= 6212 fps=123 q=26.0 size=  117248kB time=00:04:19.52 bitrate=3701.0kbits/s speed=5.13x
frame= 6270 fps=123 q=26.0 size=  119552kB time=00:04:21.85 bitrate=3740.1kbits/s speed=5.12x
frame= 6317 fps=122 q=26.0 size=  119552kB time=00:04:23.80 bitrate=3712.4kbits/s speed=5.11x
frame= 6382 fps=122 q=26.0 size=  120832kB time=00:04:26.46 bitrate=3714.8kbits/s speed=5.11x
frame= 6444 fps=122 q=26.0 size=  122880kB time=00:04:29.15 bitrate=3740.0kbits/s speed=5.12x
frame= 6512 fps=123 q=26.0 size=  123136kB time=00:04:32.00 bitrate=3708.6kbits/s speed=5.12x
frame= 6575 fps=123 q=26.0 size=  123136kB time=00:04:34.62 bitrate=3673.1kbits/s speed=5.12x
frame= 6641 fps=123 q=26.0 size=  125440kB time=00:04:37.37 bitrate=3704.7kbits/s speed=5.12x
frame= 6703 fps=123 q=26.0 size=  127488kB time=00:04:40.00 bitrate=3729.9kbits/s speed=5.12x
frame= 6767 fps=123 q=26.0 size=  127744kB time=00:04:42.62 bitrate=3702.7kbits/s speed=5.13x
frame= 6832 fps=123 q=26.0 size=  130048kB time=00:04:45.37 bitrate=3733.2kbits/s speed=5.13x
frame= 6895 fps=123 q=26.0 size=  130048kB time=00:04:47.93 bitrate=3700.0kbits/s speed=5.13x
frame= 6953 fps=123 q=24.0 size=  132352kB time=00:04:50.43 bitrate=3733.2kbits/s speed=5.13x
frame= 7014 fps=123 q=24.0 size=  132864kB time=00:04:52.92 bitrate=3715.7kbits/s speed=5.12x
frame= 7067 fps=123 q=24.0 size=  132864kB time=00:04:55.20 bitrate=3687.1kbits/s speed=5.12x
frame= 7125 fps=122 q=24.0 size=  135424kB time=00:04:57.53 bitrate=3728.6kbits/s speed=5.11x
frame= 7182 fps=122 q=24.0 size=  135424kB time=00:04:59.96 bitrate=3698.4kbits/s speed=5.11x
frame= 7245 fps=122 q=26.0 size=  138496kB time=00:05:02.56 bitrate=3749.9kbits/s speed=5.11x
frame= 7315 fps=122 q=26.0 size=  138496kB time=00:05:05.47 bitrate=3714.1kbits/s speed=5.11x
frame= 7383 fps=123 q=26.0 size=  140800kB time=00:05:08.35 bitrate=3740.6kbits/s speed=5.12x
frame= 7446 fps=123 q=26.0 size=  142848kB time=00:05:10.94 bitrate=3763.4kbits/s speed=5.12x
frame= 7509 fps=123 q=24.0 size=  143104kB time=00:05:13.56 bitrate=3738.6kbits/s speed=5.12x
frame= 7569 fps=122 q=24.0 size=  143104kB time=00:05:16.00 bitrate=3709.8kbits/s speed=5.11x
frame= 7630 fps=122 q=26.0 size=  145664kB time=00:05:18.59 bitrate=3745.5kbits/s speed=5.11x
frame= 7696 fps=123 q=26.0 size=  147968kB time=00:05:21.37 bitrate=3771.8kbits/s speed=5.12x
frame= 7763 fps=123 q=24.0 size=  148480kB time=00:05:24.22 bitrate=3751.6kbits/s speed=5.12x
frame= 7821 fps=123 q=24.0 size=  148480kB time=00:05:26.59 bitrate=3724.4kbits/s speed=5.12x
frame= 7881 fps=123 q=24.0 size=  150784kB time=00:05:29.08 bitrate=3753.5kbits/s speed=5.12x
frame= 7941 fps=122 q=24.0 size=  153344kB time=00:05:31.58 bitrate=3788.5kbits/s speed=5.11x
frame= 8002 fps=122 q=24.0 size=  153856kB time=00:05:34.08 bitrate=3772.7kbits/s speed=5.11x
frame= 8061 fps=122 q=24.0 size=  153856kB time=00:05:36.60 bitrate=3744.4kbits/s speed=5.11x
frame= 8121 fps=122 q=24.0 size=  156416kB time=00:05:39.10 bitrate=3778.7kbits/s speed=5.11x
frame= 8181 fps=122 q=24.0 size=  156416kB time=00:05:41.60 bitrate=3751.1kbits/s speed= 5.1x
frame= 8243 fps=122 q=26.0 size=  159488kB time=00:05:44.22 bitrate=3795.6kbits/s speed= 5.1x
frame= 8311 fps=122 q=26.0 size=  159488kB time=00:05:47.04 bitrate=3764.8kbits/s speed=5.11x
frame= 8379 fps=122 q=26.0 size=  161536kB time=00:05:49.92 bitrate=3781.7kbits/s speed=5.11x
frame= 8447 fps=122 q=26.0 size=  163584kB time=00:05:52.73 bitrate=3799.1kbits/s speed=5.11x
frame= 8508 fps=122 q=26.0 size=  163840kB time=00:05:55.26 bitrate=3778.0kbits/s speed=5.11x
frame= 8565 fps=122 q=24.0 size=  163840kB time=00:05:57.56 bitrate=3753.6kbits/s speed=5.11x
frame= 8623 fps=122 q=26.0 size=  167680kB time=00:06:00.00 bitrate=3815.7kbits/s speed= 5.1x
frame= 8696 fps=122 q=26.0 size=  167680kB time=00:06:03.00 bitrate=3784.0kbits/s speed=5.11x
frame= 8758 fps=122 q=24.0 size=  169216kB time=00:06:05.63 bitrate=3791.3kbits/s speed=5.11x
frame= 8817 fps=122 q=24.0 size=  169216kB time=00:06:08.09 bitrate=3765.9kbits/s speed=5.11x
frame= 8877 fps=122 q=24.0 size=  171776kB time=00:06:10.59 bitrate=3797.1kbits/s speed=5.11x
frame= 8937 fps=122 q=24.0 size=  171776kB time=00:06:13.12 bitrate=3771.4kbits/s speed=5.11x
frame= 8997 fps=122 q=24.0 size=  174592kB time=00:06:15.58 bitrate=3808.1kbits/s speed=5.11x
frame= 9057 fps=122 q=24.0 size=  174592kB time=00:06:18.04 bitrate=3783.3kbits/s speed= 5.1x
frame= 9117 fps=122 q=24.0 size=  177152kB time=00:06:20.60 bitrate=3812.9kbits/s speed= 5.1x
frame= 9177 fps=122 q=24.0 size=  177152kB time=00:06:23.13 bitrate=3787.8kbits/s speed= 5.1x
frame= 9235 fps=122 q=26.0 size=  179968kB time=00:06:25.56 bitrate=3823.7kbits/s speed= 5.1x
frame= 9299 fps=122 q=26.0 size=  179968kB time=00:06:28.28 bitrate=3796.9kbits/s speed= 5.1x
frame= 9363 fps=122 q=26.0 size=  182272kB time=00:06:30.84 bitrate=3820.3kbits/s speed= 5.1x
frame= 9429 fps=122 q=26.0 size=  183040kB time=00:06:33.56 bitrate=3809.9kbits/s speed= 5.1x
frame= 9496 fps=122 q=26.0 size=  184832kB time=00:06:36.38 bitrate=3819.9kbits/s speed= 5.1x
frame= 9563 fps=122 q=26.0 size=  184832kB time=00:06:39.23 bitrate=3792.6kbits/s speed=5.11x
frame= 9622 fps=122 q=24.0 size=  186624kB time=00:06:41.76 bitrate=3805.3kbits/s speed=5.11x
frame= 9679 fps=122 q=24.0 size=  186624kB time=00:06:44.09 bitrate=3783.3kbits/s speed= 5.1x
frame= 9737 fps=122 q=24.0 size=  189184kB time=00:06:46.49 bitrate=3812.6kbits/s speed= 5.1x
frame= 9796 fps=122 q=26.0 size=  190720kB time=00:06:48.96 bitrate=3820.4kbits/s speed= 5.1x
frame= 9856 fps=122 q=26.0 size=  192512kB time=00:06:51.42 bitrate=3833.2kbits/s speed= 5.1x
frame= 9915 fps=122 q=26.0 size=  192512kB time=00:06:53.88 bitrate=3810.4kbits/s speed= 5.1x
frame= 9968 fps=122 q=26.0 size=  192512kB time=00:06:56.06 bitrate=3790.4kbits/s speed=5.09x
frame=10022 fps=122 q=26.0 size=  194816kB time=00:06:58.33 bitrate=3815.0kbits/s speed=5.09x
frame=10075 fps=122 q=26.0 size=  195840kB time=00:07:00.51 bitrate=3815.2kbits/s speed=5.08x
frame=10126 fps=122 q=24.0 size=  197632kB time=00:07:02.65 bitrate=3830.5kbits/s speed=5.08x
frame=10177 fps=122 q=26.0 size=  198656kB time=00:07:04.76 bitrate=3831.2kbits/s speed=5.07x
frame=10229 fps=121 q=26.0 size=  198656kB time=00:07:06.97 bitrate=3811.4kbits/s speed=5.07x
frame=10287 fps=121 q=26.0 size=  200192kB time=00:07:09.40 bitrate=3819.1kbits/s speed=5.07x
frame=10345 fps=121 q=26.0 size=  201728kB time=00:07:11.77 bitrate=3827.3kbits/s speed=5.06x
frame=10402 fps=121 q=26.0 size=  202752kB time=00:07:14.17 bitrate=3825.5kbits/s speed=5.06x
frame=10457 fps=121 q=26.0 size=  202752kB time=00:07:16.48 bitrate=3805.3kbits/s speed=5.06x
frame=10519 fps=121 q=26.0 size=  204544kB time=00:07:18.97 bitrate=3817.1kbits/s speed=5.06x
frame=10575 fps=121 q=24.0 size=  204544kB time=00:07:21.40 bitrate=3796.1kbits/s speed=5.06x
frame=10633 fps=121 q=24.0 size=  206080kB time=00:07:23.84 bitrate=3803.6kbits/s speed=5.06x
frame=10686 fps=121 q=24.0 size=  206080kB time=00:07:26.01 bitrate=3785.1kbits/s speed=5.05x
frame=10739 fps=121 q=24.0 size=  208384kB time=00:07:28.25 bitrate=3808.3kbits/s speed=5.05x
frame=10794 fps=121 q=24.0 size=  208384kB time=00:07:30.52 bitrate=3789.1kbits/s speed=5.04x
frame=10859 fps=121 q=24.0 size=  210944kB time=00:07:33.24 bitrate=3812.6kbits/s speed=5.05x
frame=10921 fps=121 q=26.0 size=  210944kB time=00:07:35.84 bitrate=3790.9kbits/s speed=5.05x
frame=10988 fps=121 q=26.0 size=  212736kB time=00:07:38.62 bitrate=3799.9kbits/s speed=5.05x
frame=11059 fps=121 q=26.0 size=  212736kB time=00:07:41.56 bitrate=3775.7kbits/s speed=5.05x
frame=11129 fps=121 q=26.0 size=  214528kB time=00:07:44.51 bitrate=3783.4kbits/s speed=5.06x
frame=11195 fps=121 q=23.0 size=  214528kB time=00:07:47.26 bitrate=3761.1kbits/s speed=5.06x
frame=11264 fps=121 q=26.0 size=  216320kB time=00:07:50.11 bitrate=3769.5kbits/s speed=5.06x
frame=11326 fps=121 q=26.0 size=  218368kB time=00:07:52.70 bitrate=3784.3kbits/s speed=5.06x
frame=11394 fps=121 q=26.0 size=  218368kB time=00:07:55.58 bitrate=3761.4kbits/s speed=5.07x
frame=11461 fps=121 q=24.0 size=  220416kB time=00:07:58.36 bitrate=3774.6kbits/s speed=5.07x
frame=11521 fps=121 q=24.0 size=  220416kB time=00:08:00.86 bitrate=3755.0kbits/s speed=5.06x
frame=11578 fps=121 q=24.0 size=  222720kB time=00:08:03.20 bitrate=3775.9kbits/s speed=5.06x
frame=11639 fps=121 q=26.0 size=  222720kB time=00:08:05.79 bitrate=3755.8kbits/s speed=5.06x
frame=11707 fps=121 q=26.0 size=  225024kB time=00:08:08.64 bitrate=3772.5kbits/s speed=5.07x
frame=11770 fps=121 q=26.0 size=  225024kB time=00:08:11.16 bitrate=3753.1kbits/s speed=5.07x
frame=11835 fps=121 q=26.0 size=  227072kB time=00:08:13.95 bitrate=3765.9kbits/s speed=5.07x
frame=11901 fps=121 q=24.0 size=  227072kB time=00:08:16.64 bitrate=3745.5kbits/s speed=5.07x
frame=11954 fps=121 q=24.0 size=  229376kB time=00:08:18.91 bitrate=3766.3kbits/s speed=5.07x
frame=12013 fps=121 q=24.0 size=  229632kB time=00:08:21.44 bitrate=3751.5kbits/s speed=5.07x
frame=12076 fps=121 q=26.0 size=  231168kB time=00:08:24.06 bitrate=3756.9kbits/s speed=5.07x
frame=12141 fps=121 q=24.0 size=  232960kB time=00:08:26.72 bitrate=3766.2kbits/s speed=5.07x
frame=12206 fps=121 q=26.0 size=  233984kB time=00:08:29.47 bitrate=3762.3kbits/s speed=5.07x
frame=12274 fps=121 q=26.0 size=  233984kB time=00:08:32.25 bitrate=3741.9kbits/s speed=5.07x
frame=12339 fps=121 q=26.0 size=  236032kB time=00:08:35.00 bitrate=3754.5kbits/s speed=5.07x
frame=12405 fps=122 q=24.0 size=  238080kB time=00:08:37.69 bitrate=3767.4kbits/s speed=5.07x
frame=12461 fps=121 q=24.0 size=  238080kB time=00:08:40.06 bitrate=3750.2kbits/s speed=5.07x
frame=12514 fps=121 q=26.0 size=  238080kB time=00:08:42.24 bitrate=3734.6kbits/s speed=5.07x
frame=12573 fps=121 q=24.0 size=  240384kB time=00:08:44.70 bitrate=3753.0kbits/s speed=5.06x
frame=12628 fps=121 q=24.0 size=  240384kB time=00:08:47.00 bitrate=3736.6kbits/s speed=5.06x
frame=12688 fps=121 q=26.0 size=  243456kB time=00:08:49.53 bitrate=3766.3kbits/s speed=5.06x
frame=12745 fps=121 q=26.0 size=  243456kB time=00:08:51.87 bitrate=3749.8kbits/s speed=5.06x
frame=12808 fps=121 q=26.0 size=  245504kB time=00:08:54.49 bitrate=3762.7kbits/s speed=5.06x
frame=12867 fps=121 q=26.0 size=  245504kB time=00:08:57.05 bitrate=3744.8kbits/s speed=5.06x
frame=12930 fps=121 q=26.0 size=  248064kB time=00:08:59.61 bitrate=3765.9kbits/s speed=5.06x
frame=12993 fps=121 q=24.0 size=  249344kB time=00:09:02.24 bitrate=3767.0kbits/s speed=5.06x
frame=13061 fps=121 q=26.0 size=  250624kB time=00:09:05.12 bitrate=3766.3kbits/s speed=5.06x
frame=13125 fps=121 q=23.0 size=  251904kB time=00:09:07.74 bitrate=3767.4kbits/s speed=5.06x
frame=13189 fps=121 q=24.0 size=  253184kB time=00:09:10.43 bitrate=3768.1kbits/s speed=5.06x
frame=13251 fps=121 q=26.0 size=  254208kB time=00:09:12.99 bitrate=3765.8kbits/s speed=5.06x
frame=13320 fps=121 q=26.0 size=  255744kB time=00:09:15.93 bitrate=3768.5kbits/s speed=5.07x
frame=13378 fps=121 q=26.0 size=  256512kB time=00:09:18.27 bitrate=3764.0kbits/s speed=5.06x
frame=13447 fps=121 q=26.0 size=  257024kB time=00:09:21.21 bitrate=3751.7kbits/s speed=5.07x
frame=13512 fps=121 q=24.0 size=  259328kB time=00:09:23.93 bitrate=3767.1kbits/s speed=5.07x
frame=13569 fps=121 q=24.0 size=  259328kB time=00:09:26.24 bitrate=3751.8kbits/s speed=5.07x
frame=13626 fps=121 q=26.0 size=  261632kB time=00:09:28.67 bitrate=3768.9kbits/s speed=5.06x
frame=13687 fps=121 q=24.0 size=  262400kB time=00:09:31.10 bitrate=3763.9kbits/s speed=5.06x
frame=13748 fps=121 q=26.0 size=  262400kB time=00:09:33.72 bitrate=3746.7kbits/s speed=5.06x
frame=13808 fps=121 q=26.0 size=  264704kB time=00:09:36.28 bitrate=3762.8kbits/s speed=5.06x
frame=13869 fps=121 q=26.0 size=  264704kB time=00:09:38.84 bitrate=3746.2kbits/s speed=5.06x
frame=13932 fps=121 q=24.0 size=  267264kB time=00:09:41.40 bitrate=3765.7kbits/s speed=5.06x
frame=13988 fps=121 q=26.0 size=  267264kB time=00:09:43.84 bitrate=3750.0kbits/s speed=5.06x
frame=14046 fps=121 q=26.0 size=  269824kB time=00:09:46.20 bitrate=3770.7kbits/s speed=5.06x
frame=14099 fps=121 q=26.0 size=  269824kB time=00:09:48.41 bitrate=3756.5kbits/s speed=5.06x
frame=14159 fps=121 q=24.0 size=  272128kB time=00:09:50.91 bitrate=3772.6kbits/s speed=5.06x
frame=14215 fps=121 q=26.0 size=  272640kB time=00:09:53.31 bitrate=3764.4kbits/s speed=5.05x
frame=14272 fps=121 q=24.0 size=  272640kB time=00:09:55.58 bitrate=3750.0kbits/s speed=5.05x
frame=14329 fps=121 q=26.0 size=  275456kB time=00:09:58.01 bitrate=3773.4kbits/s speed=5.05x
frame=14387 fps=121 q=26.0 size=  275456kB time=00:10:00.48 bitrate=3757.9kbits/s speed=5.05x
frame=14387 fps=113 q=26.0 size=  275456kB time=00:10:00.48 bitrate=3757.9kbits/s speed=4.73x
frame=14452 fps=113 q=26.0 size=  279040kB time=00:10:03.10 bitrate=3790.2kbits/s speed=4.73x
frame=14518 fps=113 q=26.0 size=  279040kB time=00:10:05.92 bitrate=3772.6kbits/s speed=4.73x
frame=14578 fps=113 q=24.0 size=  281088kB time=00:10:08.44 bitrate=3784.5kbits/s speed=4.74x
frame=14636 fps=113 q=25.0 size=  281088kB time=00:10:10.88 bitrate=3769.4kbits/s speed=4.74x
frame=14700 fps=114 q=24.0 size=  284160kB time=00:10:13.40 bitrate=3794.9kbits/s speed=4.74x
frame=14763 fps=114 q=26.0 size=  284160kB time=00:10:16.03 bitrate=3778.8kbits/s speed=4.74x
frame=14829 fps=114 q=26.0 size=  286464kB time=00:10:18.81 bitrate=3792.3kbits/s speed=4.74x
frame=14896 fps=114 q=26.0 size=  286464kB time=00:10:21.66 bitrate=3774.9kbits/s speed=4.74x
frame=14959 fps=114 q=26.0 size=  288768kB time=00:10:24.32 bitrate=3789.1kbits/s speed=4.75x
frame=15024 fps=114 q=26.0 size=  288768kB time=00:10:27.07 bitrate=3772.4kbits/s speed=4.75x
frame=15092 fps=114 q=26.0 size=  291072kB time=00:10:29.88 bitrate=3785.5kbits/s speed=4.75x
frame=15159 fps=114 q=26.0 size=  293376kB time=00:10:32.60 bitrate=3799.1kbits/s speed=4.75x
frame=15227 fps=114 q=26.0 size=  294400kB time=00:10:35.42 bitrate=3795.5kbits/s speed=4.76x
frame=15302 fps=114 q=26.0 size=  295424kB time=00:10:38.52 bitrate=3790.1kbits/s speed=4.76x
frame=15368 fps=114 q=26.0 size=  295424kB time=00:10:41.31 bitrate=3773.7kbits/s speed=4.76x
frame=15428 fps=114 q=26.0 size=  297472kB time=00:10:43.80 bitrate=3785.1kbits/s speed=4.76x
frame=15485 fps=114 q=26.0 size=  297472kB time=00:10:46.20 bitrate=3771.1kbits/s speed=4.76x
frame=15547 fps=114 q=26.0 size=  300032kB time=00:10:48.80 bitrate=3788.3kbits/s speed=4.76x
frame=15614 fps=114 q=26.0 size=  300032kB time=00:10:51.58 bitrate=3772.1kbits/s speed=4.77x
frame=15677 fps=114 q=26.0 size=  302080kB time=00:10:54.30 bitrate=3782.1kbits/s speed=4.77x
frame=15728 fps=114 q=24.0 size=  302080kB time=00:10:56.38 bitrate=3770.1kbits/s speed=4.77x
frame=15785 fps=114 q=26.0 size=  305152kB time=00:10:58.78 bitrate=3794.6kbits/s speed=4.77x
frame=15851 fps=114 q=26.0 size=  305152kB time=00:11:01.53 bitrate=3778.8kbits/s speed=4.77x
frame=15915 fps=114 q=24.0 size=  307712kB time=00:11:04.25 bitrate=3794.9kbits/s speed=4.77x
frame=15968 fps=114 q=26.0 size=  307712kB time=00:11:06.49 bitrate=3782.1kbits/s speed=4.77x
frame=16026 fps=114 q=26.0 size=  310272kB time=00:11:08.89 bitrate=3799.9kbits/s speed=4.77x
frame=16086 fps=114 q=26.0 size=  310784kB time=00:11:11.36 bitrate=3792.2kbits/s speed=4.77x
frame=16149 fps=114 q=26.0 size=  313600kB time=00:11:13.88 bitrate=3812.2kbits/s speed=4.77x
frame=16212 fps=114 q=26.0 size=  313600kB time=00:11:16.57 bitrate=3797.1kbits/s speed=4.77x
frame=16269 fps=114 q=26.0 size=  316160kB time=00:11:19.00 bitrate=3814.4kbits/s speed=4.77x
frame=16324 fps=114 q=26.0 size=  316416kB time=00:11:21.31 bitrate=3804.5kbits/s speed=4.77x
frame=16376 fps=114 q=26.0 size=  316416kB time=00:11:23.36 bitrate=3793.1kbits/s speed=4.77x
frame=16437 fps=114 q=26.0 size=  318976kB time=00:11:25.98 bitrate=3809.2kbits/s speed=4.77x
frame=16486 fps=114 q=26.0 size=  320000kB time=00:11:27.93 bitrate=3810.6kbits/s speed=4.76x
frame=16538 fps=114 q=26.0 size=  322048kB time=00:11:30.17 bitrate=3822.5kbits/s speed=4.76x
frame=16590 fps=114 q=26.0 size=  322048kB time=00:11:32.35 bitrate=3810.5kbits/s speed=4.76x
frame=16649 fps=114 q=26.0 size=  323584kB time=00:11:34.84 bitrate=3814.9kbits/s speed=4.76x
frame=16711 fps=114 q=26.0 size=  325632kB time=00:11:37.34 bitrate=3825.3kbits/s speed=4.76x
frame=16767 fps=114 q=24.0 size=  325632kB time=00:11:39.61 bitrate=3812.9kbits/s speed=4.76x
frame=16831 fps=114 q=24.0 size=  328448kB time=00:11:42.33 bitrate=3831.0kbits/s speed=4.76x
frame=16895 fps=114 q=26.0 size=  328448kB time=00:11:45.05 bitrate=3816.2kbits/s speed=4.76x
frame=16957 fps=114 q=24.0 size=  330752kB time=00:11:47.64 bitrate=3828.9kbits/s speed=4.77x
frame=17011 fps=114 q=26.0 size=  330752kB time=00:11:49.85 bitrate=3817.0kbits/s speed=4.76x
frame=17071 fps=114 q=24.0 size=  333568kB time=00:11:52.35 bitrate=3836.0kbits/s speed=4.77x
frame=17128 fps=114 q=24.0 size=  333568kB time=00:11:54.78 bitrate=3823.0kbits/s speed=4.77x
frame=17181 fps=114 q=26.0 size=  336128kB time=00:11:56.92 bitrate=3840.8kbits/s speed=4.76x
frame=17245 fps=114 q=24.0 size=  336640kB time=00:11:59.64 bitrate=3832.1kbits/s speed=4.77x
frame=17298 fps=114 q=24.0 size=  336640kB time=00:12:01.85 bitrate=3820.4kbits/s speed=4.76x
frame=17355 fps=114 q=26.0 size=  339456kB time=00:12:04.19 bitrate=3839.9kbits/s speed=4.76x
frame=17414 fps=114 q=26.0 size=  339456kB time=00:12:06.68 bitrate=3826.7kbits/s speed=4.76x
frame=17473 fps=114 q=24.0 size=  342272kB time=00:12:09.15 bitrate=3845.4kbits/s speed=4.76x
frame=17531 fps=114 q=26.0 size=  343552kB time=00:12:11.61 bitrate=3846.8kbits/s speed=4.77x
frame=17590 fps=114 q=24.0 size=  343552kB time=00:12:13.92 bitrate=3834.7kbits/s speed=4.76x
frame=17651 fps=114 q=26.0 size=  346112kB time=00:12:16.54 bitrate=3849.5kbits/s speed=4.77x
frame=17713 fps=114 q=24.0 size=  346112kB time=00:12:19.13 bitrate=3836.0kbits/s speed=4.77x
frame=17777 fps=114 q=26.0 size=  348672kB time=00:12:21.79 bitrate=3850.6kbits/s speed=4.77x
frame=17850 fps=114 q=26.0 size=  348672kB time=00:12:24.83 bitrate=3834.9kbits/s speed=4.77x
frame=17922 fps=114 q=26.0 size=  350976kB time=00:12:27.90 bitrate=3844.3kbits/s speed=4.78x
frame=17982 fps=114 q=26.0 size=  350976kB time=00:12:30.40 bitrate=3831.6kbits/s speed=4.78x
frame=18038 fps=114 q=24.0 size=  353536kB time=00:12:32.76 bitrate=3847.4kbits/s speed=4.78x
frame=18093 fps=114 q=24.0 size=  353536kB time=00:12:34.91 bitrate=3836.4kbits/s speed=4.78x
frame=18147 fps=114 q=26.0 size=  356352kB time=00:12:37.21 bitrate=3855.2kbits/s speed=4.77x
frame=18213 fps=114 q=26.0 size=  356608kB time=00:12:39.96 bitrate=3844.0kbits/s speed=4.78x
frame=18273 fps=114 q=26.0 size=  356608kB time=00:12:42.46 bitrate=3831.4kbits/s speed=4.78x
frame=18339 fps=115 q=26.0 size=  359680kB time=00:12:45.24 bitrate=3850.4kbits/s speed=4.78x
frame=18411 fps=115 q=26.0 size=  359680kB time=00:12:48.25 bitrate=3835.3kbits/s speed=4.78x
frame=18482 fps=115 q=26.0 size=  361472kB time=00:12:51.20 bitrate=3839.7kbits/s speed=4.79x
frame=18555 fps=115 q=26.0 size=  363008kB time=00:12:54.24 bitrate=3840.9kbits/s speed=4.79x
frame=18630 fps=115 q=26.0 size=  363264kB time=00:12:57.37 bitrate=3828.1kbits/s speed=4.79x
frame=18703 fps=115 q=26.0 size=  365056kB time=00:13:00.41 bitrate=3832.0kbits/s speed= 4.8x
frame=18775 fps=115 q=26.0 size=  365056kB time=00:13:03.29 bitrate=3817.9kbits/s speed= 4.8x
frame=18847 fps=115 q=26.0 size=  366848kB time=00:13:06.46 bitrate=3821.2kbits/s speed=4.81x
frame=18904 fps=115 q=26.0 size=  366848kB time=00:13:08.86 bitrate=3809.6kbits/s speed= 4.8x
frame=18962 fps=115 q=24.0 size=  369152kB time=00:13:11.29 bitrate=3821.7kbits/s speed=4.81x
frame=19017 fps=115 q=26.0 size=  369152kB time=00:13:13.50 bitrate=3811.1kbits/s speed= 4.8x
frame=19081 fps=115 q=26.0 size=  371968kB time=00:13:16.22 bitrate=3827.0kbits/s speed= 4.8x
frame=19145 fps=115 q=26.0 size=  371968kB time=00:13:18.84 bitrate=3814.4kbits/s speed=4.81x
frame=19210 fps=115 q=26.0 size=  373760kB time=00:13:21.53 bitrate=3820.0kbits/s speed=4.81x
frame=19275 fps=115 q=26.0 size=  374784kB time=00:13:24.32 bitrate=3817.2kbits/s speed=4.81x
frame=19342 fps=115 q=26.0 size=  376832kB time=00:13:27.04 bitrate=3825.1kbits/s speed=4.81x
frame=19409 fps=115 q=26.0 size=  376832kB time=00:13:29.85 bitrate=3811.8kbits/s speed=4.81x
frame=19473 fps=115 q=26.0 size=  378880kB time=00:13:32.48 bitrate=3820.1kbits/s speed=4.81x
frame=19537 fps=115 q=26.0 size=  378880kB time=00:13:35.20 bitrate=3807.4kbits/s speed=4.82x
frame=19608 fps=115 q=26.0 size=  381184kB time=00:13:38.14 bitrate=3816.8kbits/s speed=4.82x
frame=19665 fps=115 q=24.0 size=  382464kB time=00:13:40.51 bitrate=3818.5kbits/s speed=4.82x
frame=19725 fps=115 q=24.0 size=  382464kB time=00:13:43.00 bitrate=3806.9kbits/s speed=4.82x
frame=19787 fps=116 q=26.0 size=  384256kB time=00:13:45.63 bitrate=3812.6kbits/s speed=4.82x
frame=19859 fps=116 q=26.0 size=  384256kB time=00:13:48.64 bitrate=3798.8kbits/s speed=4.82x
frame=19926 fps=116 q=26.0 size=  386048kB time=00:13:51.42 bitrate=3803.7kbits/s speed=4.82x
frame=19996 fps=116 q=26.0 size=  387584kB time=00:13:54.33 bitrate=3805.5kbits/s speed=4.83x
frame=20066 fps=116 q=26.0 size=  387584kB time=00:13:57.24 bitrate=3792.3kbits/s speed=4.83x
frame=20132 fps=116 q=26.0 size=  389632kB time=00:14:00.00 bitrate=3799.8kbits/s speed=4.83x
frame=20202 fps=116 q=26.0 size=  389632kB time=00:14:02.94 bitrate=3786.6kbits/s speed=4.83x
frame=20266 fps=116 q=24.0 size=  391680kB time=00:14:05.56 bitrate=3794.7kbits/s speed=4.84x
frame=20325 fps=116 q=24.0 size=  392448kB time=00:14:08.03 bitrate=3791.1kbits/s speed=4.84x
frame=20386 fps=116 q=24.0 size=  392448kB time=00:14:10.56 bitrate=3779.8kbits/s speed=4.84x
frame=20446 fps=116 q=24.0 size=  394752kB time=00:14:13.08 bitrate=3790.7kbits/s speed=4.84x
frame=20505 fps=116 q=24.0 size=  396800kB time=00:14:15.55 bitrate=3799.4kbits/s speed=4.84x
frame=20577 fps=116 q=26.0 size=  397312kB time=00:14:18.52 bitrate=3791.1kbits/s speed=4.84x
frame=20646 fps=116 q=26.0 size=  399104kB time=00:14:21.44 bitrate=3795.3kbits/s speed=4.84x
frame=20718 fps=116 q=26.0 size=  399104kB time=00:14:24.44 bitrate=3782.1kbits/s speed=4.84x
frame=20785 fps=116 q=24.0 size=  401152kB time=00:14:27.26 bitrate=3789.2kbits/s speed=4.85x
frame=20846 fps=116 q=24.0 size=  401152kB time=00:14:29.79 bitrate=3778.2kbits/s speed=4.85x
frame=20905 fps=116 q=24.0 size=  403456kB time=00:14:32.25 bitrate=3789.2kbits/s speed=4.85x
frame=20966 fps=116 q=24.0 size=  403456kB time=00:14:34.78 bitrate=3778.2kbits/s speed=4.85x
frame=21029 fps=116 q=26.0 size=  406016kB time=00:14:37.44 bitrate=3790.7kbits/s speed=4.85x
frame=21099 fps=116 q=26.0 size=  406016kB time=00:14:40.35 bitrate=3778.1kbits/s speed=4.85x
frame=21171 fps=116 q=26.0 size=  407808kB time=00:14:43.36 bitrate=3781.9kbits/s speed=4.85x
frame=21242 fps=116 q=26.0 size=  407808kB time=00:14:46.30 bitrate=3769.3kbits/s speed=4.86x
frame=21305 fps=116 q=24.0 size=  409856kB time=00:14:48.92 bitrate=3777.1kbits/s speed=4.86x
frame=21369 fps=116 q=24.0 size=  409856kB time=00:14:51.58 bitrate=3765.8kbits/s speed=4.86x
frame=21430 fps=116 q=24.0 size=  412928kB time=00:14:54.11 bitrate=3783.3kbits/s speed=4.86x
frame=21493 fps=116 q=26.0 size=  413952kB time=00:14:56.80 bitrate=3781.3kbits/s speed=4.86x
frame=21562 fps=117 q=26.0 size=  413952kB time=00:14:59.55 bitrate=3769.8kbits/s speed=4.86x
frame=21623 fps=117 q=26.0 size=  415744kB time=00:15:02.20 bitrate=3774.9kbits/s speed=4.86x
frame=21691 fps=117 q=26.0 size=  415744kB time=00:15:05.05 bitrate=3763.1kbits/s speed=4.86x
frame=21753 fps=117 q=24.0 size=  418048kB time=00:15:07.61 bitrate=3773.2kbits/s speed=4.86x
frame=21810 fps=117 q=24.0 size=  418048kB time=00:15:09.95 bitrate=3763.5kbits/s speed=4.86x
frame=21870 fps=117 q=24.0 size=  420352kB time=00:15:12.44 bitrate=3773.9kbits/s speed=4.86x
frame=21930 fps=117 q=24.0 size=  420352kB time=00:15:14.94 bitrate=3763.6kbits/s speed=4.86x
frame=21991 fps=117 q=26.0 size=  423168kB time=00:15:17.56 bitrate=3778.0kbits/s speed=4.86x
frame=22059 fps=117 q=26.0 size=  423168kB time=00:15:20.35 bitrate=3766.6kbits/s speed=4.86x
frame=22130 fps=117 q=26.0 size=  424960kB time=00:15:23.36 bitrate=3770.2kbits/s speed=4.87x
frame=22192 fps=117 q=26.0 size=  424960kB time=00:15:25.88 bitrate=3759.9kbits/s speed=4.87x
frame=22253 fps=117 q=24.0 size=  427264kB time=00:15:28.48 bitrate=3769.8kbits/s speed=4.87x
frame=22307 fps=117 q=24.0 size=  427264kB time=00:15:30.78 bitrate=3760.4kbits/s speed=4.87x
frame=22365 fps=117 q=24.0 size=  429568kB time=00:15:33.12 bitrate=3771.2kbits/s speed=4.87x
frame=22422 fps=117 q=26.0 size=  429568kB time=00:15:35.45 bitrate=3761.8kbits/s speed=4.87x
frame=22483 fps=117 q=26.0 size=  432384kB time=00:15:38.08 bitrate=3775.9kbits/s speed=4.87x
frame=22545 fps=117 q=26.0 size=  433152kB time=00:15:40.73 bitrate=3771.9kbits/s speed=4.87x
frame=22609 fps=117 q=24.0 size=  434432kB time=00:15:43.42 bitrate=3772.3kbits/s speed=4.87x
frame=22664 fps=117 q=26.0 size=  435456kB time=00:15:45.63 bitrate=3772.4kbits/s speed=4.87x
frame=22720 fps=117 q=26.0 size=  437248kB time=00:15:48.00 bitrate=3778.4kbits/s speed=4.87x
frame=22781 fps=117 q=26.0 size=  438272kB time=00:15:50.52 bitrate=3777.2kbits/s speed=4.87x
frame=22836 fps=117 q=24.0 size=  439552kB time=00:15:52.76 bitrate=3779.3kbits/s speed=4.87x
frame=22893 fps=117 q=26.0 size=  440320kB time=00:15:55.13 bitrate=3776.5kbits/s speed=4.86x
frame=22952 fps=117 q=26.0 size=  441344kB time=00:15:57.69 bitrate=3775.2kbits/s speed=4.87x
frame=23007 fps=117 q=26.0 size=  442624kB time=00:16:00.00 bitrate=3777.1kbits/s speed=4.86x
frame=23061 fps=117 q=24.0 size=  443392kB time=00:16:02.30 bitrate=3774.6kbits/s speed=4.86x
frame=23111 fps=117 q=26.0 size=  444672kB time=00:16:04.28 bitrate=3777.7kbits/s speed=4.86x
frame=23174 fps=117 q=26.0 size=  446976kB time=00:16:06.94 bitrate=3786.8kbits/s speed=4.86x
frame=23232 fps=117 q=26.0 size=  447488kB time=00:16:09.40 bitrate=3781.5kbits/s speed=4.86x
frame=23290 fps=117 q=26.0 size=  447488kB time=00:16:11.90 bitrate=3771.8kbits/s speed=4.86x
frame=23349 fps=117 q=26.0 size=  450048kB time=00:16:14.17 bitrate=3784.5kbits/s speed=4.86x
frame=23406 fps=117 q=26.0 size=  452096kB time=00:16:16.60 bitrate=3792.3kbits/s speed=4.86x
frame=23471 fps=117 q=26.0 size=  452864kB time=00:16:19.36 bitrate=3788.0kbits/s speed=4.86x
frame=23529 fps=117 q=24.0 size=  453888kB time=00:16:21.82 bitrate=3787.1kbits/s speed=4.86x
frame=23588 fps=117 q=26.0 size=  453888kB time=00:16:24.22 bitrate=3777.8kbits/s speed=4.86x
frame=23647 fps=116 q=25.0 size=  456704kB time=00:16:26.65 bitrate=3791.9kbits/s speed=4.86x
frame=23703 fps=116 q=26.0 size=  456704kB time=00:16:29.05 bitrate=3782.7kbits/s speed=4.86x
frame=23757 fps=116 q=24.0 size=  459520kB time=00:16:31.29 bitrate=3797.4kbits/s speed=4.86x
frame=23815 fps=116 q=24.0 size=  459520kB time=00:16:33.69 bitrate=3788.3kbits/s speed=4.86x
frame=23874 fps=116 q=26.0 size=  462592kB time=00:16:36.16 bitrate=3804.2kbits/s speed=4.86x
frame=23937 fps=116 q=26.0 size=  462592kB time=00:16:38.75 bitrate=3794.3kbits/s speed=4.86x
frame=24002 fps=116 q=26.0 size=  464896kB time=00:16:41.50 bitrate=3802.7kbits/s speed=4.86x
frame=24068 fps=117 q=26.0 size=  464896kB time=00:16:44.22 bitrate=3792.4kbits/s speed=4.86x
frame=24135 fps=117 q=26.0 size=  467456kB time=00:16:47.04 bitrate=3802.6kbits/s speed=4.86x
frame=24202 fps=117 q=26.0 size=  467456kB time=00:16:49.82 bitrate=3792.1kbits/s speed=4.86x
frame=24267 fps=117 q=26.0 size=  469760kB time=00:16:52.57 bitrate=3800.5kbits/s speed=4.87x
frame=24331 fps=117 q=26.0 size=  472064kB time=00:16:55.16 bitrate=3809.4kbits/s speed=4.87x
frame=24397 fps=117 q=26.0 size=  472320kB time=00:16:57.98 bitrate=3800.9kbits/s speed=4.87x
frame=24463 fps=117 q=26.0 size=  474624kB time=00:17:00.67 bitrate=3809.4kbits/s speed=4.87x
frame=24527 fps=117 q=26.0 size=  474624kB time=00:17:03.42 bitrate=3799.1kbits/s speed=4.87x
frame=24590 fps=117 q=26.0 size=  476928kB time=00:17:06.04 bitrate=3807.8kbits/s speed=4.87x
frame=24658 fps=117 q=26.0 size=  477440kB time=00:17:08.92 bitrate=3801.2kbits/s speed=4.87x
frame=24727 fps=117 q=26.0 size=  479744kB time=00:17:11.68 bitrate=3809.4kbits/s speed=4.87x
frame=24794 fps=117 q=26.0 size=  479744kB time=00:17:14.56 bitrate=3798.8kbits/s speed=4.88x
frame=24860 fps=117 q=26.0 size=  482304kB time=00:17:17.31 bitrate=3808.9kbits/s speed=4.88x
frame=24922 fps=117 q=26.0 size=  482304kB time=00:17:19.84 bitrate=3799.7kbits/s speed=4.88x
frame=24981 fps=117 q=24.0 size=  484864kB time=00:17:22.33 bitrate=3810.7kbits/s speed=4.88x
frame=25048 fps=117 q=26.0 size=  485632kB time=00:17:25.12 bitrate=3806.5kbits/s speed=4.88x
frame=25112 fps=117 q=26.0 size=  485632kB time=00:17:27.77 bitrate=3796.9kbits/s speed=4.88x
frame=25180 fps=117 q=26.0 size=  487936kB time=00:17:30.65 bitrate=3804.5kbits/s speed=4.88x
frame=25243 fps=117 q=26.0 size=  490496kB time=00:17:33.24 bitrate=3815.0kbits/s speed=4.88x
frame=25307 fps=117 q=26.0 size=  490752kB time=00:17:35.96 bitrate=3807.2kbits/s speed=4.88x
frame=25371 fps=117 q=26.0 size=  493056kB time=00:17:38.62 bitrate=3815.4kbits/s speed=4.88x
frame=25433 fps=117 q=26.0 size=  493568kB time=00:17:41.24 bitrate=3810.0kbits/s speed=4.88x
frame=25484 fps=117 q=26.0 size=  493568kB time=00:17:43.36 bitrate=3802.4kbits/s speed=4.88x
frame=25539 fps=117 q=26.0 size=  496384kB time=00:17:45.63 bitrate=3815.9kbits/s speed=4.88x
frame=25599 fps=117 q=26.0 size=  496384kB time=00:17:48.09 bitrate=3807.1kbits/s speed=4.88x
frame=25655 fps=117 q=24.0 size=  499200kB time=00:17:50.46 bitrate=3820.3kbits/s speed=4.88x
frame=25713 fps=117 q=24.0 size=  499200kB time=00:17:52.80 bitrate=3811.9kbits/s speed=4.88x
frame=25773 fps=117 q=24.0 size=  502016kB time=00:17:55.26 bitrate=3824.7kbits/s speed=4.88x
frame=25835 fps=117 q=26.0 size=  502016kB time=00:17:57.92 bitrate=3815.2kbits/s speed=4.88x
frame=25905 fps=117 q=24.0 size=  504832kB time=00:18:00.92 bitrate=3826.0kbits/s speed=4.88x
frame=25962 fps=117 q=26.0 size=  504832kB time=00:18:03.23 bitrate=3817.8kbits/s speed=4.88x
frame=26026 fps=117 q=24.0 size=  506880kB time=00:18:05.82 bitrate=3824.2kbits/s speed=4.88x
frame=26078 fps=117 q=26.0 size=  506880kB time=00:18:07.96 bitrate=3816.6kbits/s speed=4.88x
frame=26139 fps=117 q=26.0 size=  509184kB time=00:18:10.56 bitrate=3824.9kbits/s speed=4.88x
frame=26197 fps=117 q=24.0 size=  509952kB time=00:18:12.99 bitrate=3822.1kbits/s speed=4.88x
frame=26253 fps=117 q=24.0 size=  509952kB time=00:18:15.26 bitrate=3814.2kbits/s speed=4.88x
frame=26311 fps=117 q=24.0 size=  512256kB time=00:18:17.69 bitrate=3822.9kbits/s speed=4.88x
frame=26370 fps=117 q=26.0 size=  512256kB time=00:18:20.19 bitrate=3814.2kbits/s speed=4.88x
frame=26425 fps=117 q=24.0 size=  514816kB time=00:18:22.49 bitrate=3825.3kbits/s speed=4.88x
frame=26482 fps=117 q=26.0 size=  516096kB time=00:18:24.83 bitrate=3826.7kbits/s speed=4.88x
frame=26545 fps=117 q=26.0 size=  516096kB time=00:18:27.52 bitrate=3817.4kbits/s speed=4.88x
frame=26610 fps=117 q=26.0 size=  518144kB time=00:18:30.24 bitrate=3823.2kbits/s speed=4.88x
frame=26669 fps=117 q=24.0 size=  518144kB time=00:18:32.76 bitrate=3814.5kbits/s speed=4.88x
frame=26731 fps=117 q=26.0 size=  521216kB time=00:18:35.26 bitrate=3828.5kbits/s speed=4.88x
frame=26782 fps=117 q=26.0 size=  521216kB time=00:18:37.37 bitrate=3821.3kbits/s speed=4.88x
frame=26844 fps=117 q=26.0 size=  523776kB time=00:18:39.90 bitrate=3831.4kbits/s speed=4.88x
frame=26899 fps=117 q=26.0 size=  524800kB time=00:18:42.30 bitrate=3830.7kbits/s speed=4.88x
frame=26963 fps=117 q=26.0 size=  524800kB time=00:18:44.92 bitrate=3821.7kbits/s speed=4.88x
frame=27019 fps=117 q=24.0 size=  526848kB time=00:18:47.23 bitrate=3828.8kbits/s speed=4.88x
frame=27077 fps=117 q=26.0 size=  526848kB time=00:18:49.72 bitrate=3820.3kbits/s speed=4.88x
frame=27136 fps=117 q=26.0 size=  529408kB time=00:18:52.19 bitrate=3830.5kbits/s speed=4.88x
frame=27196 fps=117 q=26.0 size=  529408kB time=00:18:54.65 bitrate=3822.2kbits/s speed=4.88x
frame=27253 fps=117 q=24.0 size=  531968kB time=00:18:57.05 bitrate=3832.6kbits/s speed=4.88x
frame=27314 fps=117 q=26.0 size=  532992kB time=00:18:59.55 bitrate=3831.6kbits/s speed=4.88x
frame=27384 fps=117 q=26.0 size=  532992kB time=00:19:02.43 bitrate=3821.9kbits/s speed=4.88x
frame=27448 fps=117 q=26.0 size=  534528kB time=00:19:05.15 bitrate=3823.8kbits/s speed=4.88x
frame=27512 fps=117 q=26.0 size=  536576kB time=00:19:07.84 bitrate=3829.5kbits/s speed=4.88x
frame=27576 fps=117 q=26.0 size=  537600kB time=00:19:10.43 bitrate=3828.1kbits/s speed=4.88x
frame=27637 fps=117 q=26.0 size=  537600kB time=00:19:13.02 bitrate=3819.5kbits/s speed=4.88x
frame=27694 fps=117 q=24.0 size=  539392kB time=00:19:15.42 bitrate=3824.3kbits/s speed=4.88x
frame=27755 fps=117 q=26.0 size=  540928kB time=00:19:17.95 bitrate=3826.8kbits/s speed=4.88x
frame=27823 fps=117 q=26.0 size=  540928kB time=00:19:20.80 bitrate=3817.4kbits/s speed=4.88x
frame=27891 fps=117 q=26.0 size=  542976kB time=00:19:23.64 bitrate=3822.5kbits/s speed=4.88x
frame=27955 fps=117 q=26.0 size=  542976kB time=00:19:26.30 bitrate=3813.8kbits/s speed=4.88x
frame=28017 fps=117 q=24.0 size=  545024kB time=00:19:28.99 bitrate=3819.4kbits/s speed=4.88x
frame=28075 fps=117 q=26.0 size=  545024kB time=00:19:31.39 bitrate=3811.6kbits/s speed=4.88x
frame=28138 fps=117 q=24.0 size=  547328kB time=00:19:33.88 bitrate=3819.5kbits/s speed=4.88x
frame=28193 fps=117 q=26.0 size=  547328kB time=00:19:36.25 bitrate=3811.8kbits/s speed=4.88x
frame=28257 fps=117 q=26.0 size=  550400kB time=00:19:38.84 bitrate=3824.8kbits/s speed=4.88x
frame=28327 fps=117 q=26.0 size=  550400kB time=00:19:41.76 bitrate=3815.4kbits/s speed=4.89x
frame=28397 fps=117 q=26.0 size=  552448kB time=00:19:44.73 bitrate=3820.0kbits/s speed=4.89x
frame=28465 fps=117 q=23.0 size=  552448kB time=00:19:47.58 bitrate=3810.8kbits/s speed=4.89x
frame=28528 fps=117 q=26.0 size=  554240kB time=00:19:50.20 bitrate=3814.7kbits/s speed=4.89x
frame=28596 fps=117 q=26.0 size=  556288kB time=00:19:53.02 bitrate=3819.8kbits/s speed=4.89x
frame=28665 fps=117 q=26.0 size=  556288kB time=00:19:55.84 bitrate=3810.8kbits/s speed=4.89x
frame=28732 fps=117 q=26.0 size=  558592kB time=00:19:58.84 bitrate=3817.0kbits/s speed=4.89x
frame=28785 fps=117 q=24.0 size=  558592kB time=00:20:01.02 bitrate=3810.1kbits/s speed=4.89x
frame=28833 fps=117 q=24.0 size=  558592kB time=00:20:03.00 bitrate=3803.8kbits/s speed=4.89x
frame=28881 fps=117 q=24.0 size=  562432kB time=00:20:05.12 bitrate=3823.2kbits/s speed=4.89x
frame=28928 fps=117 q=26.0 size=  562432kB time=00:20:07.00 bitrate=3817.2kbits/s speed=4.89x
frame=28981 fps=117 q=24.0 size=  567296kB time=00:20:09.18 bitrate=3843.3kbits/s speed=4.89x
frame=29033 fps=117 q=26.0 size=  567296kB time=00:20:11.39 bitrate=3836.3kbits/s speed=4.88x
frame=29082 fps=117 q=26.0 size=  567296kB time=00:20:13.44 bitrate=3829.8kbits/s speed=4.88x
frame=29129 fps=117 q=24.0 size=  571904kB time=00:20:15.39 bitrate=3854.8kbits/s speed=4.88x
frame=29174 fps=117 q=24.0 size=  571904kB time=00:20:17.31 bitrate=3848.7kbits/s speed=4.88x
frame=29217 fps=117 q=26.0 size=  577024kB time=00:20:18.88 bitrate=3878.1kbits/s speed=4.87x
frame=29279 fps=117 q=26.0 size=  578304kB time=00:20:21.53 bitrate=3878.3kbits/s speed=4.87x
frame=29344 fps=117 q=26.0 size=  580352kB time=00:20:24.19 bitrate=3883.6kbits/s speed=4.87x
frame=29413 fps=117 q=26.0 size=  580352kB time=00:20:27.10 bitrate=3874.4kbits/s speed=4.88x
frame=29475 fps=117 q=24.0 size=  582144kB time=00:20:29.69 bitrate=3878.1kbits/s speed=4.88x
frame=29533 fps=117 q=24.0 size=  582400kB time=00:20:32.12 bitrate=3872.2kbits/s speed=4.88x
frame=29595 fps=117 q=26.0 size=  584704kB time=00:20:34.72 bitrate=3879.3kbits/s speed=4.88x
frame=29661 fps=117 q=26.0 size=  584704kB time=00:20:37.37 bitrate=3871.0kbits/s speed=4.88x
frame=29724 fps=117 q=26.0 size=  586240kB time=00:20:40.06 bitrate=3872.8kbits/s speed=4.88x
frame=29795 fps=117 q=26.0 size=  586496kB time=00:20:43.04 bitrate=3865.2kbits/s speed=4.88x
frame=29863 fps=117 q=26.0 size=  588288kB time=00:20:45.88 bitrate=3868.1kbits/s speed=4.88x
frame=29931 fps=117 q=26.0 size=  588288kB time=00:20:48.70 bitrate=3859.4kbits/s speed=4.88x
frame=29996 fps=117 q=24.0 size=  590336kB time=00:20:51.42 bitrate=3864.4kbits/s speed=4.88x
frame=30049 fps=117 q=24.0 size=  590336kB time=00:20:53.60 bitrate=3857.7kbits/s speed=4.88x
frame=30106 fps=117 q=24.0 size=  592640kB time=00:20:55.96 bitrate=3865.5kbits/s speed=4.88x
frame=30162 fps=117 q=24.0 size=  592640kB time=00:20:58.33 bitrate=3858.2kbits/s speed=4.88x
frame=30217 fps=117 q=26.0 size=  594688kB time=00:21:00.64 bitrate=3864.5kbits/s speed=4.88x
frame=30282 fps=117 q=26.0 size=  595200kB time=00:21:03.36 bitrate=3859.5kbits/s speed=4.88x
frame=30351 fps=117 q=26.0 size=  596992kB time=00:21:06.20 bitrate=3862.4kbits/s speed=4.88x
frame=30418 fps=117 q=26.0 size=  596992kB time=00:21:09.02 bitrate=3853.8kbits/s speed=4.88x
frame=30482 fps=117 q=26.0 size=  598784kB time=00:21:11.68 bitrate=3857.3kbits/s speed=4.88x
frame=30548 fps=117 q=26.0 size=  598784kB time=00:21:14.43 bitrate=3849.0kbits/s speed=4.89x
frame=30616 fps=117 q=26.0 size=  600832kB time=00:21:17.28 bitrate=3853.5kbits/s speed=4.89x
frame=30683 fps=117 q=26.0 size=  600832kB time=00:21:20.09 bitrate=3845.0kbits/s speed=4.89x
frame=30752 fps=117 q=26.0 size=  602624kB time=00:21:22.94 bitrate=3847.9kbits/s speed=4.89x
frame=30819 fps=117 q=26.0 size=  602624kB time=00:21:25.76 bitrate=3839.5kbits/s speed=4.89x
frame=30888 fps=117 q=26.0 size=  604416kB time=00:21:28.57 bitrate=3842.5kbits/s speed=4.89x
frame=30951 fps=117 q=26.0 size=  604416kB time=00:21:31.26 bitrate=3834.5kbits/s speed=4.89x
frame=31009 fps=117 q=24.0 size=  606464kB time=00:21:33.66 bitrate=3840.4kbits/s speed=4.89x
frame=31063 fps=117 q=24.0 size=  606464kB time=00:21:35.93 bitrate=3833.6kbits/s speed=4.89x
frame=31122 fps=117 q=26.0 size=  609024kB time=00:21:38.36 bitrate=3842.6kbits/s speed=4.89x
frame=31190 fps=117 q=26.0 size=  609024kB time=00:21:41.21 bitrate=3834.2kbits/s speed=4.89x
frame=31254 fps=117 q=26.0 size=  610816kB time=00:21:43.87 bitrate=3837.7kbits/s speed=4.89x
frame=31318 fps=117 q=26.0 size=  610816kB time=00:21:46.52 bitrate=3829.8kbits/s speed=4.89x
frame=31381 fps=117 q=26.0 size=  612864kB time=00:21:49.18 bitrate=3834.9kbits/s speed=4.89x
frame=31449 fps=117 q=26.0 size=  612864kB time=00:21:51.96 bitrate=3826.8kbits/s speed= 4.9x
frame=31516 fps=117 q=26.0 size=  614656kB time=00:21:54.78 bitrate=3829.7kbits/s speed= 4.9x
frame=31584 fps=117 q=26.0 size=  614656kB time=00:21:57.66 bitrate=3821.4kbits/s speed= 4.9x
frame=31649 fps=117 q=26.0 size=  616448kB time=00:22:00.38 bitrate=3824.6kbits/s speed= 4.9x
frame=31710 fps=117 q=24.0 size=  616448kB time=00:22:02.88 bitrate=3817.4kbits/s speed= 4.9x
frame=31767 fps=117 q=24.0 size=  618496kB time=00:22:05.21 bitrate=3823.3kbits/s speed= 4.9x
frame=31818 fps=117 q=24.0 size=  618496kB time=00:22:07.42 bitrate=3817.0kbits/s speed= 4.9x
frame=31878 fps=117 q=26.0 size=  621056kB time=00:22:09.85 bitrate=3825.7kbits/s speed= 4.9x
frame=31944 fps=117 q=26.0 size=  621056kB time=00:22:12.67 bitrate=3817.7kbits/s speed= 4.9x
frame=32007 fps=117 q=24.0 size=  622848kB time=00:22:15.23 bitrate=3821.3kbits/s speed= 4.9x
frame=32063 fps=117 q=24.0 size=  622848kB time=00:22:17.66 bitrate=3814.4kbits/s speed= 4.9x
frame=32122 fps=117 q=26.0 size=  625152kB time=00:22:20.06 bitrate=3821.6kbits/s speed= 4.9x
frame=32187 fps=117 q=26.0 size=  625152kB time=00:22:22.81 bitrate=3813.8kbits/s speed= 4.9x
frame=32251 fps=117 q=26.0 size=  626944kB time=00:22:25.44 bitrate=3817.3kbits/s speed= 4.9x
frame=32318 fps=117 q=26.0 size=  626944kB time=00:22:28.25 bitrate=3809.3kbits/s speed= 4.9x
frame=32388 fps=118 q=26.0 size=  628992kB time=00:22:31.20 bitrate=3813.4kbits/s speed= 4.9x
frame=32457 fps=118 q=26.0 size=  628992kB time=00:22:34.04 bitrate=3805.4kbits/s speed= 4.9x
frame=32520 fps=118 q=26.0 size=  630784kB time=00:22:36.70 bitrate=3808.8kbits/s speed= 4.9x
frame=32588 fps=118 q=26.0 size=  630784kB time=00:22:39.52 bitrate=3800.9kbits/s speed=4.91x
frame=32655 fps=118 q=26.0 size=  632832kB time=00:22:42.33 bitrate=3805.3kbits/s speed=4.91x
frame=32719 fps=118 q=26.0 size=  632832kB time=00:22:44.96 bitrate=3798.0kbits/s speed=4.91x
frame=32786 fps=118 q=26.0 size=  634624kB time=00:22:47.80 bitrate=3800.9kbits/s speed=4.91x
frame=32850 fps=118 q=26.0 size=  636416kB time=00:22:50.46 bitrate=3804.2kbits/s speed=4.91x
frame=32916 fps=118 q=26.0 size=  636672kB time=00:22:53.21 bitrate=3798.1kbits/s speed=4.91x
frame=32980 fps=118 q=26.0 size=  638464kB time=00:22:55.84 bitrate=3801.5kbits/s speed=4.91x
frame=33043 fps=118 q=26.0 size=  638464kB time=00:22:58.52 bitrate=3794.1kbits/s speed=4.91x
frame=33108 fps=118 q=26.0 size=  640256kB time=00:23:01.21 bitrate=3797.4kbits/s speed=4.91x
frame=33172 fps=118 q=26.0 size=  640512kB time=00:23:03.87 bitrate=3791.6kbits/s speed=4.91x
frame=33237 fps=118 q=26.0 size=  642560kB time=00:23:06.52 bitrate=3796.4kbits/s speed=4.91x
frame=33304 fps=118 q=26.0 size=  643584kB time=00:23:09.37 bitrate=3794.7kbits/s speed=4.91x
frame=33362 fps=118 q=-1.0 Lsize=  645352kB time=00:23:11.39 bitrate=3799.6kbits/s speed=4.91x
video:381831kB audio:260892kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 
0.409045%
[libx264 @ 0000025b791b41c0] frame I:214   Avg QP:18.77  size: 38677
[libx264 @ 0000025b791b41c0] frame P:8847  Avg QP:21.49  size: 21205
[libx264 @ 0000025b791b41c0] frame B:24301 Avg QP:24.04  size:  8029
[libx264 @ 0000025b791b41c0] consecutive B-frames:  1.5%  1.9%  6.2% 90.3%
[libx264 @ 0000025b791b41c0] mb I  I16..4:  9.5% 83.7%  6.8%
[libx264 @ 0000025b791b41c0] mb P  I16..4:  3.4% 15.2%  1.1%  P16..4: 40.5% 25.4% 13.8%  0.0%  0.0% 
   skip: 0.7%
[libx264 @ 0000025b791b41c0] mb B  I16..4:  0.7%  2.3%  0.1%  B16..8: 41.1%  8.2%  1.8% 
direct:23.7%  skip:22.0%  L0:40.2% L1:35.7% BI:24.0%
[libx264 @ 0000025b791b41c0] 8x8 transform intra:76.9% inter:80.5%
[libx264 @ 0000025b791b41c0] coded y,uvDC,uvAC intra: 68.7% 99.1% 86.6% inter: 38.7% 72.9% 37.3%
[libx264 @ 0000025b791b41c0] i16 v,h,dc,p: 25% 22% 10% 44%
[libx264 @ 0000025b791b41c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 23% 24%  4%  5%  5%  6%  5%  6%
[libx264 @ 0000025b791b41c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 28% 11%  5% 10%  9%  9%  6%  6%
[libx264 @ 0000025b791b41c0] i8c dc,h,v,p: 59% 18% 14%  9%
[libx264 @ 0000025b791b41c0] Weighted P-Frames: Y:28.1% UV:15.6%
[libx264 @ 0000025b791b41c0] ref P L0: 42.9% 15.3% 24.1% 14.7%  3.0%
[libx264 @ 0000025b791b41c0] ref B L0: 79.5% 16.7%  3.7%
[libx264 @ 0000025b791b41c0] ref B L1: 94.7%  5.3%
[libx264 @ 0000025b791b41c0] kb/s:2248.08


More information about the ffmpeg-user mailing list