Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 212.96 KB | None | 0 0
  1. ffmpeg started on 2017-02-10 at 04:38:56
  2. Report written to "ffmpeg-20170210-043856.log"
  3. Command line:
  4. /home/pi/special/ffmpeg/ffmpeg -framerate 10 -i /home/pi/temp_video.h264 -i /home/pi/temp_audio.v -ab 24k -c:v copy -c:a aac -report -f flv rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg
  5. ffmpeg version git-2017-02-05-e57fd92 Copyright (c) 2000-2017 the FFmpeg developers
  6. built with gcc 4.9.2 (Raspbian 4.9.2-10)
  7. configuration: --extra-cflags=-I/opt/vc/include/IL --enable-nonfree --enable-omx-rpi --logfile=CONFIG.TXT
  8. libavutil 55. 46.100 / 55. 46.100
  9. libavcodec 57. 75.100 / 57. 75.100
  10. libavformat 57. 66.101 / 57. 66.101
  11. libavdevice 57. 2.100 / 57. 2.100
  12. libavfilter 6. 73.100 / 6. 73.100
  13. libswscale 4. 3.101 / 4. 3.101
  14. libswresample 2. 4.100 / 2. 4.100
  15. Splitting the commandline.
  16. Reading option '-framerate' ... matched as AVOption 'framerate' with argument '10'.
  17. Reading option '-i' ... matched as input url with argument '/home/pi/temp_video.h264'.
  18. Reading option '-i' ... matched as input url with argument '/home/pi/temp_audio.v'.
  19. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '24k'.
  20. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'copy'.
  21. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'aac'.
  22. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  23. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  24. Reading option 'rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg' ... matched as output url.
  25. Finished splitting the commandline.
  26. Parsing a group of options: global .
  27. Applying option report (generate a report) with argument 1.
  28. Successfully parsed a group of options.
  29. Parsing a group of options: input url /home/pi/temp_video.h264.
  30. Successfully parsed a group of options.
  31. Opening an input file: /home/pi/temp_video.h264.
  32. [file @ 0x17bed90] Setting default whitelist 'file,crypto'
  33. [h264 @ 0x17be740] Format h264 probed with size=2048 and score=51
  34. [h264 @ 0x17be740] Before avformat_find_stream_info() pos: 0 bytes read:4096 seeks:0 nb_streams:1
  35. [h264 @ 0x17bf7d0] nal_unit_type: 7, nal_ref_idc: 1
  36. [h264 @ 0x17bf7d0] nal_unit_type: 8, nal_ref_idc: 1
  37. [h264 @ 0x17bf7d0] nal_unit_type: 5, nal_ref_idc: 1
  38. [h264 @ 0x17bf7d0] Reinit context to 640x480, pix_fmt: yuv420p
  39. [h264 @ 0x17bf7d0] nal_unit_type: 1, nal_ref_idc: 1
  40. [h264 @ 0x17bf7d0] nal_unit_type: 1, nal_ref_idc: 1
  41. [h264 @ 0x17bf7d0] nal_unit_type: 1, nal_ref_idc: 1
  42. [h264 @ 0x17bf7d0] nal_unit_type: 1, nal_ref_idc: 1
  43. [h264 @ 0x17bf7d0] nal_unit_type: 1, nal_ref_idc: 1
  44. [h264 @ 0x17bf7d0] nal_unit_type: 1, nal_ref_idc: 1
  45. [h264 @ 0x17be740] max_analyze_duration 5000000 reached at 5000000 microseconds st:0
  46. [h264 @ 0x17be740] After avformat_find_stream_info() pos: 163840 bytes read:163840 seeks:0 frames:52
  47. Input #0, h264, from '/home/pi/temp_video.h264':
  48. Duration: N/A, bitrate: N/A
  49. Stream #0:0, 52, 1/1200000: Video: h264 (High), yuv420p(progressive), 640x480, 10 fps, 10 tbr, 1200k tbn, 20 tbc
  50. Successfully opened the file.
  51. Parsing a group of options: input url /home/pi/temp_audio.v.
  52. Successfully parsed a group of options.
  53. Opening an input file: /home/pi/temp_audio.v.
  54. [file @ 0x17c4890] Setting default whitelist 'file,crypto'
  55. [wav @ 0x1896d00] Format wav probed with size=2048 and score=99
  56. [wav @ 0x1896d00] Before avformat_find_stream_info() pos: 44 bytes read:65580 seeks:1 nb_streams:1
  57. [wav @ 0x1896d00] parser not found for codec pcm_s32le, packets or times may be invalid.
  58. [wav @ 0x1896d00] parser not found for codec pcm_s32le, packets or times may be invalid.
  59. [wav @ 0x1896d00] All info found
  60. [wav @ 0x1896d00] Estimating duration from bitrate, this may be inaccurate
  61. [wav @ 0x1896d00] After avformat_find_stream_info() pos: 204844 bytes read:294956 seeks:1 frames:50
  62. Guessed Channel Layout for Input Stream #1.0 : stereo
  63. Input #1, wav, from '/home/pi/temp_audio.v':
  64. Duration: 00:00:06.13, bitrate: 3072 kb/s
  65. Stream #1:0, 50, 1/48000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s32, 3072 kb/s
  66. Successfully opened the file.
  67. Parsing a group of options: output url rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg.
  68. Applying option ab (audio bitrate (please use -b:a)) with argument 24k.
  69. Applying option c:v (codec name) with argument copy.
  70. Applying option c:a (codec name) with argument aac.
  71. Applying option f (force format) with argument flv.
  72. Successfully parsed a group of options.
  73. Opening an output file: rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg.
  74. [rtmp @ 0x1823ea0] No default whitelist set
  75. [tcp @ 0x1823e00] No default whitelist set
  76. [rtmp @ 0x1823ea0] Handshaking...
  77. [rtmp @ 0x1823ea0] Type answer 3
  78. [rtmp @ 0x1823ea0] Server version 4.0.0.1
  79. [rtmp @ 0x1823ea0] Proto = rtmp, path = /live2/xbjs-a3gp-0yvk-ftdg, app = live2, fname = xbjs-a3gp-0yvk-ftdg
  80. [rtmp @ 0x1823ea0] Server bandwidth = 2500000
  81. [rtmp @ 0x1823ea0] Client bandwidth = 10000000
  82. [rtmp @ 0x1823ea0] New incoming chunk size = 256
  83. [rtmp @ 0x1823ea0] Releasing stream...
  84. [rtmp @ 0x1823ea0] FCPublish stream...
  85. [rtmp @ 0x1823ea0] Creating stream...
  86. [rtmp @ 0x1823ea0] Sending publish command for 'xbjs-a3gp-0yvk-ftdg'
  87. Successfully opened the file.
  88. detected 1 logical cores
  89. [graph_0_in_1_0 @ 0x1825f20] Setting 'time_base' to value '1/48000'
  90. [graph_0_in_1_0 @ 0x1825f20] Setting 'sample_rate' to value '48000'
  91. [graph_0_in_1_0 @ 0x1825f20] Setting 'sample_fmt' to value 's32'
  92. [graph_0_in_1_0 @ 0x1825f20] Setting 'channel_layout' to value '0x3'
  93. [graph_0_in_1_0 @ 0x1825f20] tb:1/48000 samplefmt:s32 samplerate:48000 chlayout:0x3
  94. [format_out_0_1 @ 0x1826820] Setting 'sample_fmts' to value 'fltp'
  95. [format_out_0_1 @ 0x1826820] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
  96. [format_out_0_1 @ 0x1826820] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_1'
  97. [AVFilterGraph @ 0x18bf7f0] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
  98. [auto_resampler_0 @ 0x1827970] [SWR @ 0x17e2ff0] Using fltp internally between filters
  99. [auto_resampler_0 @ 0x1827970] ch:2 chl:stereo fmt:s32 r:48000Hz -> ch:2 chl:stereo fmt:fltp r:48000Hz
  100. Output #0, flv, to 'rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg':
  101. Metadata:
  102. encoder : Lavf57.66.101
  103. Stream #0:0, 0, 1/1000: Video: h264 (High) ([7][0][0][0] / 0x0007), yuv420p(progressive), 640x480, q=2-31, 10 fps, 10 tbr, 1k tbn, 1200k tbc
  104. Stream #0:1, 0, 1/1000: Audio: aac (LC) ([10][0][0][0] / 0x000A), 48000 Hz, stereo, fltp, 24 kb/s
  105. Metadata:
  106. encoder : Lavc57.75.100 aac
  107. Stream mapping:
  108. Stream #0:0 -> #0:0 (copy)
  109. Stream #1:0 -> #0:1 (pcm_s32le (native) -> aac (native))
  110. Press [q] to stop, [?] for help
  111. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  112. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  113. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  114. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  115. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  116. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  117. [flv @ 0x18b3cd0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
  118. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  119. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  120. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  121. [h264 @ 0x17be740] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)
  122. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  123. frame= 16 fps=0.0 q=-1.0 size= 45kB time=00:00:01.50 bitrate= 244.8kbits/s speed=2.99x
  124. frame= 29 fps= 29 q=-1.0 size= 88kB time=00:00:02.80 bitrate= 256.2kbits/s speed=2.79x
  125. frame= 45 fps= 30 q=-1.0 size= 143kB time=00:00:04.40 bitrate= 265.3kbits/s speed=2.92x
  126. frame= 64 fps= 32 q=-1.0 size= 200kB time=00:00:06.30 bitrate= 260.2kbits/s speed=3.14x
  127. frame= 84 fps= 33 q=-1.0 size= 267kB time=00:00:08.30 bitrate= 263.7kbits/s speed= 3.3x
  128. frame= 97 fps= 29 q=-1.0 size= 315kB time=00:00:09.60 bitrate= 268.5kbits/s speed=2.88x
  129. frame= 112 fps= 29 q=-1.0 size= 365kB time=00:00:11.11 bitrate= 268.8kbits/s speed=2.89x
  130. frame= 117 fps= 27 q=-1.0 size= 385kB time=00:00:11.62 bitrate= 271.1kbits/s speed=2.68x
  131. frame= 122 fps= 25 q=-1.0 size= 405kB time=00:00:12.10 bitrate= 274.0kbits/s speed= 2.5x
  132. frame= 126 fps= 24 q=-1.0 size= 418kB time=00:00:12.52 bitrate= 273.2kbits/s speed=2.34x
  133. frame= 132 fps= 23 q=-1.0 size= 435kB time=00:00:13.14 bitrate= 271.0kbits/s speed=2.24x
  134. frame= 136 fps= 21 q=-1.0 size= 449kB time=00:00:13.52 bitrate= 272.2kbits/s speed=2.13x
  135. frame= 142 fps= 21 q=-1.0 size= 466kB time=00:00:14.12 bitrate= 270.2kbits/s speed=2.05x
  136. frame= 147 fps= 20 q=-1.0 size= 477kB time=00:00:14.63 bitrate= 267.3kbits/s speed=1.98x
  137. frame= 152 fps= 19 q=-1.0 size= 490kB time=00:00:15.12 bitrate= 265.3kbits/s speed=1.92x
  138. frame= 157 fps= 19 q=-1.0 size= 505kB time=00:00:15.63 bitrate= 264.5kbits/s speed=1.86x
  139. frame= 162 fps= 18 q=-1.0 size= 525kB time=00:00:16.12 bitrate= 266.8kbits/s speed=1.81x
  140. frame= 166 fps= 18 q=-1.0 size= 540kB time=00:00:16.50 bitrate= 267.9kbits/s speed=1.74x
  141. frame= 172 fps= 17 q=-1.0 size= 559kB time=00:00:17.10 bitrate= 267.7kbits/s speed=1.69x
  142. frame= 179 fps= 17 q=-1.0 size= 585kB time=00:00:17.80 bitrate= 269.1kbits/s speed=1.66x
  143. frame= 182 fps= 16 q=-1.0 size= 599kB time=00:00:18.10 bitrate= 271.3kbits/s speed= 1.6x
  144. frame= 189 fps= 16 q=-1.0 size= 618kB time=00:00:18.80 bitrate= 269.5kbits/s speed=1.59x
  145. frame= 196 fps= 16 q=-1.0 size= 635kB time=00:00:19.50 bitrate= 266.9kbits/s speed=1.58x
  146. frame= 201 fps= 16 q=-1.0 size= 652kB time=00:00:20.03 bitrate= 266.7kbits/s speed=1.56x
  147. frame= 206 fps= 15 q=-1.0 size= 664kB time=00:00:20.52 bitrate= 265.1kbits/s speed=1.54x
  148. frame= 212 fps= 15 q=-1.0 size= 676kB time=00:00:21.10 bitrate= 262.3kbits/s speed=1.52x
  149. frame= 217 fps= 15 q=-1.0 size= 691kB time=00:00:21.63 bitrate= 261.6kbits/s speed=1.51x
  150. frame= 222 fps= 15 q=-1.0 size= 712kB time=00:00:22.12 bitrate= 263.5kbits/s speed=1.49x
  151. frame= 228 fps= 15 q=-1.0 size= 731kB time=00:00:22.70 bitrate= 263.8kbits/s speed=1.47x
  152. frame= 233 fps= 15 q=-1.0 size= 753kB time=00:00:23.20 bitrate= 265.9kbits/s speed=1.45x
  153. frame= 239 fps= 14 q=-1.0 size= 775kB time=00:00:23.80 bitrate= 266.6kbits/s speed=1.44x
  154. frame= 243 fps= 14 q=-1.0 size= 793kB time=00:00:24.23 bitrate= 268.2kbits/s speed=1.42x
  155. frame= 249 fps= 14 q=-1.0 size= 810kB time=00:00:24.83 bitrate= 267.1kbits/s speed=1.41x
  156. frame= 254 fps= 14 q=-1.0 size= 825kB time=00:00:25.32 bitrate= 267.0kbits/s speed= 1.4x
  157. frame= 258 fps= 14 q=-1.0 size= 841kB time=00:00:25.72 bitrate= 267.8kbits/s speed=1.39x
  158. frame= 264 fps= 14 q=-1.0 size= 864kB time=00:00:26.32 bitrate= 268.8kbits/s speed=1.38x
  159. frame= 269 fps= 14 q=-1.0 size= 879kB time=00:00:26.83 bitrate= 268.4kbits/s speed=1.37x
  160. frame= 273 fps= 14 q=-1.0 size= 893kB time=00:00:27.22 bitrate= 268.6kbits/s speed=1.36x
  161. frame= 279 fps= 14 q=-1.0 size= 912kB time=00:00:27.84 bitrate= 268.4kbits/s speed=1.35x
  162. frame= 284 fps= 13 q=-1.0 size= 928kB time=00:00:28.33 bitrate= 268.2kbits/s speed=1.34x
  163. frame= 289 fps= 13 q=-1.0 size= 944kB time=00:00:28.82 bitrate= 268.2kbits/s speed=1.33x
  164. frame= 294 fps= 13 q=-1.0 size= 956kB time=00:00:29.33 bitrate= 266.9kbits/s speed=1.33x
  165. frame= 299 fps= 13 q=-1.0 size= 968kB time=00:00:29.80 bitrate= 266.0kbits/s speed=1.32x
  166. frame= 304 fps= 13 q=-1.0 size= 984kB time=00:00:30.30 bitrate= 265.9kbits/s speed=1.31x
  167. frame= 309 fps= 13 q=-1.0 size= 1002kB time=00:00:30.82 bitrate= 266.4kbits/s speed=1.31x
  168. frame= 314 fps= 13 q=-1.0 size= 1014kB time=00:00:31.33 bitrate= 265.2kbits/s speed= 1.3x
  169. frame= 319 fps= 13 q=-1.0 size= 1030kB time=00:00:31.83 bitrate= 265.1kbits/s speed=1.29x
  170. frame= 325 fps= 13 q=-1.0 size= 1044kB time=00:00:32.40 bitrate= 264.1kbits/s speed=1.29x
  171. frame= 330 fps= 13 q=-1.0 size= 1060kB time=00:00:32.90 bitrate= 263.9kbits/s speed=1.28x
  172. frame= 334 fps= 13 q=-1.0 size= 1078kB time=00:00:33.32 bitrate= 265.0kbits/s speed=1.28x
  173. frame= 338 fps= 13 q=-1.0 size= 1087kB time=00:00:33.72 bitrate= 264.0kbits/s speed=1.27x
  174. frame= 344 fps= 13 q=-1.0 size= 1102kB time=00:00:34.32 bitrate= 263.0kbits/s speed=1.27x
  175. frame= 350 fps= 13 q=-1.0 size= 1112kB time=00:00:34.90 bitrate= 261.0kbits/s speed=1.26x
  176. frame= 354 fps= 13 q=-1.0 size= 1120kB time=00:00:35.30 bitrate= 259.9kbits/s speed=1.25x
  177. frame= 360 fps= 13 q=-1.0 size= 1134kB time=00:00:35.92 bitrate= 258.5kbits/s speed=1.25x
  178. frame= 363 fps= 12 q=-1.0 size= 1144kB time=00:00:36.22 bitrate= 258.8kbits/s speed=1.24x
  179. frame= 363 fps= 12 q=-1.0 size= 1144kB time=00:00:36.22 bitrate= 258.8kbits/s speed= 1.2x
  180. frame= 380 fps= 12 q=-1.0 size= 1164kB time=00:00:37.90 bitrate= 251.7kbits/s speed=1.23x
  181. frame= 386 fps= 12 q=-1.0 size= 1164kB time=00:00:38.50 bitrate= 247.7kbits/s speed=1.23x
  182. frame= 392 fps= 12 q=-1.0 size= 1164kB time=00:00:39.10 bitrate= 243.9kbits/s speed=1.23x
  183. frame= 397 fps= 12 q=-1.0 size= 1164kB time=00:00:39.60 bitrate= 240.9kbits/s speed=1.23x
  184. frame= 402 fps= 12 q=-1.0 size= 1164kB time=00:00:40.10 bitrate= 237.9kbits/s speed=1.22x
  185. frame= 406 fps= 12 q=-1.0 size= 1164kB time=00:00:40.50 bitrate= 235.5kbits/s speed=1.21x
  186. frame= 412 fps= 12 q=-1.0 size= 1164kB time=00:00:41.10 bitrate= 232.1kbits/s speed=1.21x
  187. frame= 417 fps= 12 q=-1.0 size= 1164kB time=00:00:41.60 bitrate= 229.3kbits/s speed=1.21x
  188. frame= 421 fps= 12 q=-1.0 size= 1164kB time=00:00:42.00 bitrate= 227.1kbits/s speed= 1.2x
  189. frame= 427 fps= 12 q=-1.0 size= 1164kB time=00:00:42.60 bitrate= 223.9kbits/s speed= 1.2x
  190. frame= 431 fps= 12 q=-1.0 size= 1164kB time=00:00:43.00 bitrate= 221.8kbits/s speed= 1.2x
  191. frame= 437 fps= 12 q=-1.0 size= 1164kB time=00:00:43.60 bitrate= 218.8kbits/s speed= 1.2x
  192. frame= 442 fps= 12 q=-1.0 size= 1164kB time=00:00:44.10 bitrate= 216.3kbits/s speed=1.19x
  193. frame= 448 fps= 12 q=-1.0 size= 1164kB time=00:00:44.70 bitrate= 213.4kbits/s speed=1.19x
  194. frame= 453 fps= 12 q=-1.0 size= 1164kB time=00:00:45.20 bitrate= 211.0kbits/s speed=1.19x
  195. frame= 458 fps= 12 q=-1.0 size= 1164kB time=00:00:45.70 bitrate= 208.7kbits/s speed=1.19x
  196. frame= 463 fps= 12 q=-1.0 size= 1164kB time=00:00:46.20 bitrate= 206.4kbits/s speed=1.19x
  197. frame= 468 fps= 12 q=-1.0 size= 1164kB time=00:00:46.70 bitrate= 204.2kbits/s speed=1.18x
  198. frame= 472 fps= 12 q=-1.0 size= 1164kB time=00:00:47.10 bitrate= 202.5kbits/s speed=1.18x
  199. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  200. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  201. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  202. frame= 478 fps= 12 q=-1.0 size= 1169kB time=00:00:47.70 bitrate= 200.8kbits/s speed=1.18x
  203. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  204. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  205. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  206. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  207. frame= 482 fps= 12 q=-1.0 size= 1176kB time=00:00:48.10 bitrate= 200.3kbits/s speed=1.17x
  208. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  209. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  210. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  211. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  212. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  213. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  214. frame= 488 fps= 12 q=-1.0 size= 1189kB time=00:00:48.70 bitrate= 199.9kbits/s speed=1.17x
  215. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  216. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  217. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  218. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  219. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  220. frame= 493 fps= 12 q=-1.0 size= 1197kB time=00:00:49.20 bitrate= 199.4kbits/s speed=1.17x
  221. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  222. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  223. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  224. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  225. frame= 497 fps= 12 q=-1.0 size= 1205kB time=00:00:49.60 bitrate= 199.1kbits/s speed=1.17x
  226. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  227. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  228. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  229. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  230. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  231. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  232. frame= 503 fps= 12 q=-1.0 size= 1218kB time=00:00:50.20 bitrate= 198.7kbits/s speed=1.17x
  233. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  234. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  235. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  236. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  237. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  238. frame= 508 fps= 12 q=-1.0 size= 1229kB time=00:00:50.70 bitrate= 198.5kbits/s speed=1.17x
  239. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  240. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  241. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  242. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  243. frame= 512 fps= 12 q=-1.0 size= 1239kB time=00:00:51.10 bitrate= 198.6kbits/s speed=1.16x
  244. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  245. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  246. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  247. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  248. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  249. frame= 517 fps= 12 q=-1.0 size= 1252kB time=00:00:51.60 bitrate= 198.7kbits/s speed=1.16x
  250. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  251. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  252. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  253. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  254. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  255. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  256. frame= 523 fps= 12 q=-1.0 size= 1268kB time=00:00:52.20 bitrate= 199.1kbits/s speed=1.16x
  257. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  258. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  259. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  260. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  261. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  262. frame= 528 fps= 12 q=-1.0 size= 1283kB time=00:00:52.70 bitrate= 199.4kbits/s speed=1.16x
  263. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  264. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  265. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  266. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  267. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  268. frame= 533 fps= 12 q=-1.0 size= 1300kB time=00:00:53.20 bitrate= 200.2kbits/s speed=1.16x
  269. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  270. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  271. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  272. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  273. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  274. frame= 538 fps= 12 q=-1.0 size= 1320kB time=00:00:53.70 bitrate= 201.3kbits/s speed=1.15x
  275. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  276. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  277. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  278. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  279. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  280. frame= 543 fps= 12 q=-1.0 size= 1341kB time=00:00:54.20 bitrate= 202.6kbits/s speed=1.15x
  281. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  282. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  283. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  284. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  285. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  286. frame= 548 fps= 12 q=-1.0 size= 1356kB time=00:00:54.70 bitrate= 203.1kbits/s speed=1.15x
  287. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  288. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  289. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  290. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  291. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  292. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  293. frame= 554 fps= 12 q=-1.0 size= 1372kB time=00:00:55.30 bitrate= 203.2kbits/s speed=1.15x
  294. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  295. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  296. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  297. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  298. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  299. frame= 559 fps= 12 q=-1.0 size= 1387kB time=00:00:55.80 bitrate= 203.6kbits/s speed=1.15x
  300. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  301. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  302. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  303. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  304. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  305. frame= 564 fps= 11 q=-1.0 size= 1404kB time=00:00:56.30 bitrate= 204.3kbits/s speed=1.15x
  306. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  307. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  308. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  309. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  310. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  311. frame= 569 fps= 11 q=-1.0 size= 1420kB time=00:00:56.80 bitrate= 204.8kbits/s speed=1.15x
  312. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  313. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  314. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  315. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  316. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  317. frame= 574 fps= 11 q=-1.0 size= 1434kB time=00:00:57.30 bitrate= 205.0kbits/s speed=1.14x
  318. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  319. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  320. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  321. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  322. frame= 578 fps= 11 q=-1.0 size= 1443kB time=00:00:57.70 bitrate= 204.9kbits/s speed=1.14x
  323. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  324. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  325. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  326. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  327. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  328. frame= 583 fps= 11 q=-1.0 size= 1457kB time=00:00:58.20 bitrate= 205.0kbits/s speed=1.14x
  329. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  330. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  331. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  332. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  333. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  334. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  335. frame= 589 fps= 11 q=-1.0 size= 1472kB time=00:00:58.80 bitrate= 205.0kbits/s speed=1.14x
  336. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  337. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  338. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  339. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  340. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  341. frame= 594 fps= 11 q=-1.0 size= 1489kB time=00:00:59.30 bitrate= 205.7kbits/s speed=1.14x
  342. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  343. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  344. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  345. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  346. frame= 598 fps= 11 q=-1.0 size= 1501kB time=00:00:59.70 bitrate= 205.9kbits/s speed=1.14x
  347. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  348. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  349. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  350. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  351. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  352. frame= 603 fps= 11 q=-1.0 size= 1511kB time=00:01:00.20 bitrate= 205.6kbits/s speed=1.13x
  353. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  354. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  355. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  356. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  357. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  358. frame= 608 fps= 11 q=-1.0 size= 1519kB time=00:01:00.70 bitrate= 205.0kbits/s speed=1.13x
  359. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  360. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  361. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  362. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  363. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  364. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  365. frame= 614 fps= 11 q=-1.0 size= 1531kB time=00:01:01.30 bitrate= 204.6kbits/s speed=1.13x
  366. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  367. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  368. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  369. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  370. frame= 618 fps= 11 q=-1.0 size= 1539kB time=00:01:01.70 bitrate= 204.4kbits/s speed=1.13x
  371. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  372. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  373. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  374. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  375. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  376. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  377. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  378. frame= 625 fps= 11 q=-1.0 size= 1556kB time=00:01:02.40 bitrate= 204.2kbits/s speed=1.13x
  379. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  380. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  381. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  382. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  383. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  384. frame= 630 fps= 11 q=-1.0 size= 1566kB time=00:01:02.90 bitrate= 203.9kbits/s speed=1.13x
  385. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  386. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  387. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  388. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  389. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  390. frame= 635 fps= 11 q=-1.0 size= 1577kB time=00:01:03.40 bitrate= 203.8kbits/s speed=1.13x
  391. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  392. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  393. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  394. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  395. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  396. frame= 640 fps= 11 q=-1.0 size= 1587kB time=00:01:03.90 bitrate= 203.4kbits/s speed=1.13x
  397. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  398. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  399. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  400. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  401. frame= 644 fps= 11 q=-1.0 size= 1598kB time=00:01:04.30 bitrate= 203.6kbits/s speed=1.12x
  402. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  403. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  404. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  405. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  406. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  407. frame= 649 fps= 11 q=-1.0 size= 1605kB time=00:01:04.80 bitrate= 203.0kbits/s speed=1.12x
  408. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  409. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  410. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  411. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  412. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  413. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  414. frame= 655 fps= 11 q=-1.0 size= 1618kB time=00:01:05.40 bitrate= 202.7kbits/s speed=1.12x
  415. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  416. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  417. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  418. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  419. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  420. frame= 660 fps= 11 q=-1.0 size= 1635kB time=00:01:05.90 bitrate= 203.3kbits/s speed=1.12x
  421. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  422. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  423. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  424. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  425. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  426. frame= 665 fps= 11 q=-1.0 size= 1650kB time=00:01:06.40 bitrate= 203.6kbits/s speed=1.12x
  427. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  428. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  429. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  430. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  431. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  432. frame= 670 fps= 11 q=-1.0 size= 1661kB time=00:01:06.90 bitrate= 203.3kbits/s speed=1.12x
  433. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  434. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  435. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  436. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  437. frame= 674 fps= 11 q=-1.0 size= 1669kB time=00:01:07.30 bitrate= 203.1kbits/s speed=1.12x
  438. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  439. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  440. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  441. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  442. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  443. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  444. frame= 680 fps= 11 q=-1.0 size= 1680kB time=00:01:07.90 bitrate= 202.7kbits/s speed=1.12x
  445. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  446. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  447. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  448. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  449. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  450. frame= 685 fps= 11 q=-1.0 size= 1691kB time=00:01:08.40 bitrate= 202.6kbits/s speed=1.12x
  451. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  452. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  453. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  454. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  455. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  456. frame= 690 fps= 11 q=-1.0 size= 1703kB time=00:01:08.90 bitrate= 202.4kbits/s speed=1.12x
  457. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  458. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  459. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  460. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  461. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  462. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  463. frame= 696 fps= 11 q=-1.0 size= 1713kB time=00:01:09.50 bitrate= 201.9kbits/s speed=1.12x
  464. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  465. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  466. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  467. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  468. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  469. frame= 701 fps= 11 q=-1.0 size= 1723kB time=00:01:10.00 bitrate= 201.7kbits/s speed=1.12x
  470. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  471. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  472. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  473. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  474. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  475. frame= 706 fps= 11 q=-1.0 size= 1738kB time=00:01:10.50 bitrate= 202.0kbits/s speed=1.12x
  476. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  477. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  478. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  479. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  480. frame= 710 fps= 11 q=-1.0 size= 1748kB time=00:01:10.90 bitrate= 202.0kbits/s speed=1.11x
  481. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  482. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  483. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  484. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  485. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  486. frame= 715 fps= 11 q=-1.0 size= 1759kB time=00:01:11.40 bitrate= 201.8kbits/s speed=1.11x
  487. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  488. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  489. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  490. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  491. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  492. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  493. frame= 721 fps= 11 q=-1.0 size= 1770kB time=00:01:12.00 bitrate= 201.4kbits/s speed=1.11x
  494. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  495. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  496. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  497. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  498. frame= 725 fps= 11 q=-1.0 size= 1780kB time=00:01:12.40 bitrate= 201.4kbits/s speed=1.11x
  499. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  500. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  501. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  502. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  503. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  504. frame= 730 fps= 11 q=-1.0 size= 1791kB time=00:01:12.90 bitrate= 201.3kbits/s speed=1.11x
  505. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  506. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  507. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  508. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  509. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  510. frame= 735 fps= 11 q=-1.0 size= 1806kB time=00:01:13.40 bitrate= 201.5kbits/s speed=1.11x
  511. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  512. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  513. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  514. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  515. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  516. frame= 740 fps= 11 q=-1.0 size= 1823kB time=00:01:13.90 bitrate= 202.1kbits/s speed=1.11x
  517. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  518. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  519. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  520. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  521. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  522. frame= 745 fps= 11 q=-1.0 size= 1840kB time=00:01:14.40 bitrate= 202.6kbits/s speed=1.11x
  523. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  524. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  525. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  526. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  527. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  528. frame= 750 fps= 11 q=-1.0 size= 1852kB time=00:01:14.90 bitrate= 202.5kbits/s speed=1.11x
  529. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  530. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  531. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  532. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  533. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  534. frame= 755 fps= 11 q=-1.0 size= 1865kB time=00:01:15.40 bitrate= 202.6kbits/s speed= 1.1x
  535. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  536. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  537. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  538. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  539. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  540. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  541. frame= 761 fps= 11 q=-1.0 size= 1878kB time=00:01:16.00 bitrate= 202.4kbits/s speed=1.11x
  542. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  543. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  544. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  545. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  546. frame= 765 fps= 11 q=-1.0 size= 1890kB time=00:01:16.40 bitrate= 202.6kbits/s speed= 1.1x
  547. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  548. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  549. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  550. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  551. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  552. frame= 770 fps= 11 q=-1.0 size= 1901kB time=00:01:16.90 bitrate= 202.5kbits/s speed= 1.1x
  553. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  554. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  555. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  556. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  557. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  558. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  559. frame= 776 fps= 11 q=-1.0 size= 1914kB time=00:01:17.50 bitrate= 202.3kbits/s speed= 1.1x
  560. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  561. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  562. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  563. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  564. frame= 780 fps= 11 q=-1.0 size= 1925kB time=00:01:17.90 bitrate= 202.4kbits/s speed= 1.1x
  565. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  566. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  567. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  568. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  569. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  570. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  571. frame= 786 fps= 11 q=-1.0 size= 1940kB time=00:01:18.50 bitrate= 202.4kbits/s speed= 1.1x
  572. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  573. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  574. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  575. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  576. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  577. frame= 791 fps= 11 q=-1.0 size= 1954kB time=00:01:19.00 bitrate= 202.6kbits/s speed= 1.1x
  578. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  579. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  580. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  581. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  582. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  583. frame= 796 fps= 11 q=-1.0 size= 1969kB time=00:01:19.50 bitrate= 202.9kbits/s speed= 1.1x
  584. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  585. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  586. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  587. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  588. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  589. frame= 801 fps= 11 q=-1.0 size= 1982kB time=00:01:20.00 bitrate= 203.0kbits/s speed= 1.1x
  590. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  591. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  592. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  593. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  594. frame= 805 fps= 11 q=-1.0 size= 1991kB time=00:01:20.40 bitrate= 202.8kbits/s speed= 1.1x
  595. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  596. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  597. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  598. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  599. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  600. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  601. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  602. frame= 812 fps= 11 q=-1.0 size= 2007kB time=00:01:21.10 bitrate= 202.7kbits/s speed= 1.1x
  603. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  604. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  605. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  606. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  607. frame= 816 fps= 11 q=-1.0 size= 2013kB time=00:01:21.50 bitrate= 202.3kbits/s speed= 1.1x
  608. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  609. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  610. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  611. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  612. frame= 820 fps= 11 q=-1.0 size= 2019kB time=00:01:21.90 bitrate= 202.0kbits/s speed=1.09x
  613. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  614. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  615. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  616. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  617. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  618. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  619. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  620. frame= 827 fps= 11 q=-1.0 size= 2039kB time=00:01:22.60 bitrate= 202.2kbits/s speed= 1.1x
  621. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  622. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  623. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  624. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  625. frame= 831 fps= 11 q=-1.0 size= 2049kB time=00:01:23.00 bitrate= 202.2kbits/s speed=1.09x
  626. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  627. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  628. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  629. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  630. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  631. frame= 836 fps= 11 q=-1.0 size= 2061kB time=00:01:23.50 bitrate= 202.2kbits/s speed=1.09x
  632. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  633. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  634. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  635. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  636. frame= 840 fps= 11 q=-1.0 size= 2067kB time=00:01:23.90 bitrate= 201.8kbits/s speed=1.09x
  637. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  638. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  639. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  640. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  641. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  642. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  643. frame= 846 fps= 11 q=-1.0 size= 2081kB time=00:01:24.50 bitrate= 201.7kbits/s speed=1.09x
  644. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  645. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  646. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  647. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  648. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  649. frame= 851 fps= 11 q=-1.0 size= 2093kB time=00:01:25.00 bitrate= 201.8kbits/s speed=1.09x
  650. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  651. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  652. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  653. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  654. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  655. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  656. frame= 857 fps= 11 q=-1.0 size= 2108kB time=00:01:25.60 bitrate= 201.7kbits/s speed=1.09x
  657. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  658. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  659. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  660. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  661. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  662. frame= 862 fps= 11 q=-1.0 size= 2119kB time=00:01:26.10 bitrate= 201.6kbits/s speed=1.09x
  663. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  664. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  665. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  666. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  667. frame= 866 fps= 11 q=-1.0 size= 2126kB time=00:01:26.50 bitrate= 201.3kbits/s speed=1.09x
  668. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  669. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  670. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  671. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  672. frame= 870 fps= 11 q=-1.0 size= 2132kB time=00:01:26.90 bitrate= 201.0kbits/s speed=1.09x
  673. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  674. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  675. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  676. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  677. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  678. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  679. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  680. frame= 877 fps= 11 q=-1.0 size= 2145kB time=00:01:27.60 bitrate= 200.6kbits/s speed=1.09x
  681. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  682. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  683. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  684. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  685. frame= 881 fps= 11 q=-1.0 size= 2153kB time=00:01:28.00 bitrate= 200.4kbits/s speed=1.09x
  686. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  687. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  688. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  689. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  690. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  691. frame= 886 fps= 11 q=-1.0 size= 2167kB time=00:01:28.50 bitrate= 200.6kbits/s speed=1.09x
  692. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  693. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  694. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  695. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  696. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  697. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  698. frame= 892 fps= 11 q=-1.0 size= 2180kB time=00:01:29.10 bitrate= 200.5kbits/s speed=1.09x
  699. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  700. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  701. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  702. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  703. frame= 896 fps= 11 q=-1.0 size= 2188kB time=00:01:29.50 bitrate= 200.2kbits/s speed=1.09x
  704. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  705. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  706. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  707. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  708. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  709. frame= 901 fps= 11 q=-1.0 size= 2198kB time=00:01:30.00 bitrate= 200.0kbits/s speed=1.09x
  710. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  711. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  712. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  713. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  714. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  715. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  716. frame= 907 fps= 11 q=-1.0 size= 2208kB time=00:01:30.60 bitrate= 199.6kbits/s speed=1.09x
  717. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  718. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  719. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  720. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  721. frame= 911 fps= 11 q=-1.0 size= 2215kB time=00:01:31.00 bitrate= 199.4kbits/s speed=1.08x
  722. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  723. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  724. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  725. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  726. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  727. frame= 916 fps= 11 q=-1.0 size= 2224kB time=00:01:31.50 bitrate= 199.1kbits/s speed=1.08x
  728. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  729. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  730. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  731. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  732. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  733. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  734. frame= 922 fps= 11 q=-1.0 size= 2236kB time=00:01:32.10 bitrate= 198.9kbits/s speed=1.08x
  735. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  736. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  737. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  738. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  739. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  740. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  741. frame= 928 fps= 11 q=-1.0 size= 2248kB time=00:01:32.70 bitrate= 198.6kbits/s speed=1.09x
  742. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  743. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  744. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  745. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  746. frame= 932 fps= 11 q=-1.0 size= 2255kB time=00:01:33.10 bitrate= 198.4kbits/s speed=1.08x
  747. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  748. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  749. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  750. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  751. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  752. frame= 937 fps= 11 q=-1.0 size= 2263kB time=00:01:33.60 bitrate= 198.1kbits/s speed=1.08x
  753. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  754. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  755. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  756. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  757. frame= 941 fps= 11 q=-1.0 size= 2270kB time=00:01:34.00 bitrate= 197.8kbits/s speed=1.08x
  758. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  759. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  760. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  761. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  762. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  763. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  764. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  765. frame= 948 fps= 11 q=-1.0 size= 2286kB time=00:01:34.70 bitrate= 197.7kbits/s speed=1.08x
  766. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  767. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  768. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  769. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  770. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  771. frame= 953 fps= 11 q=-1.0 size= 2294kB time=00:01:35.20 bitrate= 197.4kbits/s speed=1.08x
  772. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  773. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  774. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  775. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  776. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  777. frame= 958 fps= 11 q=-1.0 size= 2304kB time=00:01:35.70 bitrate= 197.3kbits/s speed=1.08x
  778. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  779. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  780. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  781. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  782. frame= 962 fps= 11 q=-1.0 size= 2314kB time=00:01:36.10 bitrate= 197.2kbits/s speed=1.08x
  783. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  784. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  785. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  786. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  787. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  788. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  789. frame= 968 fps= 11 q=-1.0 size= 2326kB time=00:01:36.70 bitrate= 197.0kbits/s speed=1.08x
  790. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  791. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  792. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  793. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  794. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  795. frame= 973 fps= 11 q=-1.0 size= 2334kB time=00:01:37.20 bitrate= 196.7kbits/s speed=1.08x
  796. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  797. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  798. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  799. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  800. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  801. frame= 978 fps= 11 q=-1.0 size= 2343kB time=00:01:37.70 bitrate= 196.5kbits/s speed=1.08x
  802. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  803. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  804. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  805. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  806. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  807. frame= 983 fps= 11 q=-1.0 size= 2354kB time=00:01:38.20 bitrate= 196.4kbits/s speed=1.08x
  808. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  809. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  810. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  811. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  812. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  813. frame= 988 fps= 11 q=-1.0 size= 2365kB time=00:01:38.70 bitrate= 196.3kbits/s speed=1.08x
  814. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  815. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  816. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  817. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  818. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  819. frame= 993 fps= 11 q=-1.0 size= 2375kB time=00:01:39.20 bitrate= 196.1kbits/s speed=1.08x
  820. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  821. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  822. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  823. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  824. frame= 997 fps= 11 q=-1.0 size= 2384kB time=00:01:39.60 bitrate= 196.1kbits/s speed=1.08x
  825. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  826. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  827. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  828. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  829. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  830. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  831. frame= 1003 fps= 11 q=-1.0 size= 2399kB time=00:01:40.20 bitrate= 196.1kbits/s speed=1.08x
  832. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  833. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  834. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  835. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  836. frame= 1007 fps= 11 q=-1.0 size= 2405kB time=00:01:40.60 bitrate= 195.9kbits/s speed=1.08x
  837. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  838. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  839. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  840. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  841. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  842. frame= 1012 fps= 11 q=-1.0 size= 2414kB time=00:01:41.10 bitrate= 195.6kbits/s speed=1.08x
  843. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  844. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  845. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  846. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  847. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  848. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  849. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  850. frame= 1019 fps= 11 q=-1.0 size= 2426kB time=00:01:41.80 bitrate= 195.2kbits/s speed=1.08x
  851. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  852. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  853. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  854. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  855. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  856. frame= 1024 fps= 11 q=-1.0 size= 2435kB time=00:01:42.30 bitrate= 195.0kbits/s speed=1.08x
  857. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  858. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  859. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  860. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  861. frame= 1028 fps= 11 q=-1.0 size= 2442kB time=00:01:42.70 bitrate= 194.8kbits/s speed=1.08x
  862. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  863. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  864. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  865. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  866. frame= 1032 fps= 10 q=-1.0 size= 2450kB time=00:01:43.10 bitrate= 194.7kbits/s speed=1.05x
  867. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  868. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  869. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  870. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  871. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  872. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  873. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  874. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  875. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  876. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  877. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  878. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  879. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  880. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  881. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  882. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  883. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  884. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  885. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  886. frame= 1051 fps= 11 q=-1.0 size= 2494kB time=00:01:45.00 bitrate= 194.6kbits/s speed=1.06x
  887. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  888. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  889. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  890. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  891. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  892. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  893. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  894. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  895. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  896. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  897. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  898. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  899. frame= 1063 fps= 11 q=-1.0 size= 2525kB time=00:01:46.20 bitrate= 194.8kbits/s speed=1.07x
  900. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  901. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  902. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  903. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  904. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  905. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  906. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  907. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  908. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  909. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  910. frame= 1073 fps= 11 q=-1.0 size= 2547kB time=00:01:47.20 bitrate= 194.7kbits/s speed=1.07x
  911. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  912. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  913. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  914. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  915. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  916. frame= 1078 fps= 11 q=-1.0 size= 2568kB time=00:01:47.70 bitrate= 195.4kbits/s speed=1.07x
  917. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  918. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  919. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  920. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  921. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  922. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  923. frame= 1084 fps= 11 q=-1.0 size= 2591kB time=00:01:48.30 bitrate= 196.0kbits/s speed=1.07x
  924. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  925. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  926. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  927. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  928. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  929. frame= 1089 fps= 11 q=-1.0 size= 2607kB time=00:01:48.80 bitrate= 196.3kbits/s speed=1.07x
  930. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  931. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  932. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  933. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  934. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  935. frame= 1094 fps= 11 q=-1.0 size= 2622kB time=00:01:49.30 bitrate= 196.5kbits/s speed=1.07x
  936. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  937. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  938. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  939. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  940. frame= 1098 fps= 11 q=-1.0 size= 2632kB time=00:01:49.70 bitrate= 196.6kbits/s speed=1.07x
  941. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  942. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  943. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  944. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  945. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  946. frame= 1103 fps= 11 q=-1.0 size= 2649kB time=00:01:50.20 bitrate= 196.9kbits/s speed=1.07x
  947. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  948. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  949. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  950. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  951. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  952. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  953. frame= 1109 fps= 11 q=-1.0 size= 2664kB time=00:01:50.80 bitrate= 196.9kbits/s speed=1.07x
  954. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  955. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  956. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  957. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  958. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  959. frame= 1114 fps= 11 q=-1.0 size= 2680kB time=00:01:51.30 bitrate= 197.3kbits/s speed=1.07x
  960. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  961. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  962. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  963. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  964. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  965. frame= 1119 fps= 11 q=-1.0 size= 2696kB time=00:01:51.80 bitrate= 197.5kbits/s speed=1.07x
  966. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  967. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  968. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  969. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  970. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  971. frame= 1124 fps= 11 q=-1.0 size= 2713kB time=00:01:52.30 bitrate= 197.9kbits/s speed=1.07x
  972. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  973. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  974. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  975. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  976. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  977. frame= 1129 fps= 11 q=-1.0 size= 2724kB time=00:01:52.80 bitrate= 197.8kbits/s speed=1.07x
  978. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  979. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  980. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  981. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  982. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  983. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  984. frame= 1135 fps= 11 q=-1.0 size= 2739kB time=00:01:53.40 bitrate= 197.9kbits/s speed=1.07x
  985. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  986. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  987. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  988. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  989. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  990. frame= 1140 fps= 11 q=-1.0 size= 2751kB time=00:01:53.90 bitrate= 197.9kbits/s speed=1.07x
  991. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  992. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  993. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  994. frame= 1143 fps= 11 q=-1.0 size= 2758kB time=00:01:54.20 bitrate= 197.8kbits/s speed=1.07x
  995. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  996. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  997. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  998. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  999. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1000. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1001. frame= 1149 fps= 11 q=-1.0 size= 2769kB time=00:01:54.80 bitrate= 197.6kbits/s speed=1.07x
  1002. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1003. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1004. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1005. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1006. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1007. frame= 1154 fps= 11 q=-1.0 size= 2777kB time=00:01:55.30 bitrate= 197.3kbits/s speed=1.07x
  1008. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1009. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1010. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1011. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1012. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1013. frame= 1159 fps= 11 q=-1.0 size= 2785kB time=00:01:55.80 bitrate= 197.0kbits/s speed=1.07x
  1014. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1015. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1016. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1017. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1018. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1019. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1020. frame= 1165 fps= 11 q=-1.0 size= 2795kB time=00:01:56.40 bitrate= 196.7kbits/s speed=1.07x
  1021. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1022. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1023. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1024. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1025. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1026. frame= 1170 fps= 11 q=-1.0 size= 2805kB time=00:01:56.90 bitrate= 196.6kbits/s speed=1.07x
  1027. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1028. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1029. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1030. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1031. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1032. frame= 1175 fps= 11 q=-1.0 size= 2815kB time=00:01:57.40 bitrate= 196.4kbits/s speed=1.07x
  1033. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1034. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1035. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1036. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1037. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1038. frame= 1180 fps= 11 q=-1.0 size= 2823kB time=00:01:57.90 bitrate= 196.1kbits/s speed=1.07x
  1039. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1040. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1041. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1042. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1043. frame= 1184 fps= 11 q=-1.0 size= 2834kB time=00:01:58.30 bitrate= 196.2kbits/s speed=1.06x
  1044. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1045. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1046. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1047. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1048. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1049. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1050. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1051. frame= 1191 fps= 11 q=-1.0 size= 2849kB time=00:01:59.00 bitrate= 196.1kbits/s speed=1.07x
  1052. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1053. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1054. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1055. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1056. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1057. frame= 1196 fps= 11 q=-1.0 size= 2858kB time=00:01:59.50 bitrate= 195.9kbits/s speed=1.06x
  1058. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1059. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1060. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1061. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1062. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1063. frame= 1201 fps= 11 q=-1.0 size= 2867kB time=00:02:00.00 bitrate= 195.7kbits/s speed=1.06x
  1064. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1065. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1066. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1067. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1068. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1069. frame= 1206 fps= 11 q=-1.0 size= 2875kB time=00:02:00.50 bitrate= 195.5kbits/s speed=1.06x
  1070. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1071. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1072. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1073. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1074. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1075. frame= 1211 fps= 11 q=-1.0 size= 2883kB time=00:02:01.00 bitrate= 195.2kbits/s speed=1.06x
  1076. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1077. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1078. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1079. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1080. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1081. frame= 1216 fps= 11 q=-1.0 size= 2891kB time=00:02:01.50 bitrate= 194.9kbits/s speed=1.06x
  1082. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1083. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1084. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1085. frame= 1219 fps= 11 q=-1.0 size= 2896kB time=00:02:01.80 bitrate= 194.8kbits/s speed=1.06x
  1086. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1087. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1088. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1089. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1090. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1091. frame= 1224 fps= 11 q=-1.0 size= 2903kB time=00:02:02.30 bitrate= 194.5kbits/s speed=1.06x
  1092. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1093. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1094. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1095. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1096. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1097. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1098. frame= 1230 fps= 11 q=-1.0 size= 2912kB time=00:02:02.90 bitrate= 194.1kbits/s speed=1.06x
  1099. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1100. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1101. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1102. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1103. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1104. frame= 1235 fps= 11 q=-1.0 size= 2920kB time=00:02:03.40 bitrate= 193.8kbits/s speed=1.06x
  1105. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1106. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1107. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1108. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1109. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1110. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1111. frame= 1241 fps= 11 q=-1.0 size= 2928kB time=00:02:04.00 bitrate= 193.4kbits/s speed=1.06x
  1112. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1113. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1114. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1115. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1116. frame= 1245 fps= 11 q=-1.0 size= 2939kB time=00:02:04.40 bitrate= 193.5kbits/s speed=1.06x
  1117. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1118. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1119. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1120. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1121. frame= 1249 fps= 11 q=-1.0 size= 2944kB time=00:02:04.80 bitrate= 193.2kbits/s speed=1.06x
  1122. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1123. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1124. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1125. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1126. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1127. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1128. frame= 1255 fps= 11 q=-1.0 size= 2954kB time=00:02:05.40 bitrate= 192.9kbits/s speed=1.06x
  1129. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1130. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1131. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1132. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1133. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1134. frame= 1260 fps= 11 q=-1.0 size= 2961kB time=00:02:05.90 bitrate= 192.7kbits/s speed=1.06x
  1135. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1136. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1137. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1138. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1139. frame= 1264 fps= 11 q=-1.0 size= 2967kB time=00:02:06.30 bitrate= 192.5kbits/s speed=1.06x
  1140. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1141. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1142. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1143. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1144. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1145. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1146. frame= 1270 fps= 11 q=-1.0 size= 2976kB time=00:02:06.90 bitrate= 192.1kbits/s speed=1.06x
  1147. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1148. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1149. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1150. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1151. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1152. frame= 1275 fps= 11 q=-1.0 size= 2984kB time=00:02:07.40 bitrate= 191.9kbits/s speed=1.06x
  1153. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1154. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1155. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1156. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1157. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1158. frame= 1280 fps= 11 q=-1.0 size= 2992kB time=00:02:07.90 bitrate= 191.6kbits/s speed=1.06x
  1159. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1160. frame= 1281 fps= 10 q=-1.0 size= 2994kB time=00:02:08.00 bitrate= 191.6kbits/s speed=1.04x
  1161. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1162. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1163. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1164. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1165. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1166. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1167. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1168. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1169. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1170. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1171. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1172. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1173. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1174. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1175. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1176. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1177. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1178. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1179. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1180. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1181. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1182. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1183. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1184. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1185. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1186. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1187. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1188. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1189. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1190. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1191. frame= 1311 fps= 11 q=-1.0 size= 3046kB time=00:02:11.00 bitrate= 190.5kbits/s speed=1.06x
  1192. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1193. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1194. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1195. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1196. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1197. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1198. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1199. frame= 1318 fps= 11 q=-1.0 size= 3056kB time=00:02:11.70 bitrate= 190.1kbits/s speed=1.06x
  1200. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1201. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1202. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1203. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1204. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1205. frame= 1323 fps= 11 q=-1.0 size= 3063kB time=00:02:12.20 bitrate= 189.8kbits/s speed=1.06x
  1206. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1207. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1208. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1209. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1210. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1211. frame= 1328 fps= 11 q=-1.0 size= 3071kB time=00:02:12.70 bitrate= 189.6kbits/s speed=1.06x
  1212. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1213. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1214. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1215. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1216. frame= 1332 fps= 11 q=-1.0 size= 3077kB time=00:02:13.10 bitrate= 189.4kbits/s speed=1.06x
  1217. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1218. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1219. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1220. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1221. frame= 1336 fps= 11 q=-1.0 size= 3084kB time=00:02:13.50 bitrate= 189.2kbits/s speed=1.06x
  1222. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1223. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1224. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1225. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1226. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1227. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1228. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1229. frame= 1343 fps= 11 q=-1.0 size= 3097kB time=00:02:14.20 bitrate= 189.1kbits/s speed=1.06x
  1230. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1231. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1232. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1233. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1234. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1235. frame= 1348 fps= 11 q=-1.0 size= 3107kB time=00:02:14.70 bitrate= 189.0kbits/s speed=1.06x
  1236. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1237. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1238. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1239. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1240. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1241. frame= 1353 fps= 11 q=-1.0 size= 3115kB time=00:02:15.20 bitrate= 188.7kbits/s speed=1.06x
  1242. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1243. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1244. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1245. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1246. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1247. frame= 1358 fps= 11 q=-1.0 size= 3122kB time=00:02:15.70 bitrate= 188.5kbits/s speed=1.06x
  1248. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1249. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1250. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1251. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1252. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1253. frame= 1363 fps= 11 q=-1.0 size= 3136kB time=00:02:16.20 bitrate= 188.6kbits/s speed=1.06x
  1254. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1255. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1256. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1257. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1258. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1259. frame= 1368 fps= 11 q=-1.0 size= 3144kB time=00:02:16.70 bitrate= 188.4kbits/s speed=1.06x
  1260. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1261. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1262. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1263. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1264. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1265. frame= 1373 fps= 11 q=-1.0 size= 3156kB time=00:02:17.20 bitrate= 188.4kbits/s speed=1.06x
  1266. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1267. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1268. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1269. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1270. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1271. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1272. frame= 1379 fps= 11 q=-1.0 size= 3169kB time=00:02:17.80 bitrate= 188.4kbits/s speed=1.06x
  1273. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1274. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1275. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1276. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1277. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1278. frame= 1384 fps= 11 q=-1.0 size= 3178kB time=00:02:18.30 bitrate= 188.3kbits/s speed=1.05x
  1279. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1280. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1281. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1282. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1283. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1284. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1285. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1286. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1287. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1288. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1289. frame= 1394 fps= 11 q=-1.0 size= 3196kB time=00:02:19.30 bitrate= 187.9kbits/s speed=1.05x
  1290. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1291. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1292. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1293. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1294. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1295. frame= 1399 fps= 11 q=-1.0 size= 3207kB time=00:02:19.80 bitrate= 187.9kbits/s speed=1.05x
  1296. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1297. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1298. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1299. frame= 1402 fps= 11 q=-1.0 size= 3215kB time=00:02:20.10 bitrate= 188.0kbits/s speed=1.05x
  1300. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1301. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1302. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1303. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1304. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1305. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1306. frame= 1408 fps= 11 q=-1.0 size= 3231kB time=00:02:20.70 bitrate= 188.1kbits/s speed=1.05x
  1307. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1308. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1309. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1310. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1311. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1312. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1313. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1314. frame= 1415 fps= 11 q=-1.0 size= 3245kB time=00:02:21.40 bitrate= 188.0kbits/s speed=1.05x
  1315. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1316. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1317. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1318. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1319. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1320. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1321. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1322. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1323. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1324. frame= 1424 fps= 11 q=-1.0 size= 3268kB time=00:02:22.30 bitrate= 188.1kbits/s speed=1.05x
  1325. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1326. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1327. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1328. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1329. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1330. frame= 1429 fps= 11 q=-1.0 size= 3277kB time=00:02:22.80 bitrate= 188.0kbits/s speed=1.05x
  1331. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1332. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1333. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1334. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1335. frame= 1433 fps= 11 q=-1.0 size= 3285kB time=00:02:23.20 bitrate= 187.9kbits/s speed=1.05x
  1336. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1337. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1338. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1339. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1340. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1341. frame= 1438 fps= 11 q=-1.0 size= 3295kB time=00:02:23.70 bitrate= 187.8kbits/s speed=1.05x
  1342. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1343. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1344. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1345. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1346. frame= 1442 fps= 11 q=-1.0 size= 3303kB time=00:02:24.10 bitrate= 187.8kbits/s speed=1.05x
  1347. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1348. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1349. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1350. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1351. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1352. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1353. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1354. frame= 1449 fps= 11 q=-1.0 size= 3320kB time=00:02:24.80 bitrate= 187.8kbits/s speed=1.05x
  1355. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1356. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1357. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1358. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1359. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1360. frame= 1454 fps= 11 q=-1.0 size= 3329kB time=00:02:25.30 bitrate= 187.7kbits/s speed=1.05x
  1361. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1362. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1363. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1364. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1365. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1366. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1367. frame= 1460 fps= 11 q=-1.0 size= 3343kB time=00:02:25.90 bitrate= 187.7kbits/s speed=1.05x
  1368. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1369. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1370. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1371. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1372. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1373. frame= 1465 fps= 11 q=-1.0 size= 3355kB time=00:02:26.40 bitrate= 187.7kbits/s speed=1.05x
  1374. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1375. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1376. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1377. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1378. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1379. frame= 1470 fps= 11 q=-1.0 size= 3367kB time=00:02:26.90 bitrate= 187.8kbits/s speed=1.05x
  1380. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1381. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1382. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1383. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1384. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1385. frame= 1475 fps= 11 q=-1.0 size= 3379kB time=00:02:27.40 bitrate= 187.8kbits/s speed=1.05x
  1386. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1387. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1388. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1389. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1390. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1391. frame= 1480 fps= 11 q=-1.0 size= 3393kB time=00:02:27.90 bitrate= 187.9kbits/s speed=1.05x
  1392. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1393. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1394. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1395. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1396. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1397. frame= 1485 fps= 11 q=-1.0 size= 3407kB time=00:02:28.40 bitrate= 188.0kbits/s speed=1.05x
  1398. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1399. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1400. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1401. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1402. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1403. frame= 1490 fps= 11 q=-1.0 size= 3417kB time=00:02:28.90 bitrate= 188.0kbits/s speed=1.05x
  1404. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1405. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1406. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1407. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1408. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1409. frame= 1495 fps= 11 q=-1.0 size= 3426kB time=00:02:29.40 bitrate= 187.8kbits/s speed=1.05x
  1410. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1411. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1412. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1413. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1414. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1415. frame= 1500 fps= 11 q=-1.0 size= 3437kB time=00:02:29.90 bitrate= 187.8kbits/s speed=1.05x
  1416. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1417. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1418. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1419. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1420. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1421. frame= 1505 fps= 11 q=-1.0 size= 3450kB time=00:02:30.40 bitrate= 187.9kbits/s speed=1.05x
  1422. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1423. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1424. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1425. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1426. frame= 1509 fps= 11 q=-1.0 size= 3456kB time=00:02:30.80 bitrate= 187.8kbits/s speed=1.05x
  1427. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1428. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1429. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1430. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1431. frame= 1513 fps= 10 q=-1.0 size= 3463kB time=00:02:31.20 bitrate= 187.6kbits/s speed=1.05x
  1432. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1433. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1434. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1435. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1436. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1437. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1438. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1439. frame= 1520 fps= 11 q=-1.0 size= 3475kB time=00:02:31.90 bitrate= 187.4kbits/s speed=1.05x
  1440. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1441. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1442. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1443. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1444. frame= 1524 fps= 10 q=-1.0 size= 3481kB time=00:02:32.30 bitrate= 187.3kbits/s speed=1.05x
  1445. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1446. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1447. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1448. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1449. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1450. frame= 1529 fps= 10 q=-1.0 size= 3489kB time=00:02:32.80 bitrate= 187.1kbits/s speed=1.05x
  1451. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1452. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1453. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1454. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1455. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1456. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1457. frame= 1535 fps= 11 q=-1.0 size= 3500kB time=00:02:33.40 bitrate= 186.9kbits/s speed=1.05x
  1458. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1459. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1460. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1461. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1462. frame= 1539 fps= 10 q=-1.0 size= 3508kB time=00:02:33.80 bitrate= 186.8kbits/s speed=1.05x
  1463. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1464. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1465. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1466. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1467. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1468. frame= 1544 fps= 10 q=-1.0 size= 3520kB time=00:02:34.30 bitrate= 186.9kbits/s speed=1.05x
  1469. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1470. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1471. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1472. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1473. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1474. frame= 1549 fps= 10 q=-1.0 size= 3528kB time=00:02:34.80 bitrate= 186.7kbits/s speed=1.05x
  1475. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1476. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1477. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1478. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1479. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1480. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1481. frame= 1555 fps= 10 q=-1.0 size= 3538kB time=00:02:35.40 bitrate= 186.5kbits/s speed=1.05x
  1482. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1483. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1484. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1485. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1486. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1487. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1488. frame= 1561 fps= 10 q=-1.0 size= 3548kB time=00:02:36.00 bitrate= 186.3kbits/s speed=1.05x
  1489. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1490. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1491. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1492. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1493. frame= 1565 fps= 10 q=-1.0 size= 3554kB time=00:02:36.40 bitrate= 186.1kbits/s speed=1.05x
  1494. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1495. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1496. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1497. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1498. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1499. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1500. frame= 1571 fps= 10 q=-1.0 size= 3564kB time=00:02:37.00 bitrate= 186.0kbits/s speed=1.05x
  1501. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1502. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1503. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1504. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1505. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1506. frame= 1576 fps= 10 q=-1.0 size= 3575kB time=00:02:37.50 bitrate= 185.9kbits/s speed=1.05x
  1507. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1508. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1509. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1510. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1511. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1512. frame= 1581 fps= 10 q=-1.0 size= 3585kB time=00:02:38.00 bitrate= 185.9kbits/s speed=1.05x
  1513. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1514. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1515. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1516. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1517. frame= 1585 fps= 10 q=-1.0 size= 3592kB time=00:02:38.40 bitrate= 185.8kbits/s speed=1.05x
  1518. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1519. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1520. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1521. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1522. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1523. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1524. frame= 1591 fps= 10 q=-1.0 size= 3604kB time=00:02:39.00 bitrate= 185.7kbits/s speed=1.05x
  1525. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1526. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1527. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1528. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1529. frame= 1595 fps= 10 q=-1.0 size= 3611kB time=00:02:39.40 bitrate= 185.6kbits/s speed=1.05x
  1530. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1531. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1532. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1533. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1534. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1535. frame= 1600 fps= 10 q=-1.0 size= 3621kB time=00:02:39.90 bitrate= 185.5kbits/s speed=1.05x
  1536. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1537. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1538. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1539. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1540. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1541. frame= 1605 fps= 10 q=-1.0 size= 3635kB time=00:02:40.40 bitrate= 185.6kbits/s speed=1.05x
  1542. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1543. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1544. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1545. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1546. frame= 1609 fps= 10 q=-1.0 size= 3643kB time=00:02:40.80 bitrate= 185.6kbits/s speed=1.05x
  1547. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1548. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1549. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1550. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1551. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1552. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1553. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1554. frame= 1616 fps= 10 q=-1.0 size= 3655kB time=00:02:41.50 bitrate= 185.4kbits/s speed=1.05x
  1555. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1556. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1557. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1558. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1559. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1560. frame= 1621 fps= 10 q=-1.0 size= 3664kB time=00:02:42.00 bitrate= 185.3kbits/s speed=1.05x
  1561. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1562. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1563. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1564. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1565. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1566. frame= 1626 fps= 10 q=-1.0 size= 3674kB time=00:02:42.50 bitrate= 185.2kbits/s speed=1.05x
  1567. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1568. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1569. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1570. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1571. frame= 1630 fps= 10 q=-1.0 size= 3684kB time=00:02:42.90 bitrate= 185.3kbits/s speed=1.05x
  1572. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1573. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1574. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1575. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1576. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1577. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1578. frame= 1636 fps= 10 q=-1.0 size= 3697kB time=00:02:43.50 bitrate= 185.2kbits/s speed=1.04x
  1579. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1580. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1581. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1582. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1583. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1584. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1585. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1586. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1587. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1588. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1589. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1590. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1591. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1592. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1593. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1594. frame= 1651 fps= 10 q=-1.0 size= 3724kB time=00:02:45.00 bitrate= 184.9kbits/s speed=1.05x
  1595. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1596. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1597. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1598. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1599. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1600. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1601. frame= 1657 fps= 10 q=-1.0 size= 3735kB time=00:02:45.60 bitrate= 184.8kbits/s speed=1.05x
  1602. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1603. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1604. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1605. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1606. frame= 1661 fps= 10 q=-1.0 size= 3743kB time=00:02:46.00 bitrate= 184.7kbits/s speed=1.04x
  1607. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1608. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1609. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1610. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1611. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1612. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1613. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1614. frame= 1668 fps= 10 q=-1.0 size= 3761kB time=00:02:46.70 bitrate= 184.8kbits/s speed=1.05x
  1615. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1616. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1617. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1618. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1619. frame= 1672 fps= 10 q=-1.0 size= 3770kB time=00:02:47.10 bitrate= 184.8kbits/s speed=1.05x
  1620. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1621. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1622. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1623. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1624. frame= 1676 fps= 10 q=-1.0 size= 3779kB time=00:02:47.50 bitrate= 184.8kbits/s speed=1.04x
  1625. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1626. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1627. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1628. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1629. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1630. frame= 1681 fps= 10 q=-1.0 size= 3789kB time=00:02:48.00 bitrate= 184.7kbits/s speed=1.04x
  1631. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1632. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1633. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1634. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1635. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1636. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1637. frame= 1687 fps= 10 q=-1.0 size= 3800kB time=00:02:48.60 bitrate= 184.6kbits/s speed=1.04x
  1638. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1639. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1640. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1641. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1642. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1643. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1644. frame= 1693 fps= 10 q=-1.0 size= 3816kB time=00:02:49.20 bitrate= 184.7kbits/s speed=1.04x
  1645. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1646. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1647. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1648. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1649. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1650. frame= 1698 fps= 10 q=-1.0 size= 3825kB time=00:02:49.70 bitrate= 184.6kbits/s speed=1.04x
  1651. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1652. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1653. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1654. frame= 1701 fps= 10 q=-1.0 size= 3831kB time=00:02:50.00 bitrate= 184.6kbits/s speed=1.04x
  1655. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1656. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1657. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1658. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1659. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1660. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1661. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1662. frame= 1708 fps= 10 q=-1.0 size= 3842kB time=00:02:50.70 bitrate= 184.4kbits/s speed=1.04x
  1663. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1664. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1665. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1666. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1667. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1668. frame= 1713 fps= 10 q=-1.0 size= 3851kB time=00:02:51.20 bitrate= 184.3kbits/s speed=1.04x
  1669. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1670. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1671. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1672. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1673. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1674. frame= 1718 fps= 10 q=-1.0 size= 3860kB time=00:02:51.70 bitrate= 184.1kbits/s speed=1.04x
  1675. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1676. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1677. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1678. frame= 1721 fps= 10 q=-1.0 size= 3865kB time=00:02:52.00 bitrate= 184.1kbits/s speed=1.04x
  1679. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1680. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1681. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1682. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1683. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1684. frame= 1726 fps= 10 q=-1.0 size= 3877kB time=00:02:52.50 bitrate= 184.1kbits/s speed=1.04x
  1685. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1686. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1687. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1688. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1689. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1690. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1691. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1692. frame= 1733 fps= 10 q=-1.0 size= 3891kB time=00:02:53.20 bitrate= 184.0kbits/s speed=1.04x
  1693. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1694. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1695. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1696. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1697. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1698. frame= 1738 fps= 10 q=-1.0 size= 3900kB time=00:02:53.70 bitrate= 183.9kbits/s speed=1.04x
  1699. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1700. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1701. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1702. frame= 1741 fps= 10 q=-1.0 size= 3907kB time=00:02:54.00 bitrate= 183.9kbits/s speed=1.04x
  1703. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1704. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1705. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1706. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1707. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1708. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1709. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1710. frame= 1748 fps= 10 q=-1.0 size= 3920kB time=00:02:54.70 bitrate= 183.8kbits/s speed=1.04x
  1711. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1712. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1713. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1714. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1715. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1716. frame= 1753 fps= 10 q=-1.0 size= 3929kB time=00:02:55.20 bitrate= 183.7kbits/s speed=1.04x
  1717. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1718. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1719. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1720. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1721. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1722. frame= 1758 fps= 10 q=-1.0 size= 3937kB time=00:02:55.70 bitrate= 183.6kbits/s speed=1.04x
  1723. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1724. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1725. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1726. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1727. frame= 1762 fps= 10 q=-1.0 size= 3945kB time=00:02:56.10 bitrate= 183.5kbits/s speed=1.04x
  1728. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1729. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1730. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1731. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1732. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1733. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1734. frame= 1768 fps= 10 q=-1.0 size= 3953kB time=00:02:56.70 bitrate= 183.3kbits/s speed=1.04x
  1735. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1736. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1737. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1738. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1739. frame= 1772 fps= 10 q=-1.0 size= 3963kB time=00:02:57.10 bitrate= 183.3kbits/s speed=1.04x
  1740. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1741. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1742. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1743. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1744. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1745. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1746. frame= 1778 fps= 10 q=-1.0 size= 3977kB time=00:02:57.70 bitrate= 183.3kbits/s speed=1.04x
  1747. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1748. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1749. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1750. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1751. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1752. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1753. frame= 1784 fps= 10 q=-1.0 size= 3991kB time=00:02:58.30 bitrate= 183.3kbits/s speed=1.04x
  1754. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1755. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1756. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1757. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1758. frame= 1788 fps= 10 q=-1.0 size= 3996kB time=00:02:58.70 bitrate= 183.2kbits/s speed=1.04x
  1759. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1760. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1761. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1762. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1763. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1764. frame= 1793 fps= 10 q=-1.0 size= 4006kB time=00:02:59.20 bitrate= 183.1kbits/s speed=1.04x
  1765. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1766. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1767. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1768. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1769. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1770. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1771. frame= 1799 fps= 10 q=-1.0 size= 4016kB time=00:02:59.80 bitrate= 183.0kbits/s speed=1.04x
  1772. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1773. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1774. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1775. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1776. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1777. frame= 1804 fps= 10 q=-1.0 size= 4023kB time=00:03:00.30 bitrate= 182.8kbits/s speed=1.04x
  1778. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1779. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1780. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1781. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1782. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1783. frame= 1809 fps= 10 q=-1.0 size= 4033kB time=00:03:00.80 bitrate= 182.7kbits/s speed=1.04x
  1784. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1785. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1786. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1787. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1788. frame= 1813 fps= 10 q=-1.0 size= 4039kB time=00:03:01.20 bitrate= 182.6kbits/s speed=1.04x
  1789. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1790. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1791. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1792. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1793. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1794. frame= 1818 fps= 10 q=-1.0 size= 4047kB time=00:03:01.70 bitrate= 182.5kbits/s speed=1.04x
  1795. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1796. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1797. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1798. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1799. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1800. frame= 1823 fps= 10 q=-1.0 size= 4055kB time=00:03:02.20 bitrate= 182.3kbits/s speed=1.04x
  1801. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1802. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1803. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1804. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1805. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1806. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1807. frame= 1829 fps= 10 q=-1.0 size= 4063kB time=00:03:02.80 bitrate= 182.1kbits/s speed=1.04x
  1808. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1809. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1810. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1811. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1812. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1813. frame= 1834 fps= 10 q=-1.0 size= 4072kB time=00:03:03.30 bitrate= 182.0kbits/s speed=1.04x
  1814. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1815. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1816. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1817. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1818. frame= 1838 fps= 10 q=-1.0 size= 4080kB time=00:03:03.70 bitrate= 181.9kbits/s speed=1.04x
  1819. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1820. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1821. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1822. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1823. frame= 1842 fps= 10 q=-1.0 size= 4093kB time=00:03:04.10 bitrate= 182.1kbits/s speed=1.04x
  1824. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1825. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1826. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1827. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1828. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1829. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1830. frame= 1848 fps= 10 q=-1.0 size= 4103kB time=00:03:04.70 bitrate= 182.0kbits/s speed=1.04x
  1831. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1832. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1833. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1834. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1835. frame= 1852 fps= 10 q=-1.0 size= 4110kB time=00:03:05.10 bitrate= 181.9kbits/s speed=1.04x
  1836. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1837. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1838. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1839. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1840. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1841. frame= 1857 fps= 10 q=-1.0 size= 4117kB time=00:03:05.60 bitrate= 181.7kbits/s speed=1.04x
  1842. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1843. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1844. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1845. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1846. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1847. frame= 1862 fps= 10 q=-1.0 size= 4127kB time=00:03:06.10 bitrate= 181.7kbits/s speed=1.04x
  1848. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1849. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1850. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1851. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1852. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1853. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1854. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1855. frame= 1869 fps= 10 q=-1.0 size= 4143kB time=00:03:06.80 bitrate= 181.7kbits/s speed=1.04x
  1856. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1857. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1858. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1859. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1860. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1861. frame= 1874 fps= 10 q=-1.0 size= 4152kB time=00:03:07.30 bitrate= 181.6kbits/s speed=1.04x
  1862. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1863. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1864. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1865. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1866. frame= 1878 fps= 10 q=-1.0 size= 4159kB time=00:03:07.70 bitrate= 181.5kbits/s speed=1.04x
  1867. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1868. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1869. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1870. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1871. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1872. [flv @ 0x18b3cd0] Delay between the first packet and last packet in the muxing queue is 10100000 > 10000000: forcing output
  1873. frame= 1884 fps= 10 q=-1.0 size= 4172kB time=00:03:08.30 bitrate= 181.5kbits/s speed=1.04x
  1874. [aac @ 0x1823540] Trying to remove 48 more samples than there are in the queue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement