Filarius

ffmpeg

Mar 5th, 2016
14
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Recording HLS livestream
  2.  
  3. ['ffmpeg.exe',
  4. '-i',
  5. 'http://web.site/path/playlist.m3u8?t=some_key',
  6. '-vcodec',
  7. 'copy',
  8. '-acodec',
  9. 'copy',
  10. '-bsf:a',
  11. 'aac_adtstoasc',
  12. '2016_03_05 17_19_05.flv']
  13. ffmpeg version N-78843-g1c7e2cf Copyright (c) 2000-2016 the FFmpeg developers
  14. built with gcc 5.3.0 (GCC)
  15. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  16. libavutil 55. 19.100 / 55. 19.100
  17. libavcodec 57. 27.101 / 57. 27.101
  18. libavformat 57. 27.100 / 57. 27.100
  19. libavdevice 57. 0.101 / 57. 0.101
  20. libavfilter 6. 37.100 / 6. 37.100
  21. libswscale 4. 0.100 / 4. 0.100
  22. libswresample 2. 0.101 / 2. 0.101
  23. libpostproc 54. 0.100 / 54. 0.100
  24. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6384600, dts=6390540, size=683
  25. [h264 @ 00000000004dd100] Increasing reorder buffer to 1
  26. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6393510, dts=6396480, size=802
  27. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6399540, dts=6402510, size=562
  28. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6405570, dts=6408540, size=508
  29. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6411510, dts=6414480, size=395
  30. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6417540, dts=6420510, size=376
  31. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6423570, dts=6426540, size=375
  32. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6429600, dts=6432570, size=275
  33. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6435540, dts=6438510, size=253
  34. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6441570, dts=6444540, size=277
  35. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6384600, dts=6390540, size=697
  36. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6393510, dts=6396480, size=816
  37. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6399540, dts=6402510, size=576
  38. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6405570, dts=6408540, size=522
  39. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6411510, dts=6414480, size=409
  40. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6417540, dts=6420510, size=390
  41. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6423570, dts=6426540, size=389
  42. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6429600, dts=6432570, size=289
  43. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6435540, dts=6438510, size=267
  44. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6441570, dts=6444540, size=291
  45. Input #0, hls,applehttp, from 'http://web.site/path/playlist.m3u8?t=some_key':
  46. Duration: N/A, start: 70.906000, bitrate: N/A
  47. Program 0
  48. Metadata:
  49. variant_bitrate : 0
  50. Stream #0:0: Data: timed_id3 (ID3 / 0x20334449)
  51. Stream #0:1: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 320x568, 29.97 tbr, 90k tbn, 180k tbc
  52. Stream #0:2: Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, mono, fltp, 45 kb/s
  53. Output #0, flv, to '2016_03_05 17_19_05.flv':
  54. Metadata:
  55. encoder : Lavf57.27.100
  56. Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 320x568, q=2-31, 29.97 tbr, 1k tbn, 90k tbc
  57. Stream #0:1: Audio: aac (LC) ([10][0][0][0] / 0x000A), 44100 Hz, mono, 45 kb/s
  58. Stream mapping:
  59. Stream #0:1 -> #0:0 (copy)
  60. Stream #0:2 -> #0:1 (copy)
  61. Press [q] to stop, [?] for help
  62. [flv @ 000000000056f600] Invalid DTS: 100 PTS: 34 in output stream 0:0, replacing by guess
  63. [flv @ 000000000056f600] Invalid DTS: 166 PTS: 133 in output stream 0:0, replacing by guess
  64. [flv @ 000000000056f600] Invalid DTS: 233 PTS: 200 in output stream 0:0, replacing by guess
  65. [flv @ 000000000056f600] Invalid DTS: 300 PTS: 267 in output stream 0:0, replacing by guess
  66. [flv @ 000000000056f600] Invalid DTS: 366 PTS: 333 in output stream 0:0, replacing by guess
  67. [flv @ 000000000056f600] Invalid DTS: 433 PTS: 400 in output stream 0:0, replacing by guess
  68. [flv @ 000000000056f600] Invalid DTS: 500 PTS: 467 in output stream 0:0, replacing by guess
  69. [flv @ 000000000056f600] Invalid DTS: 567 PTS: 534 in output stream 0:0, replacing by guess
  70. [flv @ 000000000056f600] Invalid DTS: 633 PTS: 600 in output stream 0:0, replacing by guess
  71. [flv @ 000000000056f600] Invalid DTS: 700 PTS: 667 in output stream 0:0, replacing by guess
  72. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6447600, dts=6450570, size=327
  73. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6447600, dts=6450570, size=341
  74. [flv @ 000000000056f600] Invalid DTS: 767 PTS: 734 in output stream 0:0, replacing by guess
  75. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6453540, dts=6456510, size=389
  76. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6453540, dts=6456510, size=403
  77. [flv @ 000000000056f600] Invalid DTS: 833 PTS: 800 in output stream 0:0, replacing by guess
  78. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6459570, dts=6462540, size=283
  79. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6459570, dts=6462540, size=297
  80. [flv @ 000000000056f600] Invalid DTS: 900 PTS: 867 in output stream 0:0, replacing by guess
  81. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6465600, dts=6468570, size=214
  82. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6465600, dts=6468570, size=228
  83. [flv @ 000000000056f600] Invalid DTS: 967 PTS: 934 in output stream 0:0, replacing by guess
  84. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6471540, dts=6474510, size=216
  85. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6471540, dts=6474510, size=230
  86. [flv @ 000000000056f600] Invalid DTS: 1033 PTS: 1000 in output stream 0:0, replacing by guess
  87. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6477570, dts=6480540, size=149
  88. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6477570, dts=6480540, size=163
  89. [flv @ 000000000056f600] Invalid DTS: 1100 PTS: 1067 in output stream 0:0, replacing by guess
  90. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6483600, dts=6486570, size=77
  91. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6483600, dts=6486570, size=91
  92. [flv @ 000000000056f600] Invalid DTS: 1167 PTS: 1134 in output stream 0:0, replacing by guess
  93. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6495570, dts=6498540, size=97
  94. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6495570, dts=6498540, size=111
  95. [flv @ 000000000056f600] Invalid DTS: 1300 PTS: 1267 in output stream 0:0, replacing by guess
  96. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6501600, dts=6504570, size=97
  97. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6501600, dts=6504570, size=111
  98. [flv @ 000000000056f600] Invalid DTS: 1367 PTS: 1334 in output stream 0:0, replacing by guess
  99. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6507630, dts=6510600, size=165
  100. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6507630, dts=6510600, size=179
  101. [flv @ 000000000056f600] Invalid DTS: 1434 PTS: 1401 in output stream 0:0, replacing by guess
  102. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6513570, dts=6516540, size=144
  103. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6513570, dts=6516540, size=158
  104. [flv @ 000000000056f600] Invalid DTS: 1500 PTS: 1467 in output stream 0:0, replacing by guess
  105. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6519600, dts=6522570, size=151
  106. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6519600, dts=6522570, size=165
  107. [flv @ 000000000056f600] Invalid DTS: 1567 PTS: 1534 in output stream 0:0, replacing by guess
  108. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6525630, dts=6528600, size=111
  109. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6525630, dts=6528600, size=125
  110. [flv @ 000000000056f600] Invalid DTS: 1634 PTS: 1601 in output stream 0:0, replacing by guess
  111. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6531570, dts=6534540, size=130
  112. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6531570, dts=6534540, size=144
  113. [flv @ 000000000056f600] Invalid DTS: 1700 PTS: 1667 in output stream 0:0, replacing by guess
  114. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6537600, dts=6540570, size=76
  115. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6537600, dts=6540570, size=90
  116. [flv @ 000000000056f600] Invalid DTS: 1767 PTS: 1734 in output stream 0:0, replacing by guess
  117. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6543630, dts=6546600, size=127
  118. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6543630, dts=6546600, size=141
  119. [flv @ 000000000056f600] Invalid DTS: 1834 PTS: 1801 in output stream 0:0, replacing by guess
  120. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6549660, dts=6552630, size=124
  121. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6549660, dts=6552630, size=138
  122. [flv @ 000000000056f600] Invalid DTS: 1901 PTS: 1868 in output stream 0:0, replacing by guess
  123. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6555600, dts=6558570, size=153
  124. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6555600, dts=6558570, size=167
  125. [flv @ 000000000056f600] Invalid DTS: 1967 PTS: 1934 in output stream 0:0, replacing by guess
  126. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6561630, dts=6564600, size=208
  127. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6561630, dts=6564600, size=222
  128. [flv @ 000000000056f600] Invalid DTS: 2034 PTS: 2001 in output stream 0:0, replacing by guess
  129. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6567660, dts=6570630, size=171
  130. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6567660, dts=6570630, size=185
  131. [flv @ 000000000056f600] Invalid DTS: 2101 PTS: 2068 in output stream 0:0, replacing by guess
  132. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6573600, dts=6576570, size=91
  133. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6573600, dts=6576570, size=105
  134. [flv @ 000000000056f600] Invalid DTS: 2167 PTS: 2134 in output stream 0:0, replacing by guess
  135. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6579630, dts=6582600, size=344
  136. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6579630, dts=6582600, size=358
  137. [flv @ 000000000056f600] Invalid DTS: 2234 PTS: 2201 in output stream 0:0, replacing by guess
  138. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6585660, dts=6588630, size=234
  139. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6585660, dts=6588630, size=248
  140. [flv @ 000000000056f600] Invalid DTS: 2301 PTS: 2268 in output stream 0:0, replacing by guess
  141. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6591690, dts=6594660, size=307
  142. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6591690, dts=6594660, size=321
  143. [flv @ 000000000056f600] Invalid DTS: 2368 PTS: 2335 in output stream 0:0, replacing by guess
  144. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6603660, dts=6606630, size=112
  145. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6603660, dts=6606630, size=126
  146. [flv @ 000000000056f600] Invalid DTS: 2501 PTS: 2468 in output stream 0:0, replacing by guess
  147. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6609690, dts=6612660, size=89
  148. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6609690, dts=6612660, size=103
  149. [flv @ 000000000056f600] Invalid DTS: 2568 PTS: 2535 in output stream 0:0, replacing by guess
  150. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6615630, dts=6618600, size=108
  151. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6615630, dts=6618600, size=122
  152. [flv @ 000000000056f600] Invalid DTS: 2634 PTS: 2601 in output stream 0:0, replacing by guess
  153. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6621660, dts=6624630, size=93
  154. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6621660, dts=6624630, size=107
  155. [flv @ 000000000056f600] Invalid DTS: 2701 PTS: 2668 in output stream 0:0, replacing by guess
  156. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6627690, dts=6630660, size=93
  157. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6627690, dts=6630660, size=107
  158. [flv @ 000000000056f600] Invalid DTS: 2768 PTS: 2735 in output stream 0:0, replacing by guess
  159. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6633630, dts=6636600, size=122
  160. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6633630, dts=6636600, size=136
  161. [flv @ 000000000056f600] Invalid DTS: 2834 PTS: 2801 in output stream 0:0, replacing by guess
  162. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6639660, dts=6642630, size=132
  163. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6639660, dts=6642630, size=146
  164. [flv @ 000000000056f600] Invalid DTS: 2901 PTS: 2868 in output stream 0:0, replacing by guess
  165. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6645690, dts=6648660, size=132
  166. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6645690, dts=6648660, size=146
  167. [flv @ 000000000056f600] Invalid DTS: 2968 PTS: 2935 in output stream 0:0, replacing by guess
  168. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6651720, dts=6654690, size=132
  169. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6651720, dts=6654690, size=146
  170. [flv @ 000000000056f600] Invalid DTS: 3035 PTS: 3002 in output stream 0:0, replacing by guess
  171. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6657660, dts=6660630, size=162
  172. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6657660, dts=6660630, size=176
  173. [flv @ 000000000056f600] Invalid DTS: 3101 PTS: 3068 in output stream 0:0, replacing by guess
  174. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6663690, dts=6666660, size=111
  175. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6663690, dts=6666660, size=125
  176. [flv @ 000000000056f600] Invalid DTS: 3168 PTS: 3135 in output stream 0:0, replacing by guess
  177. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6669720, dts=6672690, size=118
  178. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6669720, dts=6672690, size=132
  179. [flv @ 000000000056f600] Invalid DTS: 3235 PTS: 3202 in output stream 0:0, replacing by guess
  180. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6675660, dts=6678630, size=103
  181. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6675660, dts=6678630, size=117
  182. [flv @ 000000000056f600] Invalid DTS: 3301 PTS: 3268 in output stream 0:0, replacing by guess
  183. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6681690, dts=6684660, size=98
  184. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6681690, dts=6684660, size=112
  185. [flv @ 000000000056f600] Invalid DTS: 3368 PTS: 3335 in output stream 0:0, replacing by guess
  186. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6687720, dts=6690690, size=128
  187. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6687720, dts=6690690, size=142
  188. [flv @ 000000000056f600] Invalid DTS: 3435 PTS: 3402 in output stream 0:0, replacing by guess
  189. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6693660, dts=6696630, size=146
  190. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6693660, dts=6696630, size=160
  191. [flv @ 000000000056f600] Invalid DTS: 3501 PTS: 3468 in output stream 0:0, replacing by guess
  192. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6699690, dts=6702660, size=117
  193. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6699690, dts=6702660, size=131
  194. [flv @ 000000000056f600] Invalid DTS: 3568 PTS: 3535 in output stream 0:0, replacing by guess
  195. skipping 1 segments ahead, expired from playlists
  196. [mpegts @ 00000000004da1e0] DTS 6381540 < 6705720 out of order
  197. [hls,applehttp @ 00000000004d4200] DTS 6381540 < 6702660 out of order
  198. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 0; changing to 3568. This may result in incorrect timestamps in the output file.
  199. frame= 109 fps= 27 q=-1.0 size= 134kB time=00:00:04.07 bitrate= 270.5kbits/s speed=1.02x
  200. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6384600, dts=6390540, size=683
  201. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 33; changing to 3568. This may result in incorrect timestamps in the output file.
  202. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6384600, dts=6390540, size=697
  203. [flv @ 000000000056f600] Invalid DTS: 100 PTS: 34 in output stream 0:0, replacing by guess
  204. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 100; changing to 3568. This may result in incorrect timestamps in the output file.
  205. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6393510, dts=6396480, size=802
  206. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 133; changing to 3568. This may result in incorrect timestamps in the output file.
  207. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6393510, dts=6396480, size=816
  208. [flv @ 000000000056f600] Invalid DTS: 166 PTS: 133 in output stream 0:0, replacing by guess
  209. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 166; changing to 3568. This may result in incorrect timestamps in the output file.
  210. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6399540, dts=6402510, size=562
  211. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 200; changing to 3568. This may result in incorrect timestamps in the output file.
  212. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6399540, dts=6402510, size=576
  213. [flv @ 000000000056f600] Invalid DTS: 233 PTS: 200 in output stream 0:0, replacing by guess
  214. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 233; changing to 3568. This may result in incorrect timestamps in the output file.
  215. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6405570, dts=6408540, size=508
  216. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 266; changing to 3568. This may result in incorrect timestamps in the output file.
  217. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6405570, dts=6408540, size=522
  218. [flv @ 000000000056f600] Invalid DTS: 300 PTS: 267 in output stream 0:0, replacing by guess
  219. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 300; changing to 3568. This may result in incorrect timestamps in the output file.
  220. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6411510, dts=6414480, size=395
  221. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 333; changing to 3568. This may result in incorrect timestamps in the output file.
  222. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6411510, dts=6414480, size=409
  223. [flv @ 000000000056f600] Invalid DTS: 366 PTS: 333 in output stream 0:0, replacing by guess
  224. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 366; changing to 3568. This may result in incorrect timestamps in the output file.
  225. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6417540, dts=6420510, size=376
  226. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 400; changing to 3568. This may result in incorrect timestamps in the output file.
  227. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6417540, dts=6420510, size=390
  228. [flv @ 000000000056f600] Invalid DTS: 433 PTS: 400 in output stream 0:0, replacing by guess
  229. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 433; changing to 3568. This may result in incorrect timestamps in the output file.
  230. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6423570, dts=6426540, size=375
  231. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 466; changing to 3568. This may result in incorrect timestamps in the output file.
  232. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6423570, dts=6426540, size=389
  233. [flv @ 000000000056f600] Invalid DTS: 500 PTS: 467 in output stream 0:0, replacing by guess
  234. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 500; changing to 3568. This may result in incorrect timestamps in the output file.
  235. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6429600, dts=6432570, size=275
  236. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 533; changing to 3568. This may result in incorrect timestamps in the output file.
  237. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 587; changing to 4047. This may result in incorrect timestamps in the output file.
  238. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 610; changing to 4047. This may result in incorrect timestamps in the output file.
  239. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 633; changing to 4047. This may result in incorrect timestamps in the output file.
  240. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 657; changing to 4047. This may result in incorrect timestamps in the output file.
  241. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 680; changing to 4047. This may result in incorrect timestamps in the output file.
  242. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 703; changing to 4047. This may result in incorrect timestamps in the output file.
  243. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 726; changing to 4047. This may result in incorrect timestamps in the output file.
  244. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 750; changing to 4047. This may result in incorrect timestamps in the output file.
  245. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 773; changing to 4047. This may result in incorrect timestamps in the output file.
  246. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 796; changing to 4047. This may result in incorrect timestamps in the output file.
  247. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6429600, dts=6432570, size=289
  248. [flv @ 000000000056f600] Invalid DTS: 567 PTS: 534 in output stream 0:0, replacing by guess
  249. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 567; changing to 3568. This may result in incorrect timestamps in the output file.
  250. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6435540, dts=6438510, size=253
  251. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 600; changing to 3568. This may result in incorrect timestamps in the output file.
  252. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 819; changing to 4047. This may result in incorrect timestamps in the output file.
  253. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 842; changing to 4047. This may result in incorrect timestamps in the output file.
  254. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 865; changing to 4047. This may result in incorrect timestamps in the output file.
  255. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 889; changing to 4047. This may result in incorrect timestamps in the output file.
  256. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 912; changing to 4047. This may result in incorrect timestamps in the output file.
  257. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 935; changing to 4047. This may result in incorrect timestamps in the output file.
  258. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 958; changing to 4047. This may result in incorrect timestamps in the output file.
  259. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 982; changing to 4047. This may result in incorrect timestamps in the output file.
  260. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1005; changing to 4047. This may result in incorrect timestamps in the output file.
  261. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1028; changing to 4047. This may result in incorrect timestamps in the output file.
  262. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1051; changing to 4047. This may result in incorrect timestamps in the output file.
  263. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1074; changing to 4047. This may result in incorrect timestamps in the output file.
  264. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1097; changing to 4047. This may result in incorrect timestamps in the output file.
  265. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1121; changing to 4047. This may result in incorrect timestamps in the output file.
  266. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1144; changing to 4047. This may result in incorrect timestamps in the output file.
  267. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1167; changing to 4047. This may result in incorrect timestamps in the output file.
  268. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1190; changing to 4047. This may result in incorrect timestamps in the output file.
  269. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1214; changing to 4047. This may result in incorrect timestamps in the output file.
  270. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1237; changing to 4047. This may result in incorrect timestamps in the output file.
  271. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1260; changing to 4047. This may result in incorrect timestamps in the output file.
  272. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6435540, dts=6438510, size=267
  273. [flv @ 000000000056f600] Invalid DTS: 633 PTS: 600 in output stream 0:0, replacing by guess
  274. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 633; changing to 3568. This may result in incorrect timestamps in the output file.
  275. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6441570, dts=6444540, size=277
  276. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 667; changing to 3568. This may result in incorrect timestamps in the output file.
  277. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6441570, dts=6444540, size=291
  278. [flv @ 000000000056f600] Invalid DTS: 700 PTS: 667 in output stream 0:0, replacing by guess
  279. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 700; changing to 3568. This may result in incorrect timestamps in the output file.
  280. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6447600, dts=6450570, size=327
  281. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 733; changing to 3568. This may result in incorrect timestamps in the output file.
  282. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6447600, dts=6450570, size=341
  283. [flv @ 000000000056f600] Invalid DTS: 767 PTS: 734 in output stream 0:0, replacing by guess
  284. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 767; changing to 3568. This may result in incorrect timestamps in the output file.
  285. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6453540, dts=6456510, size=389
  286. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 800; changing to 3568. This may result in incorrect timestamps in the output file.
  287. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6453540, dts=6456510, size=403
  288. [flv @ 000000000056f600] Invalid DTS: 833 PTS: 800 in output stream 0:0, replacing by guess
  289. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 833; changing to 3568. This may result in incorrect timestamps in the output file.
  290. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6459570, dts=6462540, size=283
  291. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 867; changing to 3568. This may result in incorrect timestamps in the output file.
  292. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6459570, dts=6462540, size=297
  293. [flv @ 000000000056f600] Invalid DTS: 900 PTS: 867 in output stream 0:0, replacing by guess
  294. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 900; changing to 3568. This may result in incorrect timestamps in the output file.
  295. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6465600, dts=6468570, size=214
  296. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 933; changing to 3568. This may result in incorrect timestamps in the output file.
  297. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1284; changing to 4047. This may result in incorrect timestamps in the output file.
  298. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1307; changing to 4047. This may result in incorrect timestamps in the output file.
  299. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1330; changing to 4047. This may result in incorrect timestamps in the output file.
  300. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1354; changing to 4047. This may result in incorrect timestamps in the output file.
  301. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1377; changing to 4047. This may result in incorrect timestamps in the output file.
  302. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1400; changing to 4047. This may result in incorrect timestamps in the output file.
  303. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1423; changing to 4047. This may result in incorrect timestamps in the output file.
  304. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1447; changing to 4047. This may result in incorrect timestamps in the output file.
  305. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1470; changing to 4047. This may result in incorrect timestamps in the output file.
  306. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1493; changing to 4047. This may result in incorrect timestamps in the output file.
  307. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6465600, dts=6468570, size=228
  308. [flv @ 000000000056f600] Invalid DTS: 967 PTS: 934 in output stream 0:0, replacing by guess
  309. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 967; changing to 3568. This may result in incorrect timestamps in the output file.
  310. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6471540, dts=6474510, size=216
  311. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1000; changing to 3568. This may result in incorrect timestamps in the output file.
  312. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6471540, dts=6474510, size=230
  313. [flv @ 000000000056f600] Invalid DTS: 1033 PTS: 1000 in output stream 0:0, replacing by guess
  314. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1033; changing to 3568. This may result in incorrect timestamps in the output file.
  315. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6477570, dts=6480540, size=149
  316. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1067; changing to 3568. This may result in incorrect timestamps in the output file.
  317. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6477570, dts=6480540, size=163
  318. [flv @ 000000000056f600] Invalid DTS: 1100 PTS: 1067 in output stream 0:0, replacing by guess
  319. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1100; changing to 3568. This may result in incorrect timestamps in the output file.
  320. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6483600, dts=6486570, size=77
  321. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1134; changing to 3568. This may result in incorrect timestamps in the output file.
  322. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6483600, dts=6486570, size=91
  323. [flv @ 000000000056f600] Invalid DTS: 1167 PTS: 1134 in output stream 0:0, replacing by guess
  324. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1167; changing to 3568. This may result in incorrect timestamps in the output file.
  325. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1516; changing to 4047. This may result in incorrect timestamps in the output file.
  326. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1539; changing to 4047. This may result in incorrect timestamps in the output file.
  327. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1562; changing to 4047. This may result in incorrect timestamps in the output file.
  328. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1586; changing to 4047. This may result in incorrect timestamps in the output file.
  329. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1609; changing to 4047. This may result in incorrect timestamps in the output file.
  330. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1632; changing to 4047. This may result in incorrect timestamps in the output file.
  331. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1655; changing to 4047. This may result in incorrect timestamps in the output file.
  332. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1679; changing to 4047. This may result in incorrect timestamps in the output file.
  333. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1702; changing to 4047. This may result in incorrect timestamps in the output file.
  334. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1725; changing to 4047. This may result in incorrect timestamps in the output file.
  335. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1200; changing to 3568. This may result in incorrect timestamps in the output file.
  336. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1234; changing to 3568. This may result in incorrect timestamps in the output file.
  337. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6495570, dts=6498540, size=97
  338. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1267; changing to 3568. This may result in incorrect timestamps in the output file.
  339. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6495570, dts=6498540, size=111
  340. [flv @ 000000000056f600] Invalid DTS: 1300 PTS: 1267 in output stream 0:0, replacing by guess
  341. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1300; changing to 3568. This may result in incorrect timestamps in the output file.
  342. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6501600, dts=6504570, size=97
  343. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1334; changing to 3568. This may result in incorrect timestamps in the output file.
  344. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6501600, dts=6504570, size=111
  345. [flv @ 000000000056f600] Invalid DTS: 1367 PTS: 1334 in output stream 0:0, replacing by guess
  346. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1367; changing to 3568. This may result in incorrect timestamps in the output file.
  347. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1748; changing to 4047. This may result in incorrect timestamps in the output file.
  348. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1771; changing to 4047. This may result in incorrect timestamps in the output file.
  349. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1794; changing to 4047. This may result in incorrect timestamps in the output file.
  350. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1818; changing to 4047. This may result in incorrect timestamps in the output file.
  351. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1841; changing to 4047. This may result in incorrect timestamps in the output file.
  352. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1864; changing to 4047. This may result in incorrect timestamps in the output file.
  353. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1887; changing to 4047. This may result in incorrect timestamps in the output file.
  354. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1911; changing to 4047. This may result in incorrect timestamps in the output file.
  355. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1934; changing to 4047. This may result in incorrect timestamps in the output file.
  356. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1957; changing to 4047. This may result in incorrect timestamps in the output file.
  357. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6507630, dts=6510600, size=165
  358. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1400; changing to 3568. This may result in incorrect timestamps in the output file.
  359. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6507630, dts=6510600, size=179
  360. [flv @ 000000000056f600] Invalid DTS: 1434 PTS: 1401 in output stream 0:0, replacing by guess
  361. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1434; changing to 3568. This may result in incorrect timestamps in the output file.
  362. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6513570, dts=6516540, size=144
  363. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1467; changing to 3568. This may result in incorrect timestamps in the output file.
  364. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6513570, dts=6516540, size=158
  365. [flv @ 000000000056f600] Invalid DTS: 1500 PTS: 1467 in output stream 0:0, replacing by guess
  366. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1500; changing to 3568. This may result in incorrect timestamps in the output file.
  367. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6519600, dts=6522570, size=151
  368. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1534; changing to 3568. This may result in incorrect timestamps in the output file.
  369. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6519600, dts=6522570, size=165
  370. [flv @ 000000000056f600] Invalid DTS: 1567 PTS: 1534 in output stream 0:0, replacing by guess
  371. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1567; changing to 3568. This may result in incorrect timestamps in the output file.
  372. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6525630, dts=6528600, size=111
  373. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1600; changing to 3568. This may result in incorrect timestamps in the output file.
  374. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6525630, dts=6528600, size=125
  375. [flv @ 000000000056f600] Invalid DTS: 1634 PTS: 1601 in output stream 0:0, replacing by guess
  376. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1634; changing to 3568. This may result in incorrect timestamps in the output file.
  377. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6531570, dts=6534540, size=130
  378. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1667; changing to 3568. This may result in incorrect timestamps in the output file.
  379. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6531570, dts=6534540, size=144
  380. [flv @ 000000000056f600] Invalid DTS: 1700 PTS: 1667 in output stream 0:0, replacing by guess
  381. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1700; changing to 3568. This may result in incorrect timestamps in the output file.
  382. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6537600, dts=6540570, size=76
  383. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1734; changing to 3568. This may result in incorrect timestamps in the output file.
  384. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 1980; changing to 4047. This may result in incorrect timestamps in the output file.
  385. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2003; changing to 4047. This may result in incorrect timestamps in the output file.
  386. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2026; changing to 4047. This may result in incorrect timestamps in the output file.
  387. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2050; changing to 4047. This may result in incorrect timestamps in the output file.
  388. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2073; changing to 4047. This may result in incorrect timestamps in the output file.
  389. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2096; changing to 4047. This may result in incorrect timestamps in the output file.
  390. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2119; changing to 4047. This may result in incorrect timestamps in the output file.
  391. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2143; changing to 4047. This may result in incorrect timestamps in the output file.
  392. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2166; changing to 4047. This may result in incorrect timestamps in the output file.
  393. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2189; changing to 4047. This may result in incorrect timestamps in the output file.
  394. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6537600, dts=6540570, size=90
  395. [flv @ 000000000056f600] Invalid DTS: 1767 PTS: 1734 in output stream 0:0, replacing by guess
  396. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1767; changing to 3568. This may result in incorrect timestamps in the output file.
  397. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6543630, dts=6546600, size=127
  398. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1801; changing to 3568. This may result in incorrect timestamps in the output file.
  399. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6543630, dts=6546600, size=141
  400. [flv @ 000000000056f600] Invalid DTS: 1834 PTS: 1801 in output stream 0:0, replacing by guess
  401. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1834; changing to 3568. This may result in incorrect timestamps in the output file.
  402. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6549660, dts=6552630, size=124
  403. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1867; changing to 3568. This may result in incorrect timestamps in the output file.
  404. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6549660, dts=6552630, size=138
  405. [flv @ 000000000056f600] Invalid DTS: 1901 PTS: 1868 in output stream 0:0, replacing by guess
  406. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1901; changing to 3568. This may result in incorrect timestamps in the output file.
  407. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6555600, dts=6558570, size=153
  408. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1934; changing to 3568. This may result in incorrect timestamps in the output file.
  409. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2212; changing to 4047. This may result in incorrect timestamps in the output file.
  410. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2235; changing to 4047. This may result in incorrect timestamps in the output file.
  411. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2258; changing to 4047. This may result in incorrect timestamps in the output file.
  412. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2282; changing to 4047. This may result in incorrect timestamps in the output file.
  413. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2305; changing to 4047. This may result in incorrect timestamps in the output file.
  414. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2328; changing to 4047. This may result in incorrect timestamps in the output file.
  415. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2351; changing to 4047. This may result in incorrect timestamps in the output file.
  416. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2375; changing to 4047. This may result in incorrect timestamps in the output file.
  417. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2398; changing to 4047. This may result in incorrect timestamps in the output file.
  418. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2421; changing to 4047. This may result in incorrect timestamps in the output file.
  419. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6555600, dts=6558570, size=167
  420. [flv @ 000000000056f600] Invalid DTS: 1967 PTS: 1934 in output stream 0:0, replacing by guess
  421. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 1967; changing to 3568. This may result in incorrect timestamps in the output file.
  422. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6561630, dts=6564600, size=208
  423. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2001; changing to 3568. This may result in incorrect timestamps in the output file.
  424. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6561630, dts=6564600, size=222
  425. [flv @ 000000000056f600] Invalid DTS: 2034 PTS: 2001 in output stream 0:0, replacing by guess
  426. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2034; changing to 3568. This may result in incorrect timestamps in the output file.
  427. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6567660, dts=6570630, size=171
  428. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2067; changing to 3568. This may result in incorrect timestamps in the output file.
  429. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6567660, dts=6570630, size=185
  430. [flv @ 000000000056f600] Invalid DTS: 2101 PTS: 2068 in output stream 0:0, replacing by guess
  431. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2101; changing to 3568. This may result in incorrect timestamps in the output file.
  432. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6573600, dts=6576570, size=91
  433. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2134; changing to 3568. This may result in incorrect timestamps in the output file.
  434. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6573600, dts=6576570, size=105
  435. [flv @ 000000000056f600] Invalid DTS: 2167 PTS: 2134 in output stream 0:0, replacing by guess
  436. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2167; changing to 3568. This may result in incorrect timestamps in the output file.
  437. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6579630, dts=6582600, size=344
  438. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2201; changing to 3568. This may result in incorrect timestamps in the output file.
  439. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6579630, dts=6582600, size=358
  440. [flv @ 000000000056f600] Invalid DTS: 2234 PTS: 2201 in output stream 0:0, replacing by guess
  441. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2234; changing to 3568. This may result in incorrect timestamps in the output file.
  442. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6585660, dts=6588630, size=234
  443. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2267; changing to 3568. This may result in incorrect timestamps in the output file.
  444. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6585660, dts=6588630, size=248
  445. [flv @ 000000000056f600] Invalid DTS: 2301 PTS: 2268 in output stream 0:0, replacing by guess
  446. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2301; changing to 3568. This may result in incorrect timestamps in the output file.
  447. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6591690, dts=6594660, size=307
  448. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2334; changing to 3568. This may result in incorrect timestamps in the output file.
  449. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6591690, dts=6594660, size=321
  450. [flv @ 000000000056f600] Invalid DTS: 2368 PTS: 2335 in output stream 0:0, replacing by guess
  451. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2368; changing to 3568. This may result in incorrect timestamps in the output file.
  452. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2445; changing to 4047. This may result in incorrect timestamps in the output file.
  453. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2468; changing to 4047. This may result in incorrect timestamps in the output file.
  454. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2491; changing to 4047. This may result in incorrect timestamps in the output file.
  455. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2515; changing to 4047. This may result in incorrect timestamps in the output file.
  456. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2538; changing to 4047. This may result in incorrect timestamps in the output file.
  457. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2561; changing to 4047. This may result in incorrect timestamps in the output file.
  458. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2584; changing to 4047. This may result in incorrect timestamps in the output file.
  459. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2608; changing to 4047. This may result in incorrect timestamps in the output file.
  460. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2631; changing to 4047. This may result in incorrect timestamps in the output file.
  461. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2654; changing to 4047. This may result in incorrect timestamps in the output file.
  462. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2677; changing to 4047. This may result in incorrect timestamps in the output file.
  463. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2700; changing to 4047. This may result in incorrect timestamps in the output file.
  464. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2723; changing to 4047. This may result in incorrect timestamps in the output file.
  465. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2747; changing to 4047. This may result in incorrect timestamps in the output file.
  466. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2770; changing to 4047. This may result in incorrect timestamps in the output file.
  467. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2793; changing to 4047. This may result in incorrect timestamps in the output file.
  468. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2816; changing to 4047. This may result in incorrect timestamps in the output file.
  469. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2840; changing to 4047. This may result in incorrect timestamps in the output file.
  470. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2863; changing to 4047. This may result in incorrect timestamps in the output file.
  471. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2886; changing to 4047. This may result in incorrect timestamps in the output file.
  472. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2401; changing to 3568. This may result in incorrect timestamps in the output file.
  473. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2434; changing to 3568. This may result in incorrect timestamps in the output file.
  474. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6603660, dts=6606630, size=112
  475. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2468; changing to 3568. This may result in incorrect timestamps in the output file.
  476. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6603660, dts=6606630, size=126
  477. [flv @ 000000000056f600] Invalid DTS: 2501 PTS: 2468 in output stream 0:0, replacing by guess
  478. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2501; changing to 3568. This may result in incorrect timestamps in the output file.
  479. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2909; changing to 4047. This may result in incorrect timestamps in the output file.
  480. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2932; changing to 4047. This may result in incorrect timestamps in the output file.
  481. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2955; changing to 4047. This may result in incorrect timestamps in the output file.
  482. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 2979; changing to 4047. This may result in incorrect timestamps in the output file.
  483. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3002; changing to 4047. This may result in incorrect timestamps in the output file.
  484. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3025; changing to 4047. This may result in incorrect timestamps in the output file.
  485. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3048; changing to 4047. This may result in incorrect timestamps in the output file.
  486. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3072; changing to 4047. This may result in incorrect timestamps in the output file.
  487. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3095; changing to 4047. This may result in incorrect timestamps in the output file.
  488. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3118; changing to 4047. This may result in incorrect timestamps in the output file.
  489. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6609690, dts=6612660, size=89
  490. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2534; changing to 3568. This may result in incorrect timestamps in the output file.
  491. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6609690, dts=6612660, size=103
  492. [flv @ 000000000056f600] Invalid DTS: 2568 PTS: 2535 in output stream 0:0, replacing by guess
  493. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2568; changing to 3568. This may result in incorrect timestamps in the output file.
  494. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6615630, dts=6618600, size=108
  495. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2601; changing to 3568. This may result in incorrect timestamps in the output file.
  496. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6615630, dts=6618600, size=122
  497. [flv @ 000000000056f600] Invalid DTS: 2634 PTS: 2601 in output stream 0:0, replacing by guess
  498. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2634; changing to 3568. This may result in incorrect timestamps in the output file.
  499. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6621660, dts=6624630, size=93
  500. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2668; changing to 3568. This may result in incorrect timestamps in the output file.
  501. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6621660, dts=6624630, size=107
  502. [flv @ 000000000056f600] Invalid DTS: 2701 PTS: 2668 in output stream 0:0, replacing by guess
  503. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2701; changing to 3568. This may result in incorrect timestamps in the output file.
  504. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6627690, dts=6630660, size=93
  505. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2734; changing to 3568. This may result in incorrect timestamps in the output file.
  506. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6627690, dts=6630660, size=107
  507. [flv @ 000000000056f600] Invalid DTS: 2768 PTS: 2735 in output stream 0:0, replacing by guess
  508. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2768; changing to 3568. This may result in incorrect timestamps in the output file.
  509. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6633630, dts=6636600, size=122
  510. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2801; changing to 3568. This may result in incorrect timestamps in the output file.
  511. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6633630, dts=6636600, size=136
  512. [flv @ 000000000056f600] Invalid DTS: 2834 PTS: 2801 in output stream 0:0, replacing by guess
  513. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2834; changing to 3568. This may result in incorrect timestamps in the output file.
  514. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6639660, dts=6642630, size=132
  515. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2868; changing to 3568. This may result in incorrect timestamps in the output file.
  516. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6639660, dts=6642630, size=146
  517. [flv @ 000000000056f600] Invalid DTS: 2901 PTS: 2868 in output stream 0:0, replacing by guess
  518. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2901; changing to 3568. This may result in incorrect timestamps in the output file.
  519. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6645690, dts=6648660, size=132
  520. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2935; changing to 3568. This may result in incorrect timestamps in the output file.
  521. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6645690, dts=6648660, size=146
  522. [flv @ 000000000056f600] Invalid DTS: 2968 PTS: 2935 in output stream 0:0, replacing by guess
  523. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 2968; changing to 3568. This may result in incorrect timestamps in the output file.
  524. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6651720, dts=6654690, size=132
  525. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3001; changing to 3568. This may result in incorrect timestamps in the output file.
  526. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6651720, dts=6654690, size=146
  527. [flv @ 000000000056f600] Invalid DTS: 3035 PTS: 3002 in output stream 0:0, replacing by guess
  528. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3035; changing to 3568. This may result in incorrect timestamps in the output file.
  529. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6657660, dts=6660630, size=162
  530. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3068; changing to 3568. This may result in incorrect timestamps in the output file.
  531. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6657660, dts=6660630, size=176
  532. [flv @ 000000000056f600] Invalid DTS: 3101 PTS: 3068 in output stream 0:0, replacing by guess
  533. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3101; changing to 3568. This may result in incorrect timestamps in the output file.
  534. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3141; changing to 4047. This may result in incorrect timestamps in the output file.
  535. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3164; changing to 4047. This may result in incorrect timestamps in the output file.
  536. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3187; changing to 4047. This may result in incorrect timestamps in the output file.
  537. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3211; changing to 4047. This may result in incorrect timestamps in the output file.
  538. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3234; changing to 4047. This may result in incorrect timestamps in the output file.
  539. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3257; changing to 4047. This may result in incorrect timestamps in the output file.
  540. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3280; changing to 4047. This may result in incorrect timestamps in the output file.
  541. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3304; changing to 4047. This may result in incorrect timestamps in the output file.
  542. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3327; changing to 4047. This may result in incorrect timestamps in the output file.
  543. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3350; changing to 4047. This may result in incorrect timestamps in the output file.
  544. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6663690, dts=6666660, size=111
  545. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3135; changing to 3568. This may result in incorrect timestamps in the output file.
  546. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3373; changing to 4047. This may result in incorrect timestamps in the output file.
  547. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3396; changing to 4047. This may result in incorrect timestamps in the output file.
  548. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3419; changing to 4047. This may result in incorrect timestamps in the output file.
  549. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3443; changing to 4047. This may result in incorrect timestamps in the output file.
  550. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3466; changing to 4047. This may result in incorrect timestamps in the output file.
  551. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3489; changing to 4047. This may result in incorrect timestamps in the output file.
  552. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3512; changing to 4047. This may result in incorrect timestamps in the output file.
  553. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3536; changing to 4047. This may result in incorrect timestamps in the output file.
  554. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3559; changing to 4047. This may result in incorrect timestamps in the output file.
  555. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3582; changing to 4047. This may result in incorrect timestamps in the output file.
  556. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6663690, dts=6666660, size=125
  557. [flv @ 000000000056f600] Invalid DTS: 3168 PTS: 3135 in output stream 0:0, replacing by guess
  558. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3168; changing to 3568. This may result in incorrect timestamps in the output file.
  559. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6669720, dts=6672690, size=118
  560. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3201; changing to 3568. This may result in incorrect timestamps in the output file.
  561. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3606; changing to 4047. This may result in incorrect timestamps in the output file.
  562. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3629; changing to 4047. This may result in incorrect timestamps in the output file.
  563. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3652; changing to 4047. This may result in incorrect timestamps in the output file.
  564. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3676; changing to 4047. This may result in incorrect timestamps in the output file.
  565. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3699; changing to 4047. This may result in incorrect timestamps in the output file.
  566. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3722; changing to 4047. This may result in incorrect timestamps in the output file.
  567. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3745; changing to 4047. This may result in incorrect timestamps in the output file.
  568. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3769; changing to 4047. This may result in incorrect timestamps in the output file.
  569. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3792; changing to 4047. This may result in incorrect timestamps in the output file.
  570. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3815; changing to 4047. This may result in incorrect timestamps in the output file.
  571. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6669720, dts=6672690, size=132
  572. [flv @ 000000000056f600] Invalid DTS: 3235 PTS: 3202 in output stream 0:0, replacing by guess
  573. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3235; changing to 3568. This may result in incorrect timestamps in the output file.
  574. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6675660, dts=6678630, size=103
  575. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3268; changing to 3568. This may result in incorrect timestamps in the output file.
  576. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6675660, dts=6678630, size=117
  577. [flv @ 000000000056f600] Invalid DTS: 3301 PTS: 3268 in output stream 0:0, replacing by guess
  578. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3301; changing to 3568. This may result in incorrect timestamps in the output file.
  579. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6681690, dts=6684660, size=98
  580. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3335; changing to 3568. This may result in incorrect timestamps in the output file.
  581. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6681690, dts=6684660, size=112
  582. [flv @ 000000000056f600] Invalid DTS: 3368 PTS: 3335 in output stream 0:0, replacing by guess
  583. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3368; changing to 3568. This may result in incorrect timestamps in the output file.
  584. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6687720, dts=6690690, size=128
  585. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3401; changing to 3568. This may result in incorrect timestamps in the output file.
  586. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6687720, dts=6690690, size=142
  587. [flv @ 000000000056f600] Invalid DTS: 3435 PTS: 3402 in output stream 0:0, replacing by guess
  588. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3435; changing to 3568. This may result in incorrect timestamps in the output file.
  589. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6693660, dts=6696630, size=146
  590. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3468; changing to 3568. This may result in incorrect timestamps in the output file.
  591. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6693660, dts=6696630, size=160
  592. [flv @ 000000000056f600] Invalid DTS: 3501 PTS: 3468 in output stream 0:0, replacing by guess
  593. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3501; changing to 3568. This may result in incorrect timestamps in the output file.
  594. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6699690, dts=6702660, size=117
  595. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:0; previous: 3568, current: 3535; changing to 3568. This may result in incorrect timestamps in the output file.
  596. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6699690, dts=6702660, size=131
  597. [flv @ 000000000056f600] Invalid DTS: 3568 PTS: 3535 in output stream 0:0, replacing by guess
  598. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3838; changing to 4047. This may result in incorrect timestamps in the output file.
  599. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3861; changing to 4047. This may result in incorrect timestamps in the output file.
  600. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3884; changing to 4047. This may result in incorrect timestamps in the output file.
  601. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3908; changing to 4047. This may result in incorrect timestamps in the output file.
  602. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3931; changing to 4047. This may result in incorrect timestamps in the output file.
  603. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3954; changing to 4047. This may result in incorrect timestamps in the output file.
  604. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 3977; changing to 4047. This may result in incorrect timestamps in the output file.
  605. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 4001; changing to 4047. This may result in incorrect timestamps in the output file.
  606. [flv @ 000000000056f600] Non-monotonous DTS in output stream 0:1; previous: 4047, current: 4024; changing to 4047. This may result in incorrect timestamps in the output file.
  607. frame= 217 fps= 46 q=-1.0 size= 250kB time=00:00:04.07 bitrate= 503.5kbits/s speed=0.868x
  608. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6711750, dts=6714720, size=110
  609. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6711750, dts=6714720, size=124
  610. [flv @ 000000000056f600] Invalid DTS: 3702 PTS: 3669 in output stream 0:0, replacing by guess
  611. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6717690, dts=6720660, size=89
  612. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6717690, dts=6720660, size=103
  613. [flv @ 000000000056f600] Invalid DTS: 3768 PTS: 3735 in output stream 0:0, replacing by guess
  614. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6723720, dts=6726690, size=109
  615. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6723720, dts=6726690, size=123
  616. [flv @ 000000000056f600] Invalid DTS: 3835 PTS: 3802 in output stream 0:0, replacing by guess
  617. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6729750, dts=6732720, size=97
  618. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6729750, dts=6732720, size=111
  619. [flv @ 000000000056f600] Invalid DTS: 3902 PTS: 3869 in output stream 0:0, replacing by guess
  620. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6735690, dts=6738660, size=182
  621. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6735690, dts=6738660, size=196
  622. [flv @ 000000000056f600] Invalid DTS: 3968 PTS: 3935 in output stream 0:0, replacing by guess
  623. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6741720, dts=6744690, size=273
  624. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6741720, dts=6744690, size=287
  625. [flv @ 000000000056f600] Invalid DTS: 4035 PTS: 4002 in output stream 0:0, replacing by guess
  626. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6747750, dts=6750720, size=299
  627. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6747750, dts=6750720, size=313
  628. [flv @ 000000000056f600] Invalid DTS: 4102 PTS: 4069 in output stream 0:0, replacing by guess
  629. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6753780, dts=6756750, size=295
  630. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6753780, dts=6756750, size=309
  631. [flv @ 000000000056f600] Invalid DTS: 4169 PTS: 4136 in output stream 0:0, replacing by guess
  632. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6759720, dts=6762690, size=293
  633. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6759720, dts=6762690, size=307
  634. [flv @ 000000000056f600] Invalid DTS: 4235 PTS: 4202 in output stream 0:0, replacing by guess
  635. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6765750, dts=6768720, size=253
  636. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6765750, dts=6768720, size=267
  637. [flv @ 000000000056f600] Invalid DTS: 4302 PTS: 4269 in output stream 0:0, replacing by guess
  638. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6771780, dts=6774750, size=270
  639. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6771780, dts=6774750, size=284
  640. [flv @ 000000000056f600] Invalid DTS: 4369 PTS: 4336 in output stream 0:0, replacing by guess
  641. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6777720, dts=6780690, size=279
  642. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6777720, dts=6780690, size=293
  643. [flv @ 000000000056f600] Invalid DTS: 4435 PTS: 4402 in output stream 0:0, replacing by guess
  644. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6783750, dts=6786720, size=241
  645. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6783750, dts=6786720, size=255
  646. [flv @ 000000000056f600] Invalid DTS: 4502 PTS: 4469 in output stream 0:0, replacing by guess
  647. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6789780, dts=6792750, size=245
  648. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6789780, dts=6792750, size=259
  649. [flv @ 000000000056f600] Invalid DTS: 4569 PTS: 4536 in output stream 0:0, replacing by guess
  650. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6795720, dts=6798690, size=209
  651. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6795720, dts=6798690, size=223
  652. [flv @ 000000000056f600] Invalid DTS: 4635 PTS: 4602 in output stream 0:0, replacing by guess
  653. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6801750, dts=6804720, size=204
  654. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6801750, dts=6804720, size=218
  655. [flv @ 000000000056f600] Invalid DTS: 4702 PTS: 4669 in output stream 0:0, replacing by guess
  656. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6807780, dts=6810750, size=116
  657. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6807780, dts=6810750, size=130
  658. [flv @ 000000000056f600] Invalid DTS: 4769 PTS: 4736 in output stream 0:0, replacing by guess
  659. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6819750, dts=6822720, size=93
  660. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6819750, dts=6822720, size=107
  661. [flv @ 000000000056f600] Invalid DTS: 4902 PTS: 4869 in output stream 0:0, replacing by guess
  662. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6825780, dts=6828750, size=124
  663. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6825780, dts=6828750, size=138
  664. [flv @ 000000000056f600] Invalid DTS: 4969 PTS: 4936 in output stream 0:0, replacing by guess
  665. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6831810, dts=6834780, size=95
  666. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6831810, dts=6834780, size=109
  667. [flv @ 000000000056f600] Invalid DTS: 5036 PTS: 5003 in output stream 0:0, replacing by guess
  668. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6837750, dts=6840720, size=99
  669. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6837750, dts=6840720, size=113
  670. [flv @ 000000000056f600] Invalid DTS: 5102 PTS: 5069 in output stream 0:0, replacing by guess
  671. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6843780, dts=6846750, size=107
  672. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6843780, dts=6846750, size=121
  673. [flv @ 000000000056f600] Invalid DTS: 5169 PTS: 5136 in output stream 0:0, replacing by guess
  674. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6849810, dts=6852780, size=137
  675. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6849810, dts=6852780, size=151
  676. [flv @ 000000000056f600] Invalid DTS: 5236 PTS: 5203 in output stream 0:0, replacing by guess
  677. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6855750, dts=6858720, size=144
  678. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6855750, dts=6858720, size=158
  679. [flv @ 000000000056f600] Invalid DTS: 5302 PTS: 5269 in output stream 0:0, replacing by guess
  680. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6861780, dts=6864750, size=169
  681. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6861780, dts=6864750, size=183
  682. [flv @ 000000000056f600] Invalid DTS: 5369 PTS: 5336 in output stream 0:0, replacing by guess
  683. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6867810, dts=6870780, size=168
  684. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6867810, dts=6870780, size=182
  685. [flv @ 000000000056f600] Invalid DTS: 5436 PTS: 5403 in output stream 0:0, replacing by guess
  686. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6873840, dts=6876810, size=142
  687. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6873840, dts=6876810, size=156
  688. [flv @ 000000000056f600] Invalid DTS: 5503 PTS: 5470 in output stream 0:0, replacing by guess
  689. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6879780, dts=6882750, size=140
  690. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6879780, dts=6882750, size=154
  691. [flv @ 000000000056f600] Invalid DTS: 5569 PTS: 5536 in output stream 0:0, replacing by guess
  692. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6885810, dts=6888780, size=118
  693. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6885810, dts=6888780, size=132
  694. [flv @ 000000000056f600] Invalid DTS: 5636 PTS: 5603 in output stream 0:0, replacing by guess
  695. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6891840, dts=6894810, size=141
  696. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6891840, dts=6894810, size=155
  697. [flv @ 000000000056f600] Invalid DTS: 5703 PTS: 5670 in output stream 0:0, replacing by guess
  698. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6897780, dts=6900750, size=132
  699. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6897780, dts=6900750, size=146
  700. [flv @ 000000000056f600] Invalid DTS: 5769 PTS: 5736 in output stream 0:0, replacing by guess
  701. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6903810, dts=6906780, size=147
  702. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6903810, dts=6906780, size=161
  703. [flv @ 000000000056f600] Invalid DTS: 5836 PTS: 5803 in output stream 0:0, replacing by guess
  704. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6909840, dts=6912810, size=126
  705. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6909840, dts=6912810, size=140
  706. [flv @ 000000000056f600] Invalid DTS: 5903 PTS: 5870 in output stream 0:0, replacing by guess
  707. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6915870, dts=6918840, size=138
  708. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6915870, dts=6918840, size=152
  709. [flv @ 000000000056f600] Invalid DTS: 5970 PTS: 5937 in output stream 0:0, replacing by guess
  710. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6927840, dts=6930810, size=93
  711. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6927840, dts=6930810, size=107
  712. [flv @ 000000000056f600] Invalid DTS: 6103 PTS: 6070 in output stream 0:0, replacing by guess
  713. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6933870, dts=6936840, size=162
  714. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6933870, dts=6936840, size=176
  715. [flv @ 000000000056f600] Invalid DTS: 6170 PTS: 6137 in output stream 0:0, replacing by guess
  716. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6939810, dts=6942780, size=107
  717. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6939810, dts=6942780, size=121
  718. [flv @ 000000000056f600] Invalid DTS: 6236 PTS: 6203 in output stream 0:0, replacing by guess
  719. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6945840, dts=6948810, size=155
  720. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6945840, dts=6948810, size=169
  721. [flv @ 000000000056f600] Invalid DTS: 6303 PTS: 6270 in output stream 0:0, replacing by guess
  722. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6951870, dts=6954840, size=145
  723. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6951870, dts=6954840, size=159
  724. [flv @ 000000000056f600] Invalid DTS: 6370 PTS: 6337 in output stream 0:0, replacing by guess
  725. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6957810, dts=6960780, size=136
  726. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6957810, dts=6960780, size=150
  727. [flv @ 000000000056f600] Invalid DTS: 6436 PTS: 6403 in output stream 0:0, replacing by guess
  728. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6963840, dts=6966810, size=196
  729. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6963840, dts=6966810, size=210
  730. [flv @ 000000000056f600] Invalid DTS: 6503 PTS: 6470 in output stream 0:0, replacing by guess
  731. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6969870, dts=6972840, size=175
  732. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6969870, dts=6972840, size=189
  733. [flv @ 000000000056f600] Invalid DTS: 6570 PTS: 6537 in output stream 0:0, replacing by guess
  734. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6975900, dts=6978870, size=191
  735. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6975900, dts=6978870, size=205
  736. [flv @ 000000000056f600] Invalid DTS: 6637 PTS: 6604 in output stream 0:0, replacing by guess
  737. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6981840, dts=6984810, size=208
  738. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6981840, dts=6984810, size=222
  739. [flv @ 000000000056f600] Invalid DTS: 6703 PTS: 6670 in output stream 0:0, replacing by guess
  740. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6987870, dts=6990840, size=168
  741. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6987870, dts=6990840, size=182
  742. [flv @ 000000000056f600] Invalid DTS: 6770 PTS: 6737 in output stream 0:0, replacing by guess
  743. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6993900, dts=6996870, size=171
  744. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6993900, dts=6996870, size=185
  745. [flv @ 000000000056f600] Invalid DTS: 6837 PTS: 6804 in output stream 0:0, replacing by guess
  746. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=6999840, dts=7002810, size=129
  747. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=6999840, dts=7002810, size=143
  748. [flv @ 000000000056f600] Invalid DTS: 6903 PTS: 6870 in output stream 0:0, replacing by guess
  749. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7005870, dts=7008840, size=129
  750. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7005870, dts=7008840, size=143
  751. [flv @ 000000000056f600] Invalid DTS: 6970 PTS: 6937 in output stream 0:0, replacing by guess
  752. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7011900, dts=7014870, size=138
  753. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7011900, dts=7014870, size=152
  754. [flv @ 000000000056f600] Invalid DTS: 7037 PTS: 7004 in output stream 0:0, replacing by guess
  755. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7017840, dts=7020810, size=124
  756. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7017840, dts=7020810, size=138
  757. [flv @ 000000000056f600] Invalid DTS: 7103 PTS: 7070 in output stream 0:0, replacing by guess
  758. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7023870, dts=7026840, size=96
  759. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7023870, dts=7026840, size=110
  760. [flv @ 000000000056f600] Invalid DTS: 7170 PTS: 7137 in output stream 0:0, replacing by guess
  761. frame= 325 fps= 61 q=-1.0 size= 385kB time=00:00:07.78 bitrate= 405.3kbits/s speed=1.45x
  762. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7035930, dts=7038900, size=80
  763. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7035930, dts=7038900, size=94
  764. [flv @ 000000000056f600] Invalid DTS: 7304 PTS: 7271 in output stream 0:0, replacing by guess
  765. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7041870, dts=7044840, size=72
  766. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7041870, dts=7044840, size=86
  767. [flv @ 000000000056f600] Invalid DTS: 7370 PTS: 7337 in output stream 0:0, replacing by guess
  768. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7047900, dts=7050870, size=68
  769. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7047900, dts=7050870, size=82
  770. [flv @ 000000000056f600] Invalid DTS: 7437 PTS: 7404 in output stream 0:0, replacing by guess
  771. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7053930, dts=7056900, size=82
  772. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7053930, dts=7056900, size=96
  773. [flv @ 000000000056f600] Invalid DTS: 7504 PTS: 7471 in output stream 0:0, replacing by guess
  774. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7059870, dts=7062840, size=93
  775. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7059870, dts=7062840, size=107
  776. [flv @ 000000000056f600] Invalid DTS: 7570 PTS: 7537 in output stream 0:0, replacing by guess
  777. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7065900, dts=7068870, size=95
  778. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7065900, dts=7068870, size=109
  779. [flv @ 000000000056f600] Invalid DTS: 7637 PTS: 7604 in output stream 0:0, replacing by guess
  780. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7071930, dts=7074900, size=102
  781. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7071930, dts=7074900, size=116
  782. [flv @ 000000000056f600] Invalid DTS: 7704 PTS: 7671 in output stream 0:0, replacing by guess
  783. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7077960, dts=7080930, size=92
  784. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7077960, dts=7080930, size=106
  785. [flv @ 000000000056f600] Invalid DTS: 7771 PTS: 7738 in output stream 0:0, replacing by guess
  786. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7083900, dts=7086870, size=94
  787. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7083900, dts=7086870, size=108
  788. [flv @ 000000000056f600] Invalid DTS: 7837 PTS: 7804 in output stream 0:0, replacing by guess
  789. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7089930, dts=7092900, size=109
  790. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7089930, dts=7092900, size=123
  791. [flv @ 000000000056f600] Invalid DTS: 7904 PTS: 7871 in output stream 0:0, replacing by guess
  792. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7095960, dts=7098930, size=88
  793. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7095960, dts=7098930, size=102
  794. [flv @ 000000000056f600] Invalid DTS: 7971 PTS: 7938 in output stream 0:0, replacing by guess
  795. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7101900, dts=7104870, size=81
  796. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7101900, dts=7104870, size=95
  797. [flv @ 000000000056f600] Invalid DTS: 8037 PTS: 8004 in output stream 0:0, replacing by guess
  798. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7107930, dts=7110900, size=144
  799. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7107930, dts=7110900, size=158
  800. [flv @ 000000000056f600] Invalid DTS: 8104 PTS: 8071 in output stream 0:0, replacing by guess
  801. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7113960, dts=7116930, size=90
  802. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7113960, dts=7116930, size=104
  803. [flv @ 000000000056f600] Invalid DTS: 8171 PTS: 8138 in output stream 0:0, replacing by guess
  804. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7119900, dts=7122870, size=87
  805. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7119900, dts=7122870, size=101
  806. [flv @ 000000000056f600] Invalid DTS: 8237 PTS: 8204 in output stream 0:0, replacing by guess
  807. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7125930, dts=7128900, size=90
  808. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7125930, dts=7128900, size=104
  809. [flv @ 000000000056f600] Invalid DTS: 8304 PTS: 8271 in output stream 0:0, replacing by guess
  810. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7131960, dts=7134930, size=93
  811. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7131960, dts=7134930, size=107
  812. [flv @ 000000000056f600] Invalid DTS: 8371 PTS: 8338 in output stream 0:0, replacing by guess
  813. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7143930, dts=7146900, size=90
  814. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7143930, dts=7146900, size=104
  815. [flv @ 000000000056f600] Invalid DTS: 8504 PTS: 8471 in output stream 0:0, replacing by guess
  816. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7149960, dts=7152930, size=123
  817. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7149960, dts=7152930, size=137
  818. [flv @ 000000000056f600] Invalid DTS: 8571 PTS: 8538 in output stream 0:0, replacing by guess
  819. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7155990, dts=7158960, size=110
  820. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7155990, dts=7158960, size=124
  821. [flv @ 000000000056f600] Invalid DTS: 8638 PTS: 8605 in output stream 0:0, replacing by guess
  822. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7161930, dts=7164900, size=114
  823. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7161930, dts=7164900, size=128
  824. [flv @ 000000000056f600] Invalid DTS: 8704 PTS: 8671 in output stream 0:0, replacing by guess
  825. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7167960, dts=7170930, size=104
  826. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7167960, dts=7170930, size=118
  827. [flv @ 000000000056f600] Invalid DTS: 8771 PTS: 8738 in output stream 0:0, replacing by guess
  828. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7173990, dts=7176960, size=123
  829. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7173990, dts=7176960, size=137
  830. [flv @ 000000000056f600] Invalid DTS: 8838 PTS: 8805 in output stream 0:0, replacing by guess
  831. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7179930, dts=7182900, size=128
  832. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7179930, dts=7182900, size=142
  833. [flv @ 000000000056f600] Invalid DTS: 8904 PTS: 8871 in output stream 0:0, replacing by guess
  834. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7185960, dts=7188930, size=114
  835. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7185960, dts=7188930, size=128
  836. [flv @ 000000000056f600] Invalid DTS: 8971 PTS: 8938 in output stream 0:0, replacing by guess
  837. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7191990, dts=7194960, size=145
  838. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7191990, dts=7194960, size=159
  839. [flv @ 000000000056f600] Invalid DTS: 9038 PTS: 9005 in output stream 0:0, replacing by guess
  840. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7198020, dts=7200990, size=119
  841. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7198020, dts=7200990, size=133
  842. [flv @ 000000000056f600] Invalid DTS: 9105 PTS: 9072 in output stream 0:0, replacing by guess
  843. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7203960, dts=7206930, size=106
  844. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7203960, dts=7206930, size=120
  845. [flv @ 000000000056f600] Invalid DTS: 9171 PTS: 9138 in output stream 0:0, replacing by guess
  846. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7209990, dts=7212960, size=110
  847. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7209990, dts=7212960, size=124
  848. [flv @ 000000000056f600] Invalid DTS: 9238 PTS: 9205 in output stream 0:0, replacing by guess
  849. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7216020, dts=7218990, size=98
  850. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7216020, dts=7218990, size=112
  851. [flv @ 000000000056f600] Invalid DTS: 9305 PTS: 9272 in output stream 0:0, replacing by guess
  852. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7221960, dts=7224930, size=68
  853. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7221960, dts=7224930, size=82
  854. [flv @ 000000000056f600] Invalid DTS: 9371 PTS: 9338 in output stream 0:0, replacing by guess
  855. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7227990, dts=7230960, size=83
  856. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7227990, dts=7230960, size=97
  857. [flv @ 000000000056f600] Invalid DTS: 9438 PTS: 9405 in output stream 0:0, replacing by guess
  858. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7234020, dts=7236990, size=102
  859. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7234020, dts=7236990, size=116
  860. [flv @ 000000000056f600] Invalid DTS: 9505 PTS: 9472 in output stream 0:0, replacing by guess
  861. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7240050, dts=7243020, size=92
  862. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7240050, dts=7243020, size=106
  863. [flv @ 000000000056f600] Invalid DTS: 9572 PTS: 9539 in output stream 0:0, replacing by guess
  864. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7252020, dts=7254990, size=87
  865. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7252020, dts=7254990, size=101
  866. [flv @ 000000000056f600] Invalid DTS: 9705 PTS: 9672 in output stream 0:0, replacing by guess
  867. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7258050, dts=7261020, size=108
  868. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7258050, dts=7261020, size=122
  869. [flv @ 000000000056f600] Invalid DTS: 9772 PTS: 9739 in output stream 0:0, replacing by guess
  870. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7263990, dts=7266960, size=176
  871. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7263990, dts=7266960, size=190
  872. [flv @ 000000000056f600] Invalid DTS: 9838 PTS: 9805 in output stream 0:0, replacing by guess
  873. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7270020, dts=7272990, size=115
  874. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7270020, dts=7272990, size=129
  875. [flv @ 000000000056f600] Invalid DTS: 9905 PTS: 9872 in output stream 0:0, replacing by guess
  876. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7276050, dts=7279020, size=161
  877. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7276050, dts=7279020, size=175
  878. [flv @ 000000000056f600] Invalid DTS: 9972 PTS: 9939 in output stream 0:0, replacing by guess
  879. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7281990, dts=7284960, size=164
  880. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7281990, dts=7284960, size=178
  881. [flv @ 000000000056f600] Invalid DTS: 10038 PTS: 10005 in output stream 0:0, replacing by guess
  882. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7288020, dts=7290990, size=129
  883. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7288020, dts=7290990, size=143
  884. [flv @ 000000000056f600] Invalid DTS: 10105 PTS: 10072 in output stream 0:0, replacing by guess
  885. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7294050, dts=7297020, size=175
  886. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7294050, dts=7297020, size=189
  887. [flv @ 000000000056f600] Invalid DTS: 10172 PTS: 10139 in output stream 0:0, replacing by guess
  888. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7300080, dts=7303050, size=152
  889. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7300080, dts=7303050, size=166
  890. [flv @ 000000000056f600] Invalid DTS: 10239 PTS: 10206 in output stream 0:0, replacing by guess
  891. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7306020, dts=7308990, size=149
  892. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7306020, dts=7308990, size=163
  893. [flv @ 000000000056f600] Invalid DTS: 10305 PTS: 10272 in output stream 0:0, replacing by guess
  894. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7312050, dts=7315020, size=116
  895. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7312050, dts=7315020, size=130
  896. [flv @ 000000000056f600] Invalid DTS: 10372 PTS: 10339 in output stream 0:0, replacing by guess
  897. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7318080, dts=7321050, size=103
  898. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7318080, dts=7321050, size=117
  899. [flv @ 000000000056f600] Invalid DTS: 10439 PTS: 10406 in output stream 0:0, replacing by guess
  900. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7324020, dts=7326990, size=121
  901. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7324020, dts=7326990, size=135
  902. [flv @ 000000000056f600] Invalid DTS: 10505 PTS: 10472 in output stream 0:0, replacing by guess
  903. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7330050, dts=7333020, size=87
  904. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7330050, dts=7333020, size=101
  905. [flv @ 000000000056f600] Invalid DTS: 10572 PTS: 10539 in output stream 0:0, replacing by guess
  906. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7336080, dts=7339050, size=81
  907. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7336080, dts=7339050, size=95
  908. [flv @ 000000000056f600] Invalid DTS: 10639 PTS: 10606 in output stream 0:0, replacing by guess
  909. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7342110, dts=7345080, size=116
  910. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7342110, dts=7345080, size=130
  911. [flv @ 000000000056f600] Invalid DTS: 10706 PTS: 10673 in output stream 0:0, replacing by guess
  912. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7348050, dts=7351020, size=94
  913. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7348050, dts=7351020, size=108
  914. [flv @ 000000000056f600] Invalid DTS: 10772 PTS: 10739 in output stream 0:0, replacing by guess
  915. frame= 433 fps= 51 q=-1.0 size= 497kB time=00:00:11.26 bitrate= 361.1kbits/s speed=1.32x
  916. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7360110, dts=7363080, size=73
  917. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7360110, dts=7363080, size=87
  918. [flv @ 000000000056f600] Invalid DTS: 10906 PTS: 10873 in output stream 0:0, replacing by guess
  919. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7366050, dts=7369020, size=127
  920. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7366050, dts=7369020, size=141
  921. [flv @ 000000000056f600] Invalid DTS: 10972 PTS: 10939 in output stream 0:0, replacing by guess
  922. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7372080, dts=7375050, size=92
  923. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7372080, dts=7375050, size=106
  924. [flv @ 000000000056f600] Invalid DTS: 11039 PTS: 11006 in output stream 0:0, replacing by guess
  925. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7378110, dts=7381080, size=101
  926. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7378110, dts=7381080, size=115
  927. [flv @ 000000000056f600] Invalid DTS: 11106 PTS: 11073 in output stream 0:0, replacing by guess
  928. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7384050, dts=7387020, size=109
  929. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7384050, dts=7387020, size=123
  930. [flv @ 000000000056f600] Invalid DTS: 11172 PTS: 11139 in output stream 0:0, replacing by guess
  931. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7390080, dts=7393050, size=103
  932. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7390080, dts=7393050, size=117
  933. [flv @ 000000000056f600] Invalid DTS: 11239 PTS: 11206 in output stream 0:0, replacing by guess
  934. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7396110, dts=7399080, size=131
  935. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7396110, dts=7399080, size=145
  936. [flv @ 000000000056f600] Invalid DTS: 11306 PTS: 11273 in output stream 0:0, replacing by guess
  937. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7402140, dts=7405110, size=111
  938. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7402140, dts=7405110, size=125
  939. [flv @ 000000000056f600] Invalid DTS: 11373 PTS: 11340 in output stream 0:0, replacing by guess
  940. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7408080, dts=7411050, size=103
  941. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7408080, dts=7411050, size=117
  942. [flv @ 000000000056f600] Invalid DTS: 11439 PTS: 11406 in output stream 0:0, replacing by guess
  943. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7414110, dts=7417080, size=140
  944. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7414110, dts=7417080, size=154
  945. [flv @ 000000000056f600] Invalid DTS: 11506 PTS: 11473 in output stream 0:0, replacing by guess
  946. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7420140, dts=7423110, size=148
  947. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7420140, dts=7423110, size=162
  948. [flv @ 000000000056f600] Invalid DTS: 11573 PTS: 11540 in output stream 0:0, replacing by guess
  949. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7426080, dts=7429050, size=135
  950. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7426080, dts=7429050, size=149
  951. [flv @ 000000000056f600] Invalid DTS: 11639 PTS: 11606 in output stream 0:0, replacing by guess
  952. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7432110, dts=7435080, size=114
  953. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7432110, dts=7435080, size=128
  954. [flv @ 000000000056f600] Invalid DTS: 11706 PTS: 11673 in output stream 0:0, replacing by guess
  955. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7438140, dts=7441110, size=141
  956. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7438140, dts=7441110, size=155
  957. [flv @ 000000000056f600] Invalid DTS: 11773 PTS: 11740 in output stream 0:0, replacing by guess
  958. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7444080, dts=7447050, size=167
  959. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7444080, dts=7447050, size=181
  960. [flv @ 000000000056f600] Invalid DTS: 11839 PTS: 11806 in output stream 0:0, replacing by guess
  961. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7450110, dts=7453080, size=138
  962. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7450110, dts=7453080, size=152
  963. [flv @ 000000000056f600] Invalid DTS: 11906 PTS: 11873 in output stream 0:0, replacing by guess
  964. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7456140, dts=7459110, size=109
  965. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7456140, dts=7459110, size=123
  966. [flv @ 000000000056f600] Invalid DTS: 11973 PTS: 11940 in output stream 0:0, replacing by guess
  967. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7468110, dts=7471080, size=65
  968. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7468110, dts=7471080, size=79
  969. [flv @ 000000000056f600] Invalid DTS: 12106 PTS: 12073 in output stream 0:0, replacing by guess
  970. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7474140, dts=7477110, size=88
  971. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7474140, dts=7477110, size=102
  972. [flv @ 000000000056f600] Invalid DTS: 12173 PTS: 12140 in output stream 0:0, replacing by guess
  973. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7480170, dts=7483140, size=161
  974. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7480170, dts=7483140, size=175
  975. [flv @ 000000000056f600] Invalid DTS: 12240 PTS: 12207 in output stream 0:0, replacing by guess
  976. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7486110, dts=7489080, size=81
  977. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7486110, dts=7489080, size=95
  978. [flv @ 000000000056f600] Invalid DTS: 12306 PTS: 12273 in output stream 0:0, replacing by guess
  979. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7492140, dts=7495110, size=82
  980. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7492140, dts=7495110, size=96
  981. [flv @ 000000000056f600] Invalid DTS: 12373 PTS: 12340 in output stream 0:0, replacing by guess
  982. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7498170, dts=7501140, size=102
  983. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7498170, dts=7501140, size=116
  984. [flv @ 000000000056f600] Invalid DTS: 12440 PTS: 12407 in output stream 0:0, replacing by guess
  985. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7504110, dts=7507080, size=110
  986. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7504110, dts=7507080, size=124
  987. [flv @ 000000000056f600] Invalid DTS: 12506 PTS: 12473 in output stream 0:0, replacing by guess
  988. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7510140, dts=7513110, size=75
  989. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7510140, dts=7513110, size=89
  990. [flv @ 000000000056f600] Invalid DTS: 12573 PTS: 12540 in output stream 0:0, replacing by guess
  991. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7516170, dts=7519140, size=91
  992. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7516170, dts=7519140, size=105
  993. [flv @ 000000000056f600] Invalid DTS: 12640 PTS: 12607 in output stream 0:0, replacing by guess
  994. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7522200, dts=7525170, size=93
  995. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7522200, dts=7525170, size=107
  996. [flv @ 000000000056f600] Invalid DTS: 12707 PTS: 12674 in output stream 0:0, replacing by guess
  997. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7528140, dts=7531110, size=106
  998. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7528140, dts=7531110, size=120
  999. [flv @ 000000000056f600] Invalid DTS: 12773 PTS: 12740 in output stream 0:0, replacing by guess
  1000. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7534170, dts=7537140, size=78
  1001. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7534170, dts=7537140, size=92
  1002. [flv @ 000000000056f600] Invalid DTS: 12840 PTS: 12807 in output stream 0:0, replacing by guess
  1003. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7540200, dts=7543170, size=103
  1004. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7540200, dts=7543170, size=117
  1005. [flv @ 000000000056f600] Invalid DTS: 12907 PTS: 12874 in output stream 0:0, replacing by guess
  1006. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7546140, dts=7549110, size=120
  1007. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7546140, dts=7549110, size=134
  1008. [flv @ 000000000056f600] Invalid DTS: 12973 PTS: 12940 in output stream 0:0, replacing by guess
  1009. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7552170, dts=7555140, size=123
  1010. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7552170, dts=7555140, size=137
  1011. [flv @ 000000000056f600] Invalid DTS: 13040 PTS: 13007 in output stream 0:0, replacing by guess
  1012. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7558200, dts=7561170, size=138
  1013. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7558200, dts=7561170, size=152
  1014. [flv @ 000000000056f600] Invalid DTS: 13107 PTS: 13074 in output stream 0:0, replacing by guess
  1015. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7564230, dts=7567200, size=153
  1016. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7564230, dts=7567200, size=167
  1017. [flv @ 000000000056f600] Invalid DTS: 13174 PTS: 13141 in output stream 0:0, replacing by guess
  1018. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7576200, dts=7579170, size=132
  1019. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7576200, dts=7579170, size=146
  1020. [flv @ 000000000056f600] Invalid DTS: 13307 PTS: 13274 in output stream 0:0, replacing by guess
  1021. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7582230, dts=7585200, size=176
  1022. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7582230, dts=7585200, size=190
  1023. [flv @ 000000000056f600] Invalid DTS: 13374 PTS: 13341 in output stream 0:0, replacing by guess
  1024. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7588170, dts=7591140, size=162
  1025. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7588170, dts=7591140, size=176
  1026. [flv @ 000000000056f600] Invalid DTS: 13440 PTS: 13407 in output stream 0:0, replacing by guess
  1027. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7594200, dts=7597170, size=127
  1028. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7594200, dts=7597170, size=141
  1029. [flv @ 000000000056f600] Invalid DTS: 13507 PTS: 13474 in output stream 0:0, replacing by guess
  1030. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7600230, dts=7603200, size=116
  1031. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7600230, dts=7603200, size=130
  1032. [flv @ 000000000056f600] Invalid DTS: 13574 PTS: 13541 in output stream 0:0, replacing by guess
  1033. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7606170, dts=7609140, size=125
  1034. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7606170, dts=7609140, size=139
  1035. [flv @ 000000000056f600] Invalid DTS: 13640 PTS: 13607 in output stream 0:0, replacing by guess
  1036. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7612200, dts=7615170, size=164
  1037. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7612200, dts=7615170, size=178
  1038. [flv @ 000000000056f600] Invalid DTS: 13707 PTS: 13674 in output stream 0:0, replacing by guess
  1039. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7618230, dts=7621200, size=106
  1040. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7618230, dts=7621200, size=120
  1041. [flv @ 000000000056f600] Invalid DTS: 13774 PTS: 13741 in output stream 0:0, replacing by guess
  1042. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7624260, dts=7627230, size=153
  1043. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7624260, dts=7627230, size=167
  1044. [flv @ 000000000056f600] Invalid DTS: 13841 PTS: 13808 in output stream 0:0, replacing by guess
  1045. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7630200, dts=7633170, size=118
  1046. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7630200, dts=7633170, size=132
  1047. [flv @ 000000000056f600] Invalid DTS: 13907 PTS: 13874 in output stream 0:0, replacing by guess
  1048. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7636230, dts=7639200, size=117
  1049. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7636230, dts=7639200, size=131
  1050. [flv @ 000000000056f600] Invalid DTS: 13974 PTS: 13941 in output stream 0:0, replacing by guess
  1051. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7642260, dts=7645230, size=97
  1052. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7642260, dts=7645230, size=111
  1053. [flv @ 000000000056f600] Invalid DTS: 14041 PTS: 14008 in output stream 0:0, replacing by guess
  1054. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7648200, dts=7651170, size=123
  1055. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7648200, dts=7651170, size=137
  1056. [flv @ 000000000056f600] Invalid DTS: 14107 PTS: 14074 in output stream 0:0, replacing by guess
  1057. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7654230, dts=7657200, size=141
  1058. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7654230, dts=7657200, size=155
  1059. [flv @ 000000000056f600] Invalid DTS: 14174 PTS: 14141 in output stream 0:0, replacing by guess
  1060. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7660260, dts=7663230, size=170
  1061. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7660260, dts=7663230, size=184
  1062. [flv @ 000000000056f600] Invalid DTS: 14241 PTS: 14208 in output stream 0:0, replacing by guess
  1063. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7666200, dts=7669170, size=187
  1064. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7666200, dts=7669170, size=201
  1065. [flv @ 000000000056f600] Invalid DTS: 14307 PTS: 14274 in output stream 0:0, replacing by guess
  1066. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7672230, dts=7675200, size=207
  1067. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7672230, dts=7675200, size=221
  1068. [flv @ 000000000056f600] Invalid DTS: 14374 PTS: 14341 in output stream 0:0, replacing by guess
  1069. frame= 541 fps= 42 q=-1.0 size= 618kB time=00:00:14.98 bitrate= 337.9kbits/s speed=1.16x
  1070. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7684290, dts=7687260, size=248
  1071. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7684290, dts=7687260, size=262
  1072. [flv @ 000000000056f600] Invalid DTS: 14508 PTS: 14475 in output stream 0:0, replacing by guess
  1073. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7690230, dts=7693200, size=245
  1074. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7690230, dts=7693200, size=259
  1075. [flv @ 000000000056f600] Invalid DTS: 14574 PTS: 14541 in output stream 0:0, replacing by guess
  1076. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7696260, dts=7699230, size=268
  1077. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7696260, dts=7699230, size=282
  1078. [flv @ 000000000056f600] Invalid DTS: 14641 PTS: 14608 in output stream 0:0, replacing by guess
  1079. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7702290, dts=7705260, size=257
  1080. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7702290, dts=7705260, size=271
  1081. [flv @ 000000000056f600] Invalid DTS: 14708 PTS: 14675 in output stream 0:0, replacing by guess
  1082. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7708230, dts=7711200, size=249
  1083. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7708230, dts=7711200, size=263
  1084. [flv @ 000000000056f600] Invalid DTS: 14774 PTS: 14741 in output stream 0:0, replacing by guess
  1085. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7714260, dts=7717230, size=213
  1086. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7714260, dts=7717230, size=227
  1087. [flv @ 000000000056f600] Invalid DTS: 14841 PTS: 14808 in output stream 0:0, replacing by guess
  1088. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7720290, dts=7723260, size=263
  1089. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7720290, dts=7723260, size=277
  1090. [flv @ 000000000056f600] Invalid DTS: 14908 PTS: 14875 in output stream 0:0, replacing by guess
  1091. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7726320, dts=7729290, size=145
  1092. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7726320, dts=7729290, size=159
  1093. [flv @ 000000000056f600] Invalid DTS: 14975 PTS: 14942 in output stream 0:0, replacing by guess
  1094. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7732260, dts=7735230, size=127
  1095. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7732260, dts=7735230, size=141
  1096. [flv @ 000000000056f600] Invalid DTS: 15041 PTS: 15008 in output stream 0:0, replacing by guess
  1097. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7738290, dts=7741260, size=115
  1098. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7738290, dts=7741260, size=129
  1099. [flv @ 000000000056f600] Invalid DTS: 15108 PTS: 15075 in output stream 0:0, replacing by guess
  1100. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7744320, dts=7747290, size=128
  1101. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7744320, dts=7747290, size=142
  1102. [flv @ 000000000056f600] Invalid DTS: 15175 PTS: 15142 in output stream 0:0, replacing by guess
  1103. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7750260, dts=7753230, size=103
  1104. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7750260, dts=7753230, size=117
  1105. [flv @ 000000000056f600] Invalid DTS: 15241 PTS: 15208 in output stream 0:0, replacing by guess
  1106. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7756290, dts=7759260, size=137
  1107. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7756290, dts=7759260, size=151
  1108. [flv @ 000000000056f600] Invalid DTS: 15308 PTS: 15275 in output stream 0:0, replacing by guess
  1109. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7762320, dts=7765290, size=99
  1110. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7762320, dts=7765290, size=113
  1111. [flv @ 000000000056f600] Invalid DTS: 15375 PTS: 15342 in output stream 0:0, replacing by guess
  1112. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7768260, dts=7771230, size=159
  1113. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7768260, dts=7771230, size=173
  1114. [flv @ 000000000056f600] Invalid DTS: 15441 PTS: 15408 in output stream 0:0, replacing by guess
  1115. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7774290, dts=7777260, size=158
  1116. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7774290, dts=7777260, size=172
  1117. [flv @ 000000000056f600] Invalid DTS: 15508 PTS: 15475 in output stream 0:0, replacing by guess
  1118. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7780320, dts=7783290, size=145
  1119. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7780320, dts=7783290, size=159
  1120. [flv @ 000000000056f600] Invalid DTS: 15575 PTS: 15542 in output stream 0:0, replacing by guess
  1121. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7792290, dts=7795260, size=113
  1122. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7792290, dts=7795260, size=127
  1123. [flv @ 000000000056f600] Invalid DTS: 15708 PTS: 15675 in output stream 0:0, replacing by guess
  1124. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7798320, dts=7801290, size=126
  1125. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7798320, dts=7801290, size=140
  1126. [flv @ 000000000056f600] Invalid DTS: 15775 PTS: 15742 in output stream 0:0, replacing by guess
  1127. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7804350, dts=7807320, size=127
  1128. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7804350, dts=7807320, size=141
  1129. [flv @ 000000000056f600] Invalid DTS: 15842 PTS: 15809 in output stream 0:0, replacing by guess
  1130. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7810290, dts=7813260, size=136
  1131. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7810290, dts=7813260, size=150
  1132. [flv @ 000000000056f600] Invalid DTS: 15908 PTS: 15875 in output stream 0:0, replacing by guess
  1133. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7816320, dts=7819290, size=162
  1134. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7816320, dts=7819290, size=176
  1135. [flv @ 000000000056f600] Invalid DTS: 15975 PTS: 15942 in output stream 0:0, replacing by guess
  1136. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7822350, dts=7825320, size=176
  1137. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7822350, dts=7825320, size=190
  1138. [flv @ 000000000056f600] Invalid DTS: 16042 PTS: 16009 in output stream 0:0, replacing by guess
  1139. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7828290, dts=7831260, size=186
  1140. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7828290, dts=7831260, size=200
  1141. [flv @ 000000000056f600] Invalid DTS: 16108 PTS: 16075 in output stream 0:0, replacing by guess
  1142. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7834320, dts=7837290, size=174
  1143. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7834320, dts=7837290, size=188
  1144. [flv @ 000000000056f600] Invalid DTS: 16175 PTS: 16142 in output stream 0:0, replacing by guess
  1145. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7840350, dts=7843320, size=141
  1146. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7840350, dts=7843320, size=155
  1147. [flv @ 000000000056f600] Invalid DTS: 16242 PTS: 16209 in output stream 0:0, replacing by guess
  1148. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7846380, dts=7849350, size=186
  1149. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7846380, dts=7849350, size=200
  1150. [flv @ 000000000056f600] Invalid DTS: 16309 PTS: 16276 in output stream 0:0, replacing by guess
  1151. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7852320, dts=7855290, size=176
  1152. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7852320, dts=7855290, size=190
  1153. [flv @ 000000000056f600] Invalid DTS: 16375 PTS: 16342 in output stream 0:0, replacing by guess
  1154. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7858350, dts=7861320, size=197
  1155. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7858350, dts=7861320, size=211
  1156. [flv @ 000000000056f600] Invalid DTS: 16442 PTS: 16409 in output stream 0:0, replacing by guess
  1157. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7864380, dts=7867350, size=191
  1158. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7864380, dts=7867350, size=205
  1159. [flv @ 000000000056f600] Invalid DTS: 16509 PTS: 16476 in output stream 0:0, replacing by guess
  1160. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7870320, dts=7873290, size=196
  1161. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7870320, dts=7873290, size=210
  1162. [flv @ 000000000056f600] Invalid DTS: 16575 PTS: 16542 in output stream 0:0, replacing by guess
  1163. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7876350, dts=7879320, size=152
  1164. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7876350, dts=7879320, size=166
  1165. [flv @ 000000000056f600] Invalid DTS: 16642 PTS: 16609 in output stream 0:0, replacing by guess
  1166. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7882380, dts=7885350, size=141
  1167. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7882380, dts=7885350, size=155
  1168. [flv @ 000000000056f600] Invalid DTS: 16709 PTS: 16676 in output stream 0:0, replacing by guess
  1169. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7888410, dts=7891380, size=120
  1170. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7888410, dts=7891380, size=134
  1171. [flv @ 000000000056f600] Invalid DTS: 16776 PTS: 16743 in output stream 0:0, replacing by guess
  1172. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7900380, dts=7903350, size=86
  1173. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7900380, dts=7903350, size=100
  1174. [flv @ 000000000056f600] Invalid DTS: 16909 PTS: 16876 in output stream 0:0, replacing by guess
  1175. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7906410, dts=7909380, size=133
  1176. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7906410, dts=7909380, size=147
  1177. [flv @ 000000000056f600] Invalid DTS: 16976 PTS: 16943 in output stream 0:0, replacing by guess
  1178. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7912350, dts=7915320, size=140
  1179. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7912350, dts=7915320, size=154
  1180. [flv @ 000000000056f600] Invalid DTS: 17042 PTS: 17009 in output stream 0:0, replacing by guess
  1181. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7918380, dts=7921350, size=168
  1182. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7918380, dts=7921350, size=182
  1183. [flv @ 000000000056f600] Invalid DTS: 17109 PTS: 17076 in output stream 0:0, replacing by guess
  1184. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7924410, dts=7927380, size=227
  1185. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7924410, dts=7927380, size=241
  1186. [flv @ 000000000056f600] Invalid DTS: 17176 PTS: 17143 in output stream 0:0, replacing by guess
  1187. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7930350, dts=7933320, size=318
  1188. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7930350, dts=7933320, size=332
  1189. [flv @ 000000000056f600] Invalid DTS: 17242 PTS: 17209 in output stream 0:0, replacing by guess
  1190. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7936380, dts=7939350, size=389
  1191. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7936380, dts=7939350, size=403
  1192. [flv @ 000000000056f600] Invalid DTS: 17309 PTS: 17276 in output stream 0:0, replacing by guess
  1193. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7942410, dts=7945380, size=405
  1194. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7942410, dts=7945380, size=419
  1195. [flv @ 000000000056f600] Invalid DTS: 17376 PTS: 17343 in output stream 0:0, replacing by guess
  1196. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7948440, dts=7951410, size=304
  1197. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7948440, dts=7951410, size=318
  1198. [flv @ 000000000056f600] Invalid DTS: 17443 PTS: 17410 in output stream 0:0, replacing by guess
  1199. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7954380, dts=7957350, size=285
  1200. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7954380, dts=7957350, size=299
  1201. [flv @ 000000000056f600] Invalid DTS: 17509 PTS: 17476 in output stream 0:0, replacing by guess
  1202. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7960410, dts=7963380, size=148
  1203. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7960410, dts=7963380, size=162
  1204. [flv @ 000000000056f600] Invalid DTS: 17576 PTS: 17543 in output stream 0:0, replacing by guess
  1205. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7966440, dts=7969410, size=151
  1206. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7966440, dts=7969410, size=165
  1207. [flv @ 000000000056f600] Invalid DTS: 17643 PTS: 17610 in output stream 0:0, replacing by guess
  1208. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7972380, dts=7975350, size=158
  1209. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7972380, dts=7975350, size=172
  1210. [flv @ 000000000056f600] Invalid DTS: 17709 PTS: 17676 in output stream 0:0, replacing by guess
  1211. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7978410, dts=7981380, size=147
  1212. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7978410, dts=7981380, size=161
  1213. [flv @ 000000000056f600] Invalid DTS: 17776 PTS: 17743 in output stream 0:0, replacing by guess
  1214. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7984440, dts=7987410, size=176
  1215. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7984440, dts=7987410, size=190
  1216. [flv @ 000000000056f600] Invalid DTS: 17843 PTS: 17810 in output stream 0:0, replacing by guess
  1217. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7990380, dts=7993350, size=125
  1218. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7990380, dts=7993350, size=139
  1219. [flv @ 000000000056f600] Invalid DTS: 17909 PTS: 17876 in output stream 0:0, replacing by guess
  1220. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=7996410, dts=7999380, size=125
  1221. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=7996410, dts=7999380, size=139
  1222. [flv @ 000000000056f600] Invalid DTS: 17976 PTS: 17943 in output stream 0:0, replacing by guess
  1223. frame= 648 fps= 37 q=-1.0 size= 737kB time=00:00:18.49 bitrate= 326.6kbits/s speed=1.07x
  1224. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8008470, dts=8011440, size=90
  1225. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8008470, dts=8011440, size=104
  1226. [flv @ 000000000056f600] Invalid DTS: 18110 PTS: 18077 in output stream 0:0, replacing by guess
  1227. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8014410, dts=8017380, size=106
  1228. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8014410, dts=8017380, size=120
  1229. [flv @ 000000000056f600] Invalid DTS: 18176 PTS: 18143 in output stream 0:0, replacing by guess
  1230. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8020440, dts=8023410, size=113
  1231. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8020440, dts=8023410, size=127
  1232. [flv @ 000000000056f600] Invalid DTS: 18243 PTS: 18210 in output stream 0:0, replacing by guess
  1233. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8026470, dts=8029440, size=128
  1234. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8026470, dts=8029440, size=142
  1235. [flv @ 000000000056f600] Invalid DTS: 18310 PTS: 18277 in output stream 0:0, replacing by guess
  1236. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8032410, dts=8035380, size=133
  1237. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8032410, dts=8035380, size=147
  1238. [flv @ 000000000056f600] Invalid DTS: 18376 PTS: 18343 in output stream 0:0, replacing by guess
  1239. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8038440, dts=8041410, size=148
  1240. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8038440, dts=8041410, size=162
  1241. [flv @ 000000000056f600] Invalid DTS: 18443 PTS: 18410 in output stream 0:0, replacing by guess
  1242. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8044470, dts=8047440, size=150
  1243. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8044470, dts=8047440, size=164
  1244. [flv @ 000000000056f600] Invalid DTS: 18510 PTS: 18477 in output stream 0:0, replacing by guess
  1245. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8050500, dts=8053470, size=181
  1246. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8050500, dts=8053470, size=195
  1247. [flv @ 000000000056f600] Invalid DTS: 18577 PTS: 18544 in output stream 0:0, replacing by guess
  1248. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8056440, dts=8059410, size=155
  1249. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8056440, dts=8059410, size=169
  1250. [flv @ 000000000056f600] Invalid DTS: 18643 PTS: 18610 in output stream 0:0, replacing by guess
  1251. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8062470, dts=8065440, size=142
  1252. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8062470, dts=8065440, size=156
  1253. [flv @ 000000000056f600] Invalid DTS: 18710 PTS: 18677 in output stream 0:0, replacing by guess
  1254. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8068500, dts=8071470, size=151
  1255. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8068500, dts=8071470, size=165
  1256. [flv @ 000000000056f600] Invalid DTS: 18777 PTS: 18744 in output stream 0:0, replacing by guess
  1257. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8074440, dts=8077410, size=181
  1258. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8074440, dts=8077410, size=195
  1259. [flv @ 000000000056f600] Invalid DTS: 18843 PTS: 18810 in output stream 0:0, replacing by guess
  1260. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8080470, dts=8083440, size=173
  1261. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8080470, dts=8083440, size=187
  1262. [flv @ 000000000056f600] Invalid DTS: 18910 PTS: 18877 in output stream 0:0, replacing by guess
  1263. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8086500, dts=8089470, size=136
  1264. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8086500, dts=8089470, size=150
  1265. [flv @ 000000000056f600] Invalid DTS: 18977 PTS: 18944 in output stream 0:0, replacing by guess
  1266. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8092440, dts=8095410, size=133
  1267. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8092440, dts=8095410, size=147
  1268. [flv @ 000000000056f600] Invalid DTS: 19043 PTS: 19010 in output stream 0:0, replacing by guess
  1269. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8098470, dts=8101440, size=155
  1270. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8098470, dts=8101440, size=169
  1271. [flv @ 000000000056f600] Invalid DTS: 19110 PTS: 19077 in output stream 0:0, replacing by guess
  1272. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8104500, dts=8107470, size=120
  1273. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8104500, dts=8107470, size=134
  1274. [flv @ 000000000056f600] Invalid DTS: 19177 PTS: 19144 in output stream 0:0, replacing by guess
  1275. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8116470, dts=8119440, size=77
  1276. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8116470, dts=8119440, size=91
  1277. [flv @ 000000000056f600] Invalid DTS: 19310 PTS: 19277 in output stream 0:0, replacing by guess
  1278. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8122500, dts=8125470, size=73
  1279. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8122500, dts=8125470, size=87
  1280. [flv @ 000000000056f600] Invalid DTS: 19377 PTS: 19344 in output stream 0:0, replacing by guess
  1281. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8128530, dts=8131500, size=76
  1282. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8128530, dts=8131500, size=90
  1283. [flv @ 000000000056f600] Invalid DTS: 19444 PTS: 19411 in output stream 0:0, replacing by guess
  1284. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8134470, dts=8137440, size=89
  1285. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8134470, dts=8137440, size=103
  1286. [flv @ 000000000056f600] Invalid DTS: 19510 PTS: 19477 in output stream 0:0, replacing by guess
  1287. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8140500, dts=8143470, size=91
  1288. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8140500, dts=8143470, size=105
  1289. [flv @ 000000000056f600] Invalid DTS: 19577 PTS: 19544 in output stream 0:0, replacing by guess
  1290. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8146530, dts=8149500, size=103
  1291. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8146530, dts=8149500, size=117
  1292. [flv @ 000000000056f600] Invalid DTS: 19644 PTS: 19611 in output stream 0:0, replacing by guess
  1293. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8152470, dts=8155440, size=112
  1294. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8152470, dts=8155440, size=126
  1295. [flv @ 000000000056f600] Invalid DTS: 19710 PTS: 19677 in output stream 0:0, replacing by guess
  1296. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8158500, dts=8161470, size=108
  1297. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8158500, dts=8161470, size=122
  1298. [flv @ 000000000056f600] Invalid DTS: 19777 PTS: 19744 in output stream 0:0, replacing by guess
  1299. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8164530, dts=8167500, size=152
  1300. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8164530, dts=8167500, size=166
  1301. [flv @ 000000000056f600] Invalid DTS: 19844 PTS: 19811 in output stream 0:0, replacing by guess
  1302. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8170560, dts=8173530, size=192
  1303. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8170560, dts=8173530, size=206
  1304. [flv @ 000000000056f600] Invalid DTS: 19911 PTS: 19878 in output stream 0:0, replacing by guess
  1305. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8176500, dts=8179470, size=143
  1306. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8176500, dts=8179470, size=157
  1307. [flv @ 000000000056f600] Invalid DTS: 19977 PTS: 19944 in output stream 0:0, replacing by guess
  1308. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8182530, dts=8185500, size=429
  1309. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8182530, dts=8185500, size=443
  1310. [flv @ 000000000056f600] Invalid DTS: 20044 PTS: 20011 in output stream 0:0, replacing by guess
  1311. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8188560, dts=8191530, size=150
  1312. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8188560, dts=8191530, size=164
  1313. [flv @ 000000000056f600] Invalid DTS: 20111 PTS: 20078 in output stream 0:0, replacing by guess
  1314. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8194500, dts=8197470, size=194
  1315. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8194500, dts=8197470, size=208
  1316. [flv @ 000000000056f600] Invalid DTS: 20177 PTS: 20144 in output stream 0:0, replacing by guess
  1317. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8200530, dts=8203500, size=214
  1318. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8200530, dts=8203500, size=228
  1319. [flv @ 000000000056f600] Invalid DTS: 20244 PTS: 20211 in output stream 0:0, replacing by guess
  1320. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8206560, dts=8209530, size=160
  1321. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8206560, dts=8209530, size=174
  1322. [flv @ 000000000056f600] Invalid DTS: 20311 PTS: 20278 in output stream 0:0, replacing by guess
  1323. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8212590, dts=8215560, size=207
  1324. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8212590, dts=8215560, size=221
  1325. [flv @ 000000000056f600] Invalid DTS: 20378 PTS: 20345 in output stream 0:0, replacing by guess
  1326. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8224560, dts=8227530, size=207
  1327. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8224560, dts=8227530, size=221
  1328. [flv @ 000000000056f600] Invalid DTS: 20511 PTS: 20478 in output stream 0:0, replacing by guess
  1329. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8230590, dts=8233560, size=158
  1330. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8230590, dts=8233560, size=172
  1331. [flv @ 000000000056f600] Invalid DTS: 20578 PTS: 20545 in output stream 0:0, replacing by guess
  1332. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8236530, dts=8239500, size=135
  1333. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8236530, dts=8239500, size=149
  1334. [flv @ 000000000056f600] Invalid DTS: 20644 PTS: 20611 in output stream 0:0, replacing by guess
  1335. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8242560, dts=8245530, size=203
  1336. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8242560, dts=8245530, size=217
  1337. [flv @ 000000000056f600] Invalid DTS: 20711 PTS: 20678 in output stream 0:0, replacing by guess
  1338. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8248590, dts=8251560, size=148
  1339. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8248590, dts=8251560, size=162
  1340. [flv @ 000000000056f600] Invalid DTS: 20778 PTS: 20745 in output stream 0:0, replacing by guess
  1341. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8254530, dts=8257500, size=171
  1342. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8254530, dts=8257500, size=185
  1343. [flv @ 000000000056f600] Invalid DTS: 20844 PTS: 20811 in output stream 0:0, replacing by guess
  1344. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8260560, dts=8263530, size=167
  1345. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8260560, dts=8263530, size=181
  1346. [flv @ 000000000056f600] Invalid DTS: 20911 PTS: 20878 in output stream 0:0, replacing by guess
  1347. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8266590, dts=8269560, size=157
  1348. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8266590, dts=8269560, size=171
  1349. [flv @ 000000000056f600] Invalid DTS: 20978 PTS: 20945 in output stream 0:0, replacing by guess
  1350. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8272620, dts=8275590, size=175
  1351. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8272620, dts=8275590, size=189
  1352. [flv @ 000000000056f600] Invalid DTS: 21045 PTS: 21012 in output stream 0:0, replacing by guess
  1353. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8278560, dts=8281530, size=171
  1354. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8278560, dts=8281530, size=185
  1355. [flv @ 000000000056f600] Invalid DTS: 21111 PTS: 21078 in output stream 0:0, replacing by guess
  1356. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8284590, dts=8287560, size=139
  1357. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8284590, dts=8287560, size=153
  1358. [flv @ 000000000056f600] Invalid DTS: 21178 PTS: 21145 in output stream 0:0, replacing by guess
  1359. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8290620, dts=8293590, size=161
  1360. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8290620, dts=8293590, size=175
  1361. [flv @ 000000000056f600] Invalid DTS: 21245 PTS: 21212 in output stream 0:0, replacing by guess
  1362. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8296560, dts=8299530, size=166
  1363. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8296560, dts=8299530, size=180
  1364. [flv @ 000000000056f600] Invalid DTS: 21311 PTS: 21278 in output stream 0:0, replacing by guess
  1365. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8302590, dts=8305560, size=147
  1366. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8302590, dts=8305560, size=161
  1367. [flv @ 000000000056f600] Invalid DTS: 21378 PTS: 21345 in output stream 0:0, replacing by guess
  1368. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8308620, dts=8311590, size=168
  1369. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8308620, dts=8311590, size=182
  1370. [flv @ 000000000056f600] Invalid DTS: 21445 PTS: 21412 in output stream 0:0, replacing by guess
  1371. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8314560, dts=8317530, size=154
  1372. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8314560, dts=8317530, size=168
  1373. [flv @ 000000000056f600] Invalid DTS: 21511 PTS: 21478 in output stream 0:0, replacing by guess
  1374. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8320590, dts=8323560, size=154
  1375. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8320590, dts=8323560, size=168
  1376. [flv @ 000000000056f600] Invalid DTS: 21578 PTS: 21545 in output stream 0:0, replacing by guess
  1377. frame= 757 fps= 35 q=-1.0 size= 877kB time=00:00:22.18 bitrate= 323.9kbits/s speed=1.02x
  1378. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8332650, dts=8335620, size=110
  1379. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8332650, dts=8335620, size=124
  1380. [flv @ 000000000056f600] Invalid DTS: 21712 PTS: 21679 in output stream 0:0, replacing by guess
  1381. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8338590, dts=8341560, size=162
  1382. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8338590, dts=8341560, size=176
  1383. [flv @ 000000000056f600] Invalid DTS: 21778 PTS: 21745 in output stream 0:0, replacing by guess
  1384. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8344620, dts=8347590, size=164
  1385. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8344620, dts=8347590, size=178
  1386. [flv @ 000000000056f600] Invalid DTS: 21845 PTS: 21812 in output stream 0:0, replacing by guess
  1387. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8350650, dts=8353620, size=227
  1388. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8350650, dts=8353620, size=241
  1389. [flv @ 000000000056f600] Invalid DTS: 21912 PTS: 21879 in output stream 0:0, replacing by guess
  1390. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8356590, dts=8359560, size=156
  1391. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8356590, dts=8359560, size=170
  1392. [flv @ 000000000056f600] Invalid DTS: 21978 PTS: 21945 in output stream 0:0, replacing by guess
  1393. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8362620, dts=8365590, size=261
  1394. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8362620, dts=8365590, size=275
  1395. [flv @ 000000000056f600] Invalid DTS: 22045 PTS: 22012 in output stream 0:0, replacing by guess
  1396. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8368650, dts=8371620, size=158
  1397. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8368650, dts=8371620, size=172
  1398. [flv @ 000000000056f600] Invalid DTS: 22112 PTS: 22079 in output stream 0:0, replacing by guess
  1399. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8374680, dts=8377650, size=183
  1400. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8374680, dts=8377650, size=197
  1401. [flv @ 000000000056f600] Invalid DTS: 22179 PTS: 22146 in output stream 0:0, replacing by guess
  1402. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8380620, dts=8383590, size=252
  1403. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8380620, dts=8383590, size=266
  1404. [flv @ 000000000056f600] Invalid DTS: 22245 PTS: 22212 in output stream 0:0, replacing by guess
  1405. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8386650, dts=8389620, size=217
  1406. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8386650, dts=8389620, size=231
  1407. [flv @ 000000000056f600] Invalid DTS: 22312 PTS: 22279 in output stream 0:0, replacing by guess
  1408. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8392680, dts=8395650, size=180
  1409. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8392680, dts=8395650, size=194
  1410. [flv @ 000000000056f600] Invalid DTS: 22379 PTS: 22346 in output stream 0:0, replacing by guess
  1411. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8398620, dts=8401590, size=242
  1412. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8398620, dts=8401590, size=256
  1413. [flv @ 000000000056f600] Invalid DTS: 22445 PTS: 22412 in output stream 0:0, replacing by guess
  1414. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8404650, dts=8407620, size=188
  1415. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8404650, dts=8407620, size=202
  1416. [flv @ 000000000056f600] Invalid DTS: 22512 PTS: 22479 in output stream 0:0, replacing by guess
  1417. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8410680, dts=8413650, size=218
  1418. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8410680, dts=8413650, size=232
  1419. [flv @ 000000000056f600] Invalid DTS: 22579 PTS: 22546 in output stream 0:0, replacing by guess
  1420. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8416620, dts=8419590, size=253
  1421. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8416620, dts=8419590, size=267
  1422. [flv @ 000000000056f600] Invalid DTS: 22645 PTS: 22612 in output stream 0:0, replacing by guess
  1423. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8422650, dts=8425620, size=172
  1424. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8422650, dts=8425620, size=186
  1425. [flv @ 000000000056f600] Invalid DTS: 22712 PTS: 22679 in output stream 0:0, replacing by guess
  1426. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8428680, dts=8431650, size=173
  1427. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8428680, dts=8431650, size=187
  1428. [flv @ 000000000056f600] Invalid DTS: 22779 PTS: 22746 in output stream 0:0, replacing by guess
  1429. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8440650, dts=8443620, size=86
  1430. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8440650, dts=8443620, size=100
  1431. [flv @ 000000000056f600] Invalid DTS: 22912 PTS: 22879 in output stream 0:0, replacing by guess
  1432. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8446680, dts=8449650, size=128
  1433. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8446680, dts=8449650, size=142
  1434. [flv @ 000000000056f600] Invalid DTS: 22979 PTS: 22946 in output stream 0:0, replacing by guess
  1435. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8452710, dts=8455680, size=139
  1436. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8452710, dts=8455680, size=153
  1437. [flv @ 000000000056f600] Invalid DTS: 23046 PTS: 23013 in output stream 0:0, replacing by guess
  1438. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8458650, dts=8461620, size=176
  1439. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8458650, dts=8461620, size=190
  1440. [flv @ 000000000056f600] Invalid DTS: 23112 PTS: 23079 in output stream 0:0, replacing by guess
  1441. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8464680, dts=8467650, size=298
  1442. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8464680, dts=8467650, size=312
  1443. [flv @ 000000000056f600] Invalid DTS: 23179 PTS: 23146 in output stream 0:0, replacing by guess
  1444. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8470710, dts=8473680, size=277
  1445. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8470710, dts=8473680, size=291
  1446. [flv @ 000000000056f600] Invalid DTS: 23246 PTS: 23213 in output stream 0:0, replacing by guess
  1447. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8476650, dts=8479620, size=296
  1448. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8476650, dts=8479620, size=310
  1449. [flv @ 000000000056f600] Invalid DTS: 23312 PTS: 23279 in output stream 0:0, replacing by guess
  1450. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8482680, dts=8485650, size=454
  1451. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8482680, dts=8485650, size=468
  1452. [flv @ 000000000056f600] Invalid DTS: 23379 PTS: 23346 in output stream 0:0, replacing by guess
  1453. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8488710, dts=8491680, size=362
  1454. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8488710, dts=8491680, size=376
  1455. [flv @ 000000000056f600] Invalid DTS: 23446 PTS: 23413 in output stream 0:0, replacing by guess
  1456. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8494740, dts=8497710, size=326
  1457. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8494740, dts=8497710, size=340
  1458. [flv @ 000000000056f600] Invalid DTS: 23513 PTS: 23480 in output stream 0:0, replacing by guess
  1459. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8500680, dts=8503650, size=204
  1460. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8500680, dts=8503650, size=218
  1461. [flv @ 000000000056f600] Invalid DTS: 23579 PTS: 23546 in output stream 0:0, replacing by guess
  1462. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8506710, dts=8509680, size=279
  1463. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8506710, dts=8509680, size=293
  1464. [flv @ 000000000056f600] Invalid DTS: 23646 PTS: 23613 in output stream 0:0, replacing by guess
  1465. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8512740, dts=8515710, size=165
  1466. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8512740, dts=8515710, size=179
  1467. [flv @ 000000000056f600] Invalid DTS: 23713 PTS: 23680 in output stream 0:0, replacing by guess
  1468. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8518680, dts=8521650, size=140
  1469. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8518680, dts=8521650, size=154
  1470. [flv @ 000000000056f600] Invalid DTS: 23779 PTS: 23746 in output stream 0:0, replacing by guess
  1471. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8524710, dts=8527680, size=134
  1472. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8524710, dts=8527680, size=148
  1473. [flv @ 000000000056f600] Invalid DTS: 23846 PTS: 23813 in output stream 0:0, replacing by guess
  1474. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8530740, dts=8533710, size=121
  1475. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8530740, dts=8533710, size=135
  1476. [flv @ 000000000056f600] Invalid DTS: 23913 PTS: 23880 in output stream 0:0, replacing by guess
  1477. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8536770, dts=8539740, size=134
  1478. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8536770, dts=8539740, size=148
  1479. [flv @ 000000000056f600] Invalid DTS: 23980 PTS: 23947 in output stream 0:0, replacing by guess
  1480. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8548740, dts=8551710, size=118
  1481. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8548740, dts=8551710, size=132
  1482. [flv @ 000000000056f600] Invalid DTS: 24113 PTS: 24080 in output stream 0:0, replacing by guess
  1483. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8554770, dts=8557740, size=184
  1484. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8554770, dts=8557740, size=198
  1485. [flv @ 000000000056f600] Invalid DTS: 24180 PTS: 24147 in output stream 0:0, replacing by guess
  1486. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8560710, dts=8563680, size=165
  1487. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8560710, dts=8563680, size=179
  1488. [flv @ 000000000056f600] Invalid DTS: 24246 PTS: 24213 in output stream 0:0, replacing by guess
  1489. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8566740, dts=8569710, size=213
  1490. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8566740, dts=8569710, size=227
  1491. [flv @ 000000000056f600] Invalid DTS: 24313 PTS: 24280 in output stream 0:0, replacing by guess
  1492. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8572770, dts=8575740, size=211
  1493. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8572770, dts=8575740, size=225
  1494. [flv @ 000000000056f600] Invalid DTS: 24380 PTS: 24347 in output stream 0:0, replacing by guess
  1495. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8578710, dts=8581680, size=238
  1496. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8578710, dts=8581680, size=252
  1497. [flv @ 000000000056f600] Invalid DTS: 24446 PTS: 24413 in output stream 0:0, replacing by guess
  1498. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8584740, dts=8587710, size=159
  1499. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8584740, dts=8587710, size=173
  1500. [flv @ 000000000056f600] Invalid DTS: 24513 PTS: 24480 in output stream 0:0, replacing by guess
  1501. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8590770, dts=8593740, size=111
  1502. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8590770, dts=8593740, size=125
  1503. [flv @ 000000000056f600] Invalid DTS: 24580 PTS: 24547 in output stream 0:0, replacing by guess
  1504. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8596800, dts=8599770, size=124
  1505. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8596800, dts=8599770, size=138
  1506. [flv @ 000000000056f600] Invalid DTS: 24647 PTS: 24614 in output stream 0:0, replacing by guess
  1507. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8602740, dts=8605710, size=123
  1508. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8602740, dts=8605710, size=137
  1509. [flv @ 000000000056f600] Invalid DTS: 24713 PTS: 24680 in output stream 0:0, replacing by guess
  1510. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8608770, dts=8611740, size=159
  1511. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8608770, dts=8611740, size=173
  1512. [flv @ 000000000056f600] Invalid DTS: 24780 PTS: 24747 in output stream 0:0, replacing by guess
  1513. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8614800, dts=8617770, size=174
  1514. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8614800, dts=8617770, size=188
  1515. [flv @ 000000000056f600] Invalid DTS: 24847 PTS: 24814 in output stream 0:0, replacing by guess
  1516. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8620740, dts=8623710, size=140
  1517. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8620740, dts=8623710, size=154
  1518. [flv @ 000000000056f600] Invalid DTS: 24913 PTS: 24880 in output stream 0:0, replacing by guess
  1519. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8626770, dts=8629740, size=139
  1520. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8626770, dts=8629740, size=153
  1521. [flv @ 000000000056f600] Invalid DTS: 24980 PTS: 24947 in output stream 0:0, replacing by guess
  1522. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8632800, dts=8635770, size=120
  1523. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8632800, dts=8635770, size=134
  1524. [flv @ 000000000056f600] Invalid DTS: 25047 PTS: 25014 in output stream 0:0, replacing by guess
  1525. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8638830, dts=8641800, size=150
  1526. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8638830, dts=8641800, size=164
  1527. [flv @ 000000000056f600] Invalid DTS: 25114 PTS: 25081 in output stream 0:0, replacing by guess
  1528. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8644770, dts=8647740, size=141
  1529. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8644770, dts=8647740, size=155
  1530. [flv @ 000000000056f600] Invalid DTS: 25180 PTS: 25147 in output stream 0:0, replacing by guess
  1531. frame= 865 fps= 33 q=-1.0 size= 1015kB time=00:00:25.66 bitrate= 323.8kbits/s speed=0.98x
  1532. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8656830, dts=8659800, size=92
  1533. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8656830, dts=8659800, size=106
  1534. [flv @ 000000000056f600] Invalid DTS: 25314 PTS: 25281 in output stream 0:0, replacing by guess
  1535. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8662770, dts=8665740, size=106
  1536. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8662770, dts=8665740, size=120
  1537. [flv @ 000000000056f600] Invalid DTS: 25380 PTS: 25347 in output stream 0:0, replacing by guess
  1538. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8668800, dts=8671770, size=145
  1539. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8668800, dts=8671770, size=159
  1540. [flv @ 000000000056f600] Invalid DTS: 25447 PTS: 25414 in output stream 0:0, replacing by guess
  1541. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8674830, dts=8677800, size=151
  1542. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8674830, dts=8677800, size=165
  1543. [flv @ 000000000056f600] Invalid DTS: 25514 PTS: 25481 in output stream 0:0, replacing by guess
  1544. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8680770, dts=8683740, size=138
  1545. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8680770, dts=8683740, size=152
  1546. [flv @ 000000000056f600] Invalid DTS: 25580 PTS: 25547 in output stream 0:0, replacing by guess
  1547. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8686800, dts=8689770, size=169
  1548. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8686800, dts=8689770, size=183
  1549. [flv @ 000000000056f600] Invalid DTS: 25647 PTS: 25614 in output stream 0:0, replacing by guess
  1550. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8692830, dts=8695800, size=143
  1551. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8692830, dts=8695800, size=157
  1552. [flv @ 000000000056f600] Invalid DTS: 25714 PTS: 25681 in output stream 0:0, replacing by guess
  1553. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8698860, dts=8701830, size=170
  1554. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8698860, dts=8701830, size=184
  1555. [flv @ 000000000056f600] Invalid DTS: 25781 PTS: 25748 in output stream 0:0, replacing by guess
  1556. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8704800, dts=8707770, size=133
  1557. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8704800, dts=8707770, size=147
  1558. [flv @ 000000000056f600] Invalid DTS: 25847 PTS: 25814 in output stream 0:0, replacing by guess
  1559. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8710830, dts=8713800, size=128
  1560. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8710830, dts=8713800, size=142
  1561. [flv @ 000000000056f600] Invalid DTS: 25914 PTS: 25881 in output stream 0:0, replacing by guess
  1562. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8716860, dts=8719830, size=104
  1563. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8716860, dts=8719830, size=118
  1564. [flv @ 000000000056f600] Invalid DTS: 25981 PTS: 25948 in output stream 0:0, replacing by guess
  1565. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8722800, dts=8725770, size=108
  1566. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8722800, dts=8725770, size=122
  1567. [flv @ 000000000056f600] Invalid DTS: 26047 PTS: 26014 in output stream 0:0, replacing by guess
  1568. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8728830, dts=8731800, size=105
  1569. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8728830, dts=8731800, size=119
  1570. [flv @ 000000000056f600] Invalid DTS: 26114 PTS: 26081 in output stream 0:0, replacing by guess
  1571. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8734860, dts=8737830, size=97
  1572. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8734860, dts=8737830, size=111
  1573. [flv @ 000000000056f600] Invalid DTS: 26181 PTS: 26148 in output stream 0:0, replacing by guess
  1574. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8740800, dts=8743770, size=118
  1575. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8740800, dts=8743770, size=132
  1576. [flv @ 000000000056f600] Invalid DTS: 26247 PTS: 26214 in output stream 0:0, replacing by guess
  1577. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8746830, dts=8749800, size=132
  1578. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8746830, dts=8749800, size=146
  1579. [flv @ 000000000056f600] Invalid DTS: 26314 PTS: 26281 in output stream 0:0, replacing by guess
  1580. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8752860, dts=8755830, size=144
  1581. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8752860, dts=8755830, size=158
  1582. [flv @ 000000000056f600] Invalid DTS: 26381 PTS: 26348 in output stream 0:0, replacing by guess
  1583. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8764830, dts=8767800, size=97
  1584. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8764830, dts=8767800, size=111
  1585. [flv @ 000000000056f600] Invalid DTS: 26514 PTS: 26481 in output stream 0:0, replacing by guess
  1586. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8770860, dts=8773830, size=128
  1587. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8770860, dts=8773830, size=142
  1588. [flv @ 000000000056f600] Invalid DTS: 26581 PTS: 26548 in output stream 0:0, replacing by guess
  1589. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8776890, dts=8779860, size=106
  1590. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8776890, dts=8779860, size=120
  1591. [flv @ 000000000056f600] Invalid DTS: 26648 PTS: 26615 in output stream 0:0, replacing by guess
  1592. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8782830, dts=8785800, size=125
  1593. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8782830, dts=8785800, size=139
  1594. [flv @ 000000000056f600] Invalid DTS: 26714 PTS: 26681 in output stream 0:0, replacing by guess
  1595. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8788860, dts=8791830, size=83
  1596. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8788860, dts=8791830, size=97
  1597. [flv @ 000000000056f600] Invalid DTS: 26781 PTS: 26748 in output stream 0:0, replacing by guess
  1598. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8794890, dts=8797860, size=84
  1599. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8794890, dts=8797860, size=98
  1600. [flv @ 000000000056f600] Invalid DTS: 26848 PTS: 26815 in output stream 0:0, replacing by guess
  1601. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8800830, dts=8803800, size=103
  1602. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8800830, dts=8803800, size=117
  1603. [flv @ 000000000056f600] Invalid DTS: 26914 PTS: 26881 in output stream 0:0, replacing by guess
  1604. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8806860, dts=8809830, size=112
  1605. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8806860, dts=8809830, size=126
  1606. [flv @ 000000000056f600] Invalid DTS: 26981 PTS: 26948 in output stream 0:0, replacing by guess
  1607. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8812890, dts=8815860, size=111
  1608. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8812890, dts=8815860, size=125
  1609. [flv @ 000000000056f600] Invalid DTS: 27048 PTS: 27015 in output stream 0:0, replacing by guess
  1610. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8818920, dts=8821890, size=118
  1611. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8818920, dts=8821890, size=132
  1612. [flv @ 000000000056f600] Invalid DTS: 27115 PTS: 27082 in output stream 0:0, replacing by guess
  1613. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8824860, dts=8827830, size=143
  1614. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8824860, dts=8827830, size=157
  1615. [flv @ 000000000056f600] Invalid DTS: 27181 PTS: 27148 in output stream 0:0, replacing by guess
  1616. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8830890, dts=8833860, size=119
  1617. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8830890, dts=8833860, size=133
  1618. [flv @ 000000000056f600] Invalid DTS: 27248 PTS: 27215 in output stream 0:0, replacing by guess
  1619. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8836920, dts=8839890, size=110
  1620. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8836920, dts=8839890, size=124
  1621. [flv @ 000000000056f600] Invalid DTS: 27315 PTS: 27282 in output stream 0:0, replacing by guess
  1622. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8842860, dts=8845830, size=115
  1623. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8842860, dts=8845830, size=129
  1624. [flv @ 000000000056f600] Invalid DTS: 27381 PTS: 27348 in output stream 0:0, replacing by guess
  1625. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8848890, dts=8851860, size=118
  1626. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8848890, dts=8851860, size=132
  1627. [flv @ 000000000056f600] Invalid DTS: 27448 PTS: 27415 in output stream 0:0, replacing by guess
  1628. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8854920, dts=8857890, size=120
  1629. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8854920, dts=8857890, size=134
  1630. [flv @ 000000000056f600] Invalid DTS: 27515 PTS: 27482 in output stream 0:0, replacing by guess
  1631. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8860950, dts=8863920, size=126
  1632. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8860950, dts=8863920, size=140
  1633. [flv @ 000000000056f600] Invalid DTS: 27582 PTS: 27549 in output stream 0:0, replacing by guess
  1634. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8872920, dts=8875890, size=102
  1635. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8872920, dts=8875890, size=116
  1636. [flv @ 000000000056f600] Invalid DTS: 27715 PTS: 27682 in output stream 0:0, replacing by guess
  1637. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8878950, dts=8881920, size=127
  1638. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8878950, dts=8881920, size=141
  1639. [flv @ 000000000056f600] Invalid DTS: 27782 PTS: 27749 in output stream 0:0, replacing by guess
  1640. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8884890, dts=8887860, size=104
  1641. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8884890, dts=8887860, size=118
  1642. [flv @ 000000000056f600] Invalid DTS: 27848 PTS: 27815 in output stream 0:0, replacing by guess
  1643. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8890920, dts=8893890, size=119
  1644. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8890920, dts=8893890, size=133
  1645. [flv @ 000000000056f600] Invalid DTS: 27915 PTS: 27882 in output stream 0:0, replacing by guess
  1646. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8896950, dts=8899920, size=111
  1647. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8896950, dts=8899920, size=125
  1648. [flv @ 000000000056f600] Invalid DTS: 27982 PTS: 27949 in output stream 0:0, replacing by guess
  1649. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8902890, dts=8905860, size=97
  1650. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8902890, dts=8905860, size=111
  1651. [flv @ 000000000056f600] Invalid DTS: 28048 PTS: 28015 in output stream 0:0, replacing by guess
  1652. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8908920, dts=8911890, size=120
  1653. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8908920, dts=8911890, size=134
  1654. [flv @ 000000000056f600] Invalid DTS: 28115 PTS: 28082 in output stream 0:0, replacing by guess
  1655. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8914950, dts=8917920, size=82
  1656. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8914950, dts=8917920, size=96
  1657. [flv @ 000000000056f600] Invalid DTS: 28182 PTS: 28149 in output stream 0:0, replacing by guess
  1658. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8920980, dts=8923950, size=125
  1659. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8920980, dts=8923950, size=139
  1660. [flv @ 000000000056f600] Invalid DTS: 28249 PTS: 28216 in output stream 0:0, replacing by guess
  1661. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8926920, dts=8929890, size=107
  1662. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8926920, dts=8929890, size=121
  1663. [flv @ 000000000056f600] Invalid DTS: 28315 PTS: 28282 in output stream 0:0, replacing by guess
  1664. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8932950, dts=8935920, size=93
  1665. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8932950, dts=8935920, size=107
  1666. [flv @ 000000000056f600] Invalid DTS: 28382 PTS: 28349 in output stream 0:0, replacing by guess
  1667. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8938980, dts=8941950, size=176
  1668. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8938980, dts=8941950, size=190
  1669. [flv @ 000000000056f600] Invalid DTS: 28449 PTS: 28416 in output stream 0:0, replacing by guess
  1670. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8944920, dts=8947890, size=115
  1671. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8944920, dts=8947890, size=129
  1672. [flv @ 000000000056f600] Invalid DTS: 28515 PTS: 28482 in output stream 0:0, replacing by guess
  1673. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8950950, dts=8953920, size=77
  1674. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8950950, dts=8953920, size=91
  1675. [flv @ 000000000056f600] Invalid DTS: 28582 PTS: 28549 in output stream 0:0, replacing by guess
  1676. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8956980, dts=8959950, size=77
  1677. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8956980, dts=8959950, size=91
  1678. [flv @ 000000000056f600] Invalid DTS: 28649 PTS: 28616 in output stream 0:0, replacing by guess
  1679. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8962920, dts=8965890, size=123
  1680. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8962920, dts=8965890, size=137
  1681. [flv @ 000000000056f600] Invalid DTS: 28715 PTS: 28682 in output stream 0:0, replacing by guess
  1682. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8968950, dts=8971920, size=102
  1683. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8968950, dts=8971920, size=116
  1684. [flv @ 000000000056f600] Invalid DTS: 28782 PTS: 28749 in output stream 0:0, replacing by guess
  1685. frame= 973 fps= 36 q=-1.0 size= 1137kB time=00:00:29.38 bitrate= 317.0kbits/s speed=1.09x
  1686. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8981010, dts=8983980, size=88
  1687. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8981010, dts=8983980, size=102
  1688. [flv @ 000000000056f600] Invalid DTS: 28916 PTS: 28883 in output stream 0:0, replacing by guess
  1689. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8986950, dts=8989920, size=103
  1690. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8986950, dts=8989920, size=117
  1691. [flv @ 000000000056f600] Invalid DTS: 28982 PTS: 28949 in output stream 0:0, replacing by guess
  1692. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8992980, dts=8995950, size=201
  1693. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8992980, dts=8995950, size=215
  1694. [flv @ 000000000056f600] Invalid DTS: 29049 PTS: 29016 in output stream 0:0, replacing by guess
  1695. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=8999010, dts=9001980, size=124
  1696. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=8999010, dts=9001980, size=138
  1697. [flv @ 000000000056f600] Invalid DTS: 29116 PTS: 29083 in output stream 0:0, replacing by guess
  1698. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9004950, dts=9007920, size=235
  1699. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9004950, dts=9007920, size=249
  1700. [flv @ 000000000056f600] Invalid DTS: 29182 PTS: 29149 in output stream 0:0, replacing by guess
  1701. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9010980, dts=9013950, size=223
  1702. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9010980, dts=9013950, size=237
  1703. [flv @ 000000000056f600] Invalid DTS: 29249 PTS: 29216 in output stream 0:0, replacing by guess
  1704. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9017010, dts=9019980, size=166
  1705. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9017010, dts=9019980, size=180
  1706. [flv @ 000000000056f600] Invalid DTS: 29316 PTS: 29283 in output stream 0:0, replacing by guess
  1707. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9023040, dts=9026010, size=141
  1708. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9023040, dts=9026010, size=155
  1709. [flv @ 000000000056f600] Invalid DTS: 29383 PTS: 29350 in output stream 0:0, replacing by guess
  1710. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9028980, dts=9031950, size=165
  1711. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9028980, dts=9031950, size=179
  1712. [flv @ 000000000056f600] Invalid DTS: 29449 PTS: 29416 in output stream 0:0, replacing by guess
  1713. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9035010, dts=9037980, size=176
  1714. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9035010, dts=9037980, size=190
  1715. [flv @ 000000000056f600] Invalid DTS: 29516 PTS: 29483 in output stream 0:0, replacing by guess
  1716. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9041040, dts=9044010, size=119
  1717. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9041040, dts=9044010, size=133
  1718. [flv @ 000000000056f600] Invalid DTS: 29583 PTS: 29550 in output stream 0:0, replacing by guess
  1719. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9046980, dts=9049950, size=169
  1720. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9046980, dts=9049950, size=183
  1721. [flv @ 000000000056f600] Invalid DTS: 29649 PTS: 29616 in output stream 0:0, replacing by guess
  1722. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9053010, dts=9055980, size=135
  1723. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9053010, dts=9055980, size=149
  1724. [flv @ 000000000056f600] Invalid DTS: 29716 PTS: 29683 in output stream 0:0, replacing by guess
  1725. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9059040, dts=9062010, size=146
  1726. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9059040, dts=9062010, size=160
  1727. [flv @ 000000000056f600] Invalid DTS: 29783 PTS: 29750 in output stream 0:0, replacing by guess
  1728. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9064980, dts=9067950, size=127
  1729. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9064980, dts=9067950, size=141
  1730. [flv @ 000000000056f600] Invalid DTS: 29849 PTS: 29816 in output stream 0:0, replacing by guess
  1731. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9071010, dts=9073980, size=138
  1732. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9071010, dts=9073980, size=152
  1733. [flv @ 000000000056f600] Invalid DTS: 29916 PTS: 29883 in output stream 0:0, replacing by guess
  1734. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9077040, dts=9080010, size=94
  1735. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9077040, dts=9080010, size=108
  1736. [flv @ 000000000056f600] Invalid DTS: 29983 PTS: 29950 in output stream 0:0, replacing by guess
  1737. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9089010, dts=9091980, size=81
  1738. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9089010, dts=9091980, size=95
  1739. [flv @ 000000000056f600] Invalid DTS: 30116 PTS: 30083 in output stream 0:0, replacing by guess
  1740. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9095040, dts=9098010, size=127
  1741. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9095040, dts=9098010, size=141
  1742. [flv @ 000000000056f600] Invalid DTS: 30183 PTS: 30150 in output stream 0:0, replacing by guess
  1743. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9101070, dts=9104040, size=119
  1744. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9101070, dts=9104040, size=133
  1745. [flv @ 000000000056f600] Invalid DTS: 30250 PTS: 30217 in output stream 0:0, replacing by guess
  1746. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9107010, dts=9109980, size=139
  1747. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9107010, dts=9109980, size=153
  1748. [flv @ 000000000056f600] Invalid DTS: 30316 PTS: 30283 in output stream 0:0, replacing by guess
  1749. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9113040, dts=9116010, size=158
  1750. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9113040, dts=9116010, size=172
  1751. [flv @ 000000000056f600] Invalid DTS: 30383 PTS: 30350 in output stream 0:0, replacing by guess
  1752. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9119070, dts=9122040, size=137
  1753. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9119070, dts=9122040, size=151
  1754. [flv @ 000000000056f600] Invalid DTS: 30450 PTS: 30417 in output stream 0:0, replacing by guess
  1755. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9125100, dts=9128070, size=168
  1756. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9125100, dts=9128070, size=182
  1757. [flv @ 000000000056f600] Invalid DTS: 30517 PTS: 30484 in output stream 0:0, replacing by guess
  1758. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9131040, dts=9134010, size=143
  1759. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9131040, dts=9134010, size=157
  1760. [flv @ 000000000056f600] Invalid DTS: 30583 PTS: 30550 in output stream 0:0, replacing by guess
  1761. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9137070, dts=9140040, size=169
  1762. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9137070, dts=9140040, size=183
  1763. [flv @ 000000000056f600] Invalid DTS: 30650 PTS: 30617 in output stream 0:0, replacing by guess
  1764. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9143100, dts=9146070, size=152
  1765. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9143100, dts=9146070, size=166
  1766. [flv @ 000000000056f600] Invalid DTS: 30717 PTS: 30684 in output stream 0:0, replacing by guess
  1767. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9149040, dts=9152010, size=112
  1768. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9149040, dts=9152010, size=126
  1769. [flv @ 000000000056f600] Invalid DTS: 30783 PTS: 30750 in output stream 0:0, replacing by guess
  1770. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9155070, dts=9158040, size=116
  1771. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9155070, dts=9158040, size=130
  1772. [flv @ 000000000056f600] Invalid DTS: 30850 PTS: 30817 in output stream 0:0, replacing by guess
  1773. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9161100, dts=9164070, size=122
  1774. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9161100, dts=9164070, size=136
  1775. [flv @ 000000000056f600] Invalid DTS: 30917 PTS: 30884 in output stream 0:0, replacing by guess
  1776. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9167040, dts=9170010, size=134
  1777. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9167040, dts=9170010, size=148
  1778. [flv @ 000000000056f600] Invalid DTS: 30983 PTS: 30950 in output stream 0:0, replacing by guess
  1779. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9173070, dts=9176040, size=142
  1780. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9173070, dts=9176040, size=156
  1781. [flv @ 000000000056f600] Invalid DTS: 31050 PTS: 31017 in output stream 0:0, replacing by guess
  1782. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9179100, dts=9182070, size=151
  1783. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9179100, dts=9182070, size=165
  1784. [flv @ 000000000056f600] Invalid DTS: 31117 PTS: 31084 in output stream 0:0, replacing by guess
  1785. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9185130, dts=9188100, size=122
  1786. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9185130, dts=9188100, size=136
  1787. [flv @ 000000000056f600] Invalid DTS: 31184 PTS: 31151 in output stream 0:0, replacing by guess
  1788. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9197100, dts=9200070, size=115
  1789. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9197100, dts=9200070, size=129
  1790. [flv @ 000000000056f600] Invalid DTS: 31317 PTS: 31284 in output stream 0:0, replacing by guess
  1791. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9203130, dts=9206100, size=109
  1792. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9203130, dts=9206100, size=123
  1793. [flv @ 000000000056f600] Invalid DTS: 31384 PTS: 31351 in output stream 0:0, replacing by guess
  1794. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9209070, dts=9212040, size=186
  1795. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9209070, dts=9212040, size=200
  1796. [flv @ 000000000056f600] Invalid DTS: 31450 PTS: 31417 in output stream 0:0, replacing by guess
  1797. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9215100, dts=9218070, size=228
  1798. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9215100, dts=9218070, size=242
  1799. [flv @ 000000000056f600] Invalid DTS: 31517 PTS: 31484 in output stream 0:0, replacing by guess
  1800. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9221130, dts=9224100, size=387
  1801. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9221130, dts=9224100, size=401
  1802. [flv @ 000000000056f600] Invalid DTS: 31584 PTS: 31551 in output stream 0:0, replacing by guess
  1803. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9227070, dts=9230040, size=481
  1804. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9227070, dts=9230040, size=495
  1805. [flv @ 000000000056f600] Invalid DTS: 31650 PTS: 31617 in output stream 0:0, replacing by guess
  1806. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9233100, dts=9236070, size=476
  1807. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9233100, dts=9236070, size=490
  1808. [flv @ 000000000056f600] Invalid DTS: 31717 PTS: 31684 in output stream 0:0, replacing by guess
  1809. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9239130, dts=9242100, size=551
  1810. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9239130, dts=9242100, size=565
  1811. [flv @ 000000000056f600] Invalid DTS: 31784 PTS: 31751 in output stream 0:0, replacing by guess
  1812. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9245160, dts=9248130, size=588
  1813. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9245160, dts=9248130, size=602
  1814. [flv @ 000000000056f600] Invalid DTS: 31851 PTS: 31818 in output stream 0:0, replacing by guess
  1815. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9251100, dts=9254070, size=499
  1816. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9251100, dts=9254070, size=513
  1817. [flv @ 000000000056f600] Invalid DTS: 31917 PTS: 31884 in output stream 0:0, replacing by guess
  1818. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9257130, dts=9260100, size=516
  1819. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9257130, dts=9260100, size=530
  1820. [flv @ 000000000056f600] Invalid DTS: 31984 PTS: 31951 in output stream 0:0, replacing by guess
  1821. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9263160, dts=9266130, size=259
  1822. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9263160, dts=9266130, size=273
  1823. [flv @ 000000000056f600] Invalid DTS: 32051 PTS: 32018 in output stream 0:0, replacing by guess
  1824. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9269100, dts=9272070, size=228
  1825. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9269100, dts=9272070, size=242
  1826. [flv @ 000000000056f600] Invalid DTS: 32117 PTS: 32084 in output stream 0:0, replacing by guess
  1827. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9275130, dts=9278100, size=158
  1828. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9275130, dts=9278100, size=172
  1829. [flv @ 000000000056f600] Invalid DTS: 32184 PTS: 32151 in output stream 0:0, replacing by guess
  1830. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9281160, dts=9284130, size=117
  1831. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9281160, dts=9284130, size=131
  1832. [flv @ 000000000056f600] Invalid DTS: 32251 PTS: 32218 in output stream 0:0, replacing by guess
  1833. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9287190, dts=9290160, size=134
  1834. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9287190, dts=9290160, size=148
  1835. [flv @ 000000000056f600] Invalid DTS: 32318 PTS: 32285 in output stream 0:0, replacing by guess
  1836. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9293130, dts=9296100, size=118
  1837. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9293130, dts=9296100, size=132
  1838. [flv @ 000000000056f600] Invalid DTS: 32384 PTS: 32351 in output stream 0:0, replacing by guess
  1839. frame= 1081 fps= 35 q=-1.0 size= 1277kB time=00:00:32.86 bitrate= 318.3kbits/s speed=1.07x
  1840. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9305190, dts=9308160, size=83
  1841. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9305190, dts=9308160, size=97
  1842. [flv @ 000000000056f600] Invalid DTS: 32518 PTS: 32485 in output stream 0:0, replacing by guess
  1843. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9311130, dts=9314100, size=88
  1844. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9311130, dts=9314100, size=102
  1845. [flv @ 000000000056f600] Invalid DTS: 32584 PTS: 32551 in output stream 0:0, replacing by guess
  1846. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9317160, dts=9320130, size=76
  1847. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9317160, dts=9320130, size=90
  1848. [flv @ 000000000056f600] Invalid DTS: 32651 PTS: 32618 in output stream 0:0, replacing by guess
  1849. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9323190, dts=9326160, size=89
  1850. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9323190, dts=9326160, size=103
  1851. [flv @ 000000000056f600] Invalid DTS: 32718 PTS: 32685 in output stream 0:0, replacing by guess
  1852. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9329130, dts=9332100, size=86
  1853. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9329130, dts=9332100, size=100
  1854. [flv @ 000000000056f600] Invalid DTS: 32784 PTS: 32751 in output stream 0:0, replacing by guess
  1855. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9335160, dts=9338130, size=94
  1856. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9335160, dts=9338130, size=108
  1857. [flv @ 000000000056f600] Invalid DTS: 32851 PTS: 32818 in output stream 0:0, replacing by guess
  1858. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9341190, dts=9344160, size=144
  1859. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9341190, dts=9344160, size=158
  1860. [flv @ 000000000056f600] Invalid DTS: 32918 PTS: 32885 in output stream 0:0, replacing by guess
  1861. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9347220, dts=9350190, size=144
  1862. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9347220, dts=9350190, size=158
  1863. [flv @ 000000000056f600] Invalid DTS: 32985 PTS: 32952 in output stream 0:0, replacing by guess
  1864. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9353160, dts=9356130, size=207
  1865. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9353160, dts=9356130, size=221
  1866. [flv @ 000000000056f600] Invalid DTS: 33051 PTS: 33018 in output stream 0:0, replacing by guess
  1867. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9359190, dts=9362160, size=155
  1868. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9359190, dts=9362160, size=169
  1869. [flv @ 000000000056f600] Invalid DTS: 33118 PTS: 33085 in output stream 0:0, replacing by guess
  1870. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9365220, dts=9368190, size=168
  1871. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9365220, dts=9368190, size=182
  1872. [flv @ 000000000056f600] Invalid DTS: 33185 PTS: 33152 in output stream 0:0, replacing by guess
  1873. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9371160, dts=9374130, size=191
  1874. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9371160, dts=9374130, size=205
  1875. [flv @ 000000000056f600] Invalid DTS: 33251 PTS: 33218 in output stream 0:0, replacing by guess
  1876. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9377190, dts=9380160, size=177
  1877. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9377190, dts=9380160, size=191
  1878. [flv @ 000000000056f600] Invalid DTS: 33318 PTS: 33285 in output stream 0:0, replacing by guess
  1879. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9383220, dts=9386190, size=164
  1880. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9383220, dts=9386190, size=178
  1881. [flv @ 000000000056f600] Invalid DTS: 33385 PTS: 33352 in output stream 0:0, replacing by guess
  1882. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9389160, dts=9392130, size=171
  1883. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9389160, dts=9392130, size=185
  1884. [flv @ 000000000056f600] Invalid DTS: 33451 PTS: 33418 in output stream 0:0, replacing by guess
  1885. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9395190, dts=9398160, size=117
  1886. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9395190, dts=9398160, size=131
  1887. [flv @ 000000000056f600] Invalid DTS: 33518 PTS: 33485 in output stream 0:0, replacing by guess
  1888. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9401220, dts=9404190, size=114
  1889. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9401220, dts=9404190, size=128
  1890. [flv @ 000000000056f600] Invalid DTS: 33585 PTS: 33552 in output stream 0:0, replacing by guess
  1891. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9413190, dts=9416160, size=86
  1892. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9413190, dts=9416160, size=100
  1893. [flv @ 000000000056f600] Invalid DTS: 33718 PTS: 33685 in output stream 0:0, replacing by guess
  1894. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9419220, dts=9422190, size=70
  1895. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9419220, dts=9422190, size=84
  1896. [flv @ 000000000056f600] Invalid DTS: 33785 PTS: 33752 in output stream 0:0, replacing by guess
  1897. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9425250, dts=9428220, size=77
  1898. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9425250, dts=9428220, size=91
  1899. [flv @ 000000000056f600] Invalid DTS: 33852 PTS: 33819 in output stream 0:0, replacing by guess
  1900. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9431190, dts=9434160, size=76
  1901. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9431190, dts=9434160, size=90
  1902. [flv @ 000000000056f600] Invalid DTS: 33918 PTS: 33885 in output stream 0:0, replacing by guess
  1903. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9437220, dts=9440190, size=87
  1904. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9437220, dts=9440190, size=101
  1905. [flv @ 000000000056f600] Invalid DTS: 33985 PTS: 33952 in output stream 0:0, replacing by guess
  1906. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9443250, dts=9446220, size=91
  1907. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9443250, dts=9446220, size=105
  1908. [flv @ 000000000056f600] Invalid DTS: 34052 PTS: 34019 in output stream 0:0, replacing by guess
  1909. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9449280, dts=9452250, size=105
  1910. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9449280, dts=9452250, size=119
  1911. [flv @ 000000000056f600] Invalid DTS: 34119 PTS: 34086 in output stream 0:0, replacing by guess
  1912. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9455220, dts=9458190, size=76
  1913. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9455220, dts=9458190, size=90
  1914. [flv @ 000000000056f600] Invalid DTS: 34185 PTS: 34152 in output stream 0:0, replacing by guess
  1915. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9461250, dts=9464220, size=92
  1916. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9461250, dts=9464220, size=106
  1917. [flv @ 000000000056f600] Invalid DTS: 34252 PTS: 34219 in output stream 0:0, replacing by guess
  1918. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9467280, dts=9470250, size=98
  1919. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9467280, dts=9470250, size=112
  1920. [flv @ 000000000056f600] Invalid DTS: 34319 PTS: 34286 in output stream 0:0, replacing by guess
  1921. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9473220, dts=9476190, size=81
  1922. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9473220, dts=9476190, size=95
  1923. [flv @ 000000000056f600] Invalid DTS: 34385 PTS: 34352 in output stream 0:0, replacing by guess
  1924. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9479250, dts=9482220, size=101
  1925. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9479250, dts=9482220, size=115
  1926. [flv @ 000000000056f600] Invalid DTS: 34452 PTS: 34419 in output stream 0:0, replacing by guess
  1927. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9485280, dts=9488250, size=129
  1928. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9485280, dts=9488250, size=143
  1929. [flv @ 000000000056f600] Invalid DTS: 34519 PTS: 34486 in output stream 0:0, replacing by guess
  1930. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9491220, dts=9494190, size=142
  1931. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9491220, dts=9494190, size=156
  1932. [flv @ 000000000056f600] Invalid DTS: 34585 PTS: 34552 in output stream 0:0, replacing by guess
  1933. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9497250, dts=9500220, size=159
  1934. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9497250, dts=9500220, size=173
  1935. [flv @ 000000000056f600] Invalid DTS: 34652 PTS: 34619 in output stream 0:0, replacing by guess
  1936. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9503280, dts=9506250, size=178
  1937. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9503280, dts=9506250, size=192
  1938. [flv @ 000000000056f600] Invalid DTS: 34719 PTS: 34686 in output stream 0:0, replacing by guess
  1939. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9509310, dts=9512280, size=245
  1940. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9509310, dts=9512280, size=259
  1941. [flv @ 000000000056f600] Invalid DTS: 34786 PTS: 34753 in output stream 0:0, replacing by guess
  1942. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9521280, dts=9524250, size=191
  1943. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9521280, dts=9524250, size=205
  1944. [flv @ 000000000056f600] Invalid DTS: 34919 PTS: 34886 in output stream 0:0, replacing by guess
  1945. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9527310, dts=9530280, size=293
  1946. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9527310, dts=9530280, size=307
  1947. [flv @ 000000000056f600] Invalid DTS: 34986 PTS: 34953 in output stream 0:0, replacing by guess
  1948. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9533250, dts=9536220, size=451
  1949. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9533250, dts=9536220, size=465
  1950. [flv @ 000000000056f600] Invalid DTS: 35052 PTS: 35019 in output stream 0:0, replacing by guess
  1951. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9539280, dts=9542250, size=472
  1952. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9539280, dts=9542250, size=486
  1953. [flv @ 000000000056f600] Invalid DTS: 35119 PTS: 35086 in output stream 0:0, replacing by guess
  1954. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9545310, dts=9548280, size=491
  1955. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9545310, dts=9548280, size=505
  1956. [flv @ 000000000056f600] Invalid DTS: 35186 PTS: 35153 in output stream 0:0, replacing by guess
  1957. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9551250, dts=9554220, size=475
  1958. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9551250, dts=9554220, size=489
  1959. [flv @ 000000000056f600] Invalid DTS: 35252 PTS: 35219 in output stream 0:0, replacing by guess
  1960. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9557280, dts=9560250, size=481
  1961. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9557280, dts=9560250, size=495
  1962. [flv @ 000000000056f600] Invalid DTS: 35319 PTS: 35286 in output stream 0:0, replacing by guess
  1963. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9563310, dts=9566280, size=352
  1964. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9563310, dts=9566280, size=366
  1965. [flv @ 000000000056f600] Invalid DTS: 35386 PTS: 35353 in output stream 0:0, replacing by guess
  1966. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9569340, dts=9572310, size=479
  1967. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9569340, dts=9572310, size=493
  1968. [flv @ 000000000056f600] Invalid DTS: 35453 PTS: 35420 in output stream 0:0, replacing by guess
  1969. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9575280, dts=9578250, size=343
  1970. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9575280, dts=9578250, size=357
  1971. [flv @ 000000000056f600] Invalid DTS: 35519 PTS: 35486 in output stream 0:0, replacing by guess
  1972. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9581310, dts=9584280, size=299
  1973. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9581310, dts=9584280, size=313
  1974. [flv @ 000000000056f600] Invalid DTS: 35586 PTS: 35553 in output stream 0:0, replacing by guess
  1975. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9587340, dts=9590310, size=448
  1976. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9587340, dts=9590310, size=462
  1977. [flv @ 000000000056f600] Invalid DTS: 35653 PTS: 35620 in output stream 0:0, replacing by guess
  1978. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9593280, dts=9596250, size=432
  1979. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9593280, dts=9596250, size=446
  1980. [flv @ 000000000056f600] Invalid DTS: 35719 PTS: 35686 in output stream 0:0, replacing by guess
  1981. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9599310, dts=9602280, size=147
  1982. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9599310, dts=9602280, size=161
  1983. [flv @ 000000000056f600] Invalid DTS: 35786 PTS: 35753 in output stream 0:0, replacing by guess
  1984. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9605340, dts=9608310, size=145
  1985. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9605340, dts=9608310, size=159
  1986. [flv @ 000000000056f600] Invalid DTS: 35853 PTS: 35820 in output stream 0:0, replacing by guess
  1987. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9611370, dts=9614340, size=122
  1988. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9611370, dts=9614340, size=136
  1989. [flv @ 000000000056f600] Invalid DTS: 35920 PTS: 35887 in output stream 0:0, replacing by guess
  1990. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9617310, dts=9620280, size=122
  1991. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9617310, dts=9620280, size=136
  1992. [flv @ 000000000056f600] Invalid DTS: 35986 PTS: 35953 in output stream 0:0, replacing by guess
  1993. frame= 1189 fps= 34 q=-1.0 size= 1410kB time=00:00:36.57 bitrate= 315.8kbits/s speed=1.04x
  1994. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9629370, dts=9632340, size=233
  1995. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9629370, dts=9632340, size=247
  1996. [flv @ 000000000056f600] Invalid DTS: 36120 PTS: 36087 in output stream 0:0, replacing by guess
  1997. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9635310, dts=9638280, size=378
  1998. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9635310, dts=9638280, size=392
  1999. [flv @ 000000000056f600] Invalid DTS: 36186 PTS: 36153 in output stream 0:0, replacing by guess
  2000. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9641340, dts=9644310, size=377
  2001. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9641340, dts=9644310, size=391
  2002. [flv @ 000000000056f600] Invalid DTS: 36253 PTS: 36220 in output stream 0:0, replacing by guess
  2003. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9647370, dts=9650340, size=451
  2004. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9647370, dts=9650340, size=465
  2005. [flv @ 000000000056f600] Invalid DTS: 36320 PTS: 36287 in output stream 0:0, replacing by guess
  2006. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9653310, dts=9656280, size=325
  2007. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9653310, dts=9656280, size=339
  2008. [flv @ 000000000056f600] Invalid DTS: 36386 PTS: 36353 in output stream 0:0, replacing by guess
  2009. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9659340, dts=9662310, size=408
  2010. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9659340, dts=9662310, size=422
  2011. [flv @ 000000000056f600] Invalid DTS: 36453 PTS: 36420 in output stream 0:0, replacing by guess
  2012. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9665370, dts=9668340, size=361
  2013. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9665370, dts=9668340, size=375
  2014. [flv @ 000000000056f600] Invalid DTS: 36520 PTS: 36487 in output stream 0:0, replacing by guess
  2015. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9671400, dts=9674370, size=230
  2016. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9671400, dts=9674370, size=244
  2017. [flv @ 000000000056f600] Invalid DTS: 36587 PTS: 36554 in output stream 0:0, replacing by guess
  2018. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9677340, dts=9680310, size=264
  2019. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9677340, dts=9680310, size=278
  2020. [flv @ 000000000056f600] Invalid DTS: 36653 PTS: 36620 in output stream 0:0, replacing by guess
  2021. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9683370, dts=9686340, size=155
  2022. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9683370, dts=9686340, size=169
  2023. [flv @ 000000000056f600] Invalid DTS: 36720 PTS: 36687 in output stream 0:0, replacing by guess
  2024. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9689400, dts=9692370, size=117
  2025. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9689400, dts=9692370, size=131
  2026. [flv @ 000000000056f600] Invalid DTS: 36787 PTS: 36754 in output stream 0:0, replacing by guess
  2027. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9695340, dts=9698310, size=80
  2028. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9695340, dts=9698310, size=94
  2029. [flv @ 000000000056f600] Invalid DTS: 36853 PTS: 36820 in output stream 0:0, replacing by guess
  2030. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9701370, dts=9704340, size=115
  2031. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9701370, dts=9704340, size=129
  2032. [flv @ 000000000056f600] Invalid DTS: 36920 PTS: 36887 in output stream 0:0, replacing by guess
  2033. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9707400, dts=9710370, size=151
  2034. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9707400, dts=9710370, size=165
  2035. [flv @ 000000000056f600] Invalid DTS: 36987 PTS: 36954 in output stream 0:0, replacing by guess
  2036. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9713340, dts=9716310, size=333
  2037. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9713340, dts=9716310, size=347
  2038. [flv @ 000000000056f600] Invalid DTS: 37053 PTS: 37020 in output stream 0:0, replacing by guess
  2039. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9719370, dts=9722340, size=235
  2040. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9719370, dts=9722340, size=249
  2041. [flv @ 000000000056f600] Invalid DTS: 37120 PTS: 37087 in output stream 0:0, replacing by guess
  2042. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9725400, dts=9728370, size=355
  2043. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9725400, dts=9728370, size=369
  2044. [flv @ 000000000056f600] Invalid DTS: 37187 PTS: 37154 in output stream 0:0, replacing by guess
  2045. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9737370, dts=9740340, size=272
  2046. [hls,applehttp @ 00000000004d4200] Invalid timestamps stream=1, pts=9737370, dts=9740340, size=286
  2047. [flv @ 000000000056f600] Invalid DTS: 37320 PTS: 37287 in output stream 0:0, replacing by guess
  2048. [mpegts @ 00000000004da1e0] Invalid timestamps stream=1, pts=9743400, dts=9746370, size=204
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×