Ticket #11198: ffmpeg-20240919-165410.log

File ffmpeg-20240919-165410.log, 366.3 KB (added by adamvaul, 2 years ago)

Report logs

Line 
1ffmpeg started on 2024-09-19 at 16:54:10
2Report written to "ffmpeg-20240919-165410.log"
3Log level: 48
4Command line:
5ffmpeg -report -i BigBuckBunny_320x180.mp4 -t 24 -c:v libx264 -crf 22 -minrate:v 600000 -maxrate:v 600000 -bufsize:v 1200000 -preset fast -profile:v main -pix_fmt yuv420p -g 30 -keyint_min 30 -level 4.0 -s 640x360 -c:a aac -minrate:a 96000 -maxrate:a 96000 -bufsize:a 192000 -strict -2 -start_number 1 -hls_time 6 -segment_time 6 -hls_list_size 0 -force_key_frames "expr:if(isnan(prev_forced_n),1,eq(n,prev_forced_n+30))" -sn -output_ts_offset 0.66666667 -hls_segment_filename "BigBuckBunny_320x180_6S600K360_%05d.ts" -hls_playlist_type vod -sc_threshold 0 -loglevel error -mpegts_pmt_start_pid 480 -streamid 0:481 -streamid 1:482 -metadata "service_provider=Some provider" -metadata "service_name=Some Channel" -f hls BigBuckBunny_320x180_6S600K360.m3u8
6ffmpeg version 7.0.2-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
7 built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
8 configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libxevd --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxeve --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-dxva2 --enable-d3d11va --enable-d3d12va --enable-f libavutil 59. 8.100 / 59. 8.100
9 libavcodec 61. 3.100 / 61. 3.100
10 libavformat 61. 1.100 / 61. 1.100
11 libavdevice 61. 1.100 / 61. 1.100
12 libavfilter 10. 1.100 / 10. 1.100
13 libswscale 8. 1.100 / 8. 1.100
14 libswresample 5. 1.100 / 5. 1.100
15 libpostproc 58. 1.100 / 58. 1.100
16Splitting the commandline.
17Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
18Reading option '-i' ... matched as input url with argument 'BigBuckBunny_320x180.mp4'.
19Reading option '-t' ... matched as option 't' (stop transcoding after specified duration) with argument '24'.
20Reading option '-c:v' ... matched as option 'c' (select encoder/decoder ('copy' to copy stream without reencoding)) with argument 'libx264'.
21Reading option '-crf' ... matched as AVOption 'crf' with argument '22'.
22Reading option '-minrate:v' ... matched as AVOption 'minrate:v' with argument '600000'.
23Reading option '-maxrate:v' ... matched as AVOption 'maxrate:v' with argument '600000'.
24Reading option '-bufsize:v' ... matched as AVOption 'bufsize:v' with argument '1200000'.
25Reading option '-preset' ... matched as AVOption 'preset' with argument 'fast'.
26Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'main'.
27Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
28Reading option '-g' ... matched as AVOption 'g' with argument '30'.
29Reading option '-keyint_min' ... matched as AVOption 'keyint_min' with argument '30'.
30Reading option '-level' ... matched as AVOption 'level' with argument '4.0'.
31Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '640x360'.
32Reading option '-c:a' ... matched as option 'c' (select encoder/decoder ('copy' to copy stream without reencoding)) with argument 'aac'.
33Reading option '-minrate:a' ... matched as AVOption 'minrate:a' with argument '96000'.
34Reading option '-maxrate:a' ... matched as AVOption 'maxrate:a' with argument '96000'.
35Reading option '-bufsize:a' ... matched as AVOption 'bufsize:a' with argument '192000'.
36Reading option '-strict' ...Routing option strict to both codec and muxer layer
37 matched as AVOption 'strict' with argument '-2'.
38Reading option '-start_number' ... matched as AVOption 'start_number' with argument '1'.
39Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '6'.
40Reading option '-segment_time' ... matched as AVOption 'segment_time' with argument '6'.
41Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size' with argument '0'.
42Reading option '-force_key_frames' ... matched as option 'force_key_frames' (force key frames at specified timestamps) with argument 'expr:if(isnan(prev_forced_n),1,eq(n,prev_forced_n+30))'.
43Reading option '-sn' ... matched as option 'sn' (disable subtitle) with argument '1'.
44Reading option '-output_ts_offset' ... matched as AVOption 'output_ts_offset' with argument '0.66666667'.
45Reading option '-hls_segment_filename' ... matched as AVOption 'hls_segment_filename' with argument 'BigBuckBunny_320x180_6S600K360_%05d.ts'.
46Reading option '-hls_playlist_type' ... matched as AVOption 'hls_playlist_type' with argument 'vod'.
47Reading option '-sc_threshold' ... matched as AVOption 'sc_threshold' with argument '0'.
48Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'error'.
49Reading option '-mpegts_pmt_start_pid' ... matched as AVOption 'mpegts_pmt_start_pid' with argument '480'.
50Reading option '-streamid' ... matched as option 'streamid' (set the value of an outfile streamid) with argument '0:481'.
51Reading option '-streamid' ... matched as option 'streamid' (set the value of an outfile streamid) with argument '1:482'.
52Reading option '-metadata' ... matched as option 'metadata' (add metadata) with argument 'service_provider=Some provider'.
53Reading option '-metadata' ... matched as option 'metadata' (add metadata) with argument 'service_name=Some Channel'.
54Reading option '-f' ... matched as option 'f' (force container format (auto-detected otherwise)) with argument 'hls'.
55Reading option 'BigBuckBunny_320x180_6S600K360.m3u8' ... matched as output url.
56Finished splitting the commandline.
57Parsing a group of options: global .
58Applying option report (generate a report) with argument 1.
59Applying option loglevel (set logging level) with argument error.
60Successfully parsed a group of options.
61Parsing a group of options: input url BigBuckBunny_320x180.mp4.
62Successfully parsed a group of options.
63Opening an input file: BigBuckBunny_320x180.mp4.
64[AVFormatContext @ 000001c54e757140] Opening 'BigBuckBunny_320x180.mp4' for reading
65[file @ 000001c54e757f40] Setting default whitelist 'file,crypto,data'
66[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e757140] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
67[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e757140] ISO: File Type Major Brand: isom
68[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e757140] Unknown dref type 0x206c7275 size 12
69[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e757140] Unknown dref type 0x206c7275 size 12
70[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e757140] Before avformat_find_stream_info() pos: 64657027 bytes read:376962 seeks:1 nb_streams:2
71[h264 @ 000001c54e769140] nal_unit_type: 7(SPS), nal_ref_idc: 3
72[h264 @ 000001c54e769140] Decoding VUI
73[h264 @ 000001c54e769140] nal_unit_type: 8(PPS), nal_ref_idc: 3
74Transform tree:
75 mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
76 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
77Transform tree:
78 mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
79 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
80Transform tree:
81 mdct_inv_float_avx2 - type: mdct_float, len: 120, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
82 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 60, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
83 fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
84Transform tree:
85 mdct_inv_float_avx2 - type: mdct_float, len: 128, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
86 fft_sr_asm_float_avx2 - type: fft_float, len: 64, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
87Transform tree:
88 mdct_inv_float_avx2 - type: mdct_float, len: 480, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
89 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 240, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
90 fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
91Transform tree:
92 mdct_inv_float_avx2 - type: mdct_float, len: 512, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
93 fft_sr_asm_float_avx2 - type: fft_float, len: 256, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
94Transform tree:
95 mdct_inv_float_avx2 - type: mdct_float, len: 960, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
96 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 480, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
97 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
98Transform tree:
99 mdct_inv_float_avx2 - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
100 fft_sr_asm_float_avx2 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
101Transform tree:
102 mdct_fwd_float_c - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only]
103 fft_sr_ns_float_avx2 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
104[h264 @ 000001c54e769140] nal_unit_type: 7(SPS), nal_ref_idc: 3
105[h264 @ 000001c54e769140] Decoding VUI
106[h264 @ 000001c54e769140] nal_unit_type: 8(PPS), nal_ref_idc: 3
107[h264 @ 000001c54e769140] nal_unit_type: 5(IDR), nal_ref_idc: 3
108[h264 @ 000001c54e769140] Format yuv420p chosen by get_format().
109[h264 @ 000001c54e769140] Reinit context to 320x192, pix_fmt: yuv420p
110[aac @ 000001c54e75bc00] skip whole frame, skip left: 0
111[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e757140] All info found
112[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e757140] After avformat_find_stream_info() pos: 646 bytes read:409730 seeks:2 frames:2
113Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BigBuckBunny_320x180.mp4':
114 Metadata:
115 major_brand : isom
116 minor_version : 512
117 compatible_brands: mp41
118 creation_time : 1970-01-01T00:00:00.000000Z
119 title : Big Buck Bunny
120 artist : Blender Foundation
121 composer : Blender Foundation
122 date : 2008
123 encoder : Lavf52.14.0
124 Duration: 00:09:56.46, start: 0.000000, bitrate: 867 kb/s
125 Stream #0:0[0x1](und), 1, 1/24: Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(progressive), 320x180 [SAR 1:1 DAR 16:9], 702 kb/s, 24 fps, 24 tbr, 24 tbn (default)
126 Metadata:
127 creation_time : 1970-01-01T00:00:00.000000Z
128 handler_name : VideoHandler
129 vendor_id : [0][0][0][0]
130 Stream #0:1[0x2](und), 1, 1/48000: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 159 kb/s (default)
131 Metadata:
132 creation_time : 1970-01-01T00:00:00.000000Z
133 handler_name : SoundHandler
134 vendor_id : [0][0][0][0]
135Successfully opened the file.
136Parsing a group of options: output url BigBuckBunny_320x180_6S600K360.m3u8.
137Applying option t (stop transcoding after specified duration) with argument 24.
138Applying option c:v (select encoder/decoder ('copy' to copy stream without reencoding)) with argument libx264.
139Applying option profile:v (set profile) with argument main.
140Applying option pix_fmt (set pixel format) with argument yuv420p.
141Applying option s (set frame size (WxH or abbreviation)) with argument 640x360.
142Applying option c:a (select encoder/decoder ('copy' to copy stream without reencoding)) with argument aac.
143Applying option force_key_frames (force key frames at specified timestamps) with argument expr:if(isnan(prev_forced_n),1,eq(n,prev_forced_n+30)).
144Applying option sn (disable subtitle) with argument 1.
145Applying option streamid (set the value of an outfile streamid) with argument 0:481.
146Applying option streamid (set the value of an outfile streamid) with argument 1:482.
147Applying option metadata (add metadata) with argument service_provider=Some provider.
148Applying option metadata (add metadata) with argument service_name=Some Channel.
149Applying option f (force container format (auto-detected otherwise)) with argument hls.
150Successfully parsed a group of options.
151Opening an output file: BigBuckBunny_320x180_6S600K360.m3u8.
152[out#0/hls @ 000001c54e755dc0] No explicit maps, mapping streams automatically...
153[vost#0:0/libx264 @ 000001c54e7f7b00] Created video stream from input stream 0:0
154detected 20 logical cores
155[h264 @ 000001c54ed5df00] nal_unit_type: 7(SPS), nal_ref_idc: 3
156[h264 @ 000001c54ed5df00] Decoding VUI
157[h264 @ 000001c54ed5df00] nal_unit_type: 8(PPS), nal_ref_idc: 3
158[aost#0:1/aac @ 000001c54ee22380] Created audio stream from input stream 0:1
159Transform tree:
160 mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
161 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
162Transform tree:
163 mdct_inv_float_avx2 - type: mdct_float, len: 64, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
164 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
165Transform tree:
166 mdct_inv_float_avx2 - type: mdct_float, len: 120, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
167 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 60, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
168 fft4_fwd_asm_float_sse2 - type: fft_float, len: 4, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
169Transform tree:
170 mdct_inv_float_avx2 - type: mdct_float, len: 128, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
171 fft_sr_asm_float_avx2 - type: fft_float, len: 64, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
172Transform tree:
173 mdct_inv_float_avx2 - type: mdct_float, len: 480, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
174 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 240, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
175 fft16_asm_float_fma3 - type: fft_float, len: 16, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
176Transform tree:
177 mdct_inv_float_avx2 - type: mdct_float, len: 512, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
178 fft_sr_asm_float_avx2 - type: fft_float, len: 256, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
179Transform tree:
180 mdct_inv_float_avx2 - type: mdct_float, len: 960, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
181 fft_pfa_15xM_asm_float_avx2 - type: fft_float, len: 480, factors[2]: [15, 2], flags: [aligned, inplace, out_of_place, preshuf, asm_call]
182 fft32_asm_float_fma3 - type: fft_float, len: 32, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
183Transform tree:
184 mdct_inv_float_avx2 - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [aligned, out_of_place, inv_only]
185 fft_sr_asm_float_avx2 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf, asm_call]
186Transform tree:
187 mdct_fwd_float_c - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only]
188 fft_sr_ns_float_avx2 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
189Successfully opened the file.
190Stream mapping:
191 Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
192 Stream #0:1 -> #0:1 (aac (native) -> aac (native))
193[vost#0:0/libx264 @ 000001c54e7f7b00] Starting thread...
194[aost#0:1/aac @ 000001c54ee22380] Starting thread...
195[vf#0:0 @ 000001c54ed27800] Starting thread...
196[af#0:1 @ 000001c54fa30540] Starting thread...
197[vist#0:0/h264 @ 000001c54e75bc00] [dec:h264 @ 000001c54ed27980] Starting thread...
198[aist#0:1/aac @ 000001c54ed5ebc0] [dec:aac @ 000001c54ee237c0] Starting thread...
199[in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e754b80] Starting thread...
200Press [q] to stop, [?] for help
201[aac @ 000001c54eb72480] skip whole frame, skip left: 0
202[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
203[h264 @ 000001c54ed5df00] Format yuv420p chosen by get_format().
204[h264 @ 000001c54ed5df00] Reinit context to 320x192, pix_fmt: yuv420p
205[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
206[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
207[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
208[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
209[graph_1_in_0:1 @ 000001c54f3d0c80] Setting 'time_base' to value '1/48000'
210[graph_1_in_0:1 @ 000001c54f3d0c80] Setting 'sample_rate' to value '48000'
211[graph_1_in_0:1 @ 000001c54f3d0c80] Setting 'sample_fmt' to value 'fltp'
212[graph_1_in_0:1 @ 000001c54f3d0c80] Setting 'channel_layout' to value 'stereo'
213[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
214[graph_1_in_0:1 @ 000001c54f3d0c80] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:stereo
215[format_out_0_1 @ 000001c54ed5bbc0] Setting 'sample_fmts' to value 'fltp'
216[format_out_0_1 @ 000001c54ed5bbc0] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
217[AVFilterGraph @ 000001c54f143cc0] query_formats: 5 queried, 8 merged, 4 already done, 0 delayed
218Transform tree:
219[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
220 mdct_fwd_float_c - type: mdct_float, len: 1024, factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only]
221 fft_sr_ns_float_avx2 - type: fft_float, len: 512, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
222Transform tree:
223 mdct_fwd_float_c - type: mdct_float, len: 128, factors[2]: [2, any], flags: [unaligned, out_of_place, fwd_only]
224 fft_sr_ns_float_avx2 - type: fft_float, len: 64, factor: 2, flags: [aligned, inplace, out_of_place, preshuf]
225[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
226[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.0426667
227[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.0426667 queue head -1 ts N/A
228[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.064
229[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.064 queue head -1 ts N/A
230[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.0853333
231[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.0853333 queue head -1 ts N/A
232[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.106667
233[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.106667 queue head -1 ts N/A
234[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.128
235[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.128 queue head -1 ts N/A
236[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.149333
237[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.149333 queue head -1 ts N/A
238[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.170667
239[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.170667 queue head -1 ts N/A
240[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.192
241[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.192 queue head -1 ts N/A
242[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.213333
243[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.213333 queue head -1 ts N/A
244[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
245[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.234667
246[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.234667 queue head -1 ts N/A
247[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.256
248[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.256 queue head -1 ts N/A
249[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
250[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
251[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
252[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
253[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.277333
254[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.277333 queue head -1 ts N/A
255[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
256[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
257[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
258[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.298667
259[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.298667 queue head -1 ts N/A
260[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.32
261[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.32 queue head -1 ts N/A
262[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
263[graph 0 input from stream 0:0 @ 000001c5500a0e40] Setting 'video_size' to value '320x180'
264[graph 0 input from stream 0:0 @ 000001c5500a0e40] Setting 'pix_fmt' to value '0'
265[graph 0 input from stream 0:0 @ 000001c5500a0e40] Setting 'time_base' to value '1/24'
266[graph 0 input from stream 0:0 @ 000001c5500a0e40] Setting 'pixel_aspect' to value '1/1'
267[graph 0 input from stream 0:0 @ 000001c5500a0e40] Setting 'colorspace' to value '2'
268[graph 0 input from stream 0:0 @ 000001c5500a0e40] Setting 'range' to value '0'
269[graph 0 input from stream 0:0 @ 000001c5500a0e40] Setting 'frame_rate' to value '24/1'
270[graph 0 input from stream 0:0 @ 000001c5500a0e40] w:320 h:180 pixfmt:yuv420p tb:1/24 fr:24/1 sar:1/1 csp:unknown range:unknown
271[scaler_out_0_0 @ 000001c55009fa40] Setting 'w' to value '640'
272[scaler_out_0_0 @ 000001c55009fa40] Setting 'h' to value '360'
273[scaler_out_0_0 @ 000001c55009fa40] w:640 h:360 flags:'' interl:0
274[format @ 000001c55009f440] Setting 'pix_fmts' to value 'yuv420p'
275[AVFilterGraph @ 000001c55029db40] query_formats: 6 queried, 15 merged, 0 already done, 0 delayed
276[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.341333
277[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.341333 queue head -1 ts N/A
278[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.362667
279[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.362667 queue head -1 ts N/A
280[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
281[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.384
282[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.384 queue head -1 ts N/A
283[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.405333
284[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.405333 queue head -1 ts N/A
285[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
286[scaler_out_0_0 @ 000001c55009fa40] w:320 h:180 fmt:yuv420p csp:unknown range:unknown sar:1/1 -> w:640 h:360 fmt:yuv420p csp:unknown range:unknown sar:1/1 flags:0x00000004
287[graph 0 input from stream 0:0 @ 000001c5500a0e40] video frame properties congruent with link at pts_time: 0
288[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.426667
289[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.426667 queue head -1 ts N/A
290[libx264 @ 000001c54e7588c0] using mv_range_thread = 24
291[libx264 @ 000001c54e7588c0] using SAR=1/1
292[libx264 @ 000001c54e7588c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
293[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.448
294[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.448 queue head -1 ts N/A
295[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
296[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.469333
297[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.469333 queue head -1 ts N/A
298[libx264 @ 000001c54e7588c0] profile Main, level 4.0, 4:2:0, 8-bit
299[libx264 @ 000001c54e7588c0] 264 - core 164 r3191 4613ac3 - H.264/MPEG-4 AVC codec - Copyleft 2003-2024 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=11 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=30 keyint_min=16 scenecut=0 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=22.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=600 vbv_bufsize=1200 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
300[mpegts @ 000001c5507ebac0] service 1 using PCR in pid=481, pcr_period=0ms
301[mpegts @ 000001c5507ebac0] muxrate VBR, sdt every 1073741822000 ms, pat/pmt every 1073741822000 ms
302Output #0, hls, to 'BigBuckBunny_320x180_6S600K360.m3u8':
303 Metadata:
304 major_brand : isom
305 minor_version : 512
306 compatible_brands: mp41
307 service_name : Some Channel
308 title : Big Buck Bunny
309 artist : Blender Foundation
310 composer : Blender Foundation
311 date : 2008
312 service_provider: Some provider
313 encoder : Lavf61.1.100
314 Stream #0:0(und), 0, 1/90000: Video: h264, yuv420p(progressive), 640x360 [SAR 1:1 DAR 16:9], q=2-31, 24 fps, 90k tbn (default)
315 Metadata:
316 creation_time : 1970-01-01T00:00:00.000000Z
317 handler_name : VideoHandler
318 vendor_id : [0][0][0][0]
319 encoder : Lavc61.3.100 libx264
320 Side data:
321 cpb: bitrate max/min/avg: 600000/0/0 buffer size: 1200000 vbv_delay: N/A
322 Stream #0:1(und), 0, 1/90000: Audio: aac (LC), 48000 Hz, stereo, fltp, 128 kb/s (default)
323 Metadata:
324 creation_time : 1970-01-01T00:00:00.000000Z
325 handler_name : SoundHandler
326 vendor_id : [0][0][0][0]
327 encoder : Lavc61.3.100 aac
328[out#0/hls @ 000001c54e755dc0] Starting thread...
329[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.0416667
330[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.0416667 queue head -1 ts N/A
331[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 0.000000
332[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.490667
333[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.490667 queue head -1 ts N/A
334[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
335[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.0833333
336[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.0833333 queue head -1 ts N/A
337[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.512
338[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.512 queue head -1 ts N/A
339[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.125
340[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.125 queue head -1 ts N/A
341[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.533333
342[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.533333 queue head -1 ts N/A
343[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
344[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.166667
345[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.166667 queue head -1 ts N/A
346[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.554667
347[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.554667 queue head -1 ts N/A
348[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
349[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.208333
350[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.208333 queue head -1 ts N/A
351[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.576
352[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.576 queue head -1 ts N/A
353[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.597333
354[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.597333 queue head -1 ts N/A
355[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
356[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.618667
357[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.618667 queue head -1 ts N/A
358[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.64
359[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.64 queue head -1 ts N/A
360[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
361[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.25
362[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.25 queue head -1 ts N/A
363[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.661333
364[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.661333 queue head -1 ts N/A
365[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.682667
366[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.682667 queue head -1 ts N/A
367[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
368[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.291667
369[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.291667 queue head -1 ts N/A
370[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.704
371[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.704 queue head -1 ts N/A
372[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.333333
373[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.333333 queue head -1 ts N/A
374[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.725333
375[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.725333 queue head -1 ts N/A
376[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
377[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.375
378[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.375 queue head -1 ts N/A
379[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.746667
380[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.746667 queue head -1 ts N/A
381[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.416667
382[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.416667 queue head -1 ts N/A
383[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.768
384[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.768 queue head -1 ts N/A
385[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
386[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.458333
387[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.458333 queue head -1 ts N/A
388[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.789333
389[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.789333 queue head -1 ts N/A
390[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.810667
391[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.810667 queue head -1 ts N/A
392[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
393[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.832
394[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.832 queue head -1 ts N/A
395[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.5
396[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.5 queue head -1 ts N/A
397[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.853333
398[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.853333 queue head -1 ts N/A
399[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
400[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.541667
401[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.541667 queue head -1 ts N/A
402[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.874667
403[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.874667 queue head -1 ts N/A
404[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.583333
405[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.583333 queue head -1 ts N/A
406[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.896
407[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.896 queue head -1 ts N/A
408[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
409[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.917333
410[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.917333 queue head -1 ts N/A
411[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.938667
412[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.938667 queue head -1 ts N/A
413[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
414[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.625
415[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.625 queue head -1 ts N/A
416[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.96
417[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.96 queue head -1 ts N/A
418[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 0.981333
419[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 0.981333 queue head -1 ts N/A
420[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
421[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.002667
422[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.002667 queue head -1 ts N/A
423[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.024
424[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.024 queue head -1 ts N/A
425[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
426[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.666667
427[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.666667 queue head -1 ts N/A
428[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.045333
429[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.045333 queue head -1 ts N/A
430[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.066667
431[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.066667 queue head -1 ts N/A
432[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
433[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.088
434[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.088 queue head -1 ts N/A
435[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.109333
436[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.109333 queue head -1 ts N/A
437[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
438[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.130667
439[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.130667 queue head -1 ts N/A
440[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.152
441[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.152 queue head -1 ts N/A
442[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
443[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.173333
444[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.173333 queue head -1 ts N/A
445[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.194667
446[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.194667 queue head -1 ts N/A
447[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
448[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.216
449[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.216 queue head -1 ts N/A
450[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.237333
451[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.237333 queue head -1 ts N/A
452[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
453[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.258667
454[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.258667 queue head -1 ts N/A
455[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.28
456[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.28 queue head -1 ts N/A
457[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
458[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.301333
459[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.301333 queue head -1 ts N/A
460[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.322667
461[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.322667 queue head -1 ts N/A
462[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
463[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.708333
464[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.708333 queue head -1 ts N/A
465[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.344
466[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.344 queue head -1 ts N/A
467[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.75
468[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.75 queue head -1 ts N/A
469[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.365333
470[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.365333 queue head -1 ts N/A
471[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
472[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.386667
473[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.386667 queue head -1 ts N/A
474[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.408
475[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.408 queue head -1 ts N/A
476[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
477[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.791667
478[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.791667 queue head -1 ts N/A
479[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.429333
480[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.429333 queue head -1 ts N/A
481[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
482[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.833333
483[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.833333 queue head -1 ts N/A
484[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.450667
485[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.450667 queue head -1 ts N/A
486[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.472
487[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.472 queue head -1 ts N/A
488[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
489[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.875
490[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.875 queue head -1 ts N/A
491[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.493333
492[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.493333 queue head -1 ts N/A
493[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.916667
494[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.916667 queue head -1 ts N/A
495[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.514667
496[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.514667 queue head -1 ts N/A
497[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
498[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 0.958333
499[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 0.958333 queue head -1 ts N/A
500[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.536
501[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.536 queue head -1 ts N/A
502[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1
503[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1 queue head -1 ts N/A
504[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.557333
505[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.557333 queue head -1 ts N/A
506[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
507[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.041667
508[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.041667 queue head -1 ts N/A
509[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.578667
510[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.578667 queue head -1 ts N/A
511[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.083333
512[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.083333 queue head -1 ts N/A
513[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.6
514[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.6 queue head -1 ts N/A
515[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
516[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.125
517[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.125 queue head -1 ts N/A
518[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.621333
519[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.621333 queue head -1 ts N/A
520[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.166667
521[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.166667 queue head -1 ts N/A
522[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.642667
523[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.642667 queue head -1 ts N/A
524[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
525[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.208333
526[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.208333 queue head -1 ts N/A
527[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.664
528[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.664 queue head -1 ts N/A
529[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.25
530[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.25 queue head -1 ts N/A
531[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.685333
532[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.685333 queue head -1 ts N/A
533[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
534[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.291667
535[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.291667 queue head -1 ts N/A
536[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 1.250000
537[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.706667
538[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.706667 queue head -1 ts N/A
539[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.333333
540[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.333333 queue head -1 ts N/A
541[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.728
542[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.728 queue head -1 ts N/A
543[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
544[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.375
545[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.375 queue head -1 ts N/A
546[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.749333
547[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.749333 queue head -1 ts N/A
548[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.416667
549[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.416667 queue head -1 ts N/A
550[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.770667
551[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.770667 queue head -1 ts N/A
552[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
553[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.458333
554[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.458333 queue head -1 ts N/A
555[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.792
556[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.792 queue head -1 ts N/A
557[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.5
558[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.5 queue head -1 ts N/A
559[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.813333
560[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.813333 queue head -1 ts N/A
561[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
562[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.541667
563[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.541667 queue head -1 ts N/A
564[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.834667
565[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.834667 queue head -1 ts N/A
566[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.583333
567[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.583333 queue head -1 ts N/A
568[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.856
569[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.856 queue head -1 ts N/A
570[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
571[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.625
572[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.625 queue head -1 ts N/A
573[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.877333
574[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.877333 queue head -1 ts N/A
575[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.898667
576[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.898667 queue head -1 ts N/A
577[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
578[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.666667
579[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.666667 queue head -1 ts N/A
580[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.92
581[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.92 queue head -1 ts N/A
582[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.941333
583[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.941333 queue head -1 ts N/A
584[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
585[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.708333
586[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.708333 queue head -1 ts N/A
587[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.962667
588[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.962667 queue head -1 ts N/A
589[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 1.984
590[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 1.984 queue head -1 ts N/A
591[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
592[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.75
593[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.75 queue head -1 ts N/A
594[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.005333
595[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.005333 queue head -1 ts N/A
596[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.026667
597[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.026667 queue head -1 ts N/A
598[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
599[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.791667
600[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.791667 queue head -1 ts N/A
601[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.048
602[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.048 queue head -1 ts N/A
603[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.069333
604[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.069333 queue head -1 ts N/A
605[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
606[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.833333
607[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.833333 queue head -1 ts N/A
608[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.090667
609[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.090667 queue head -1 ts N/A
610[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.112
611[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.112 queue head -1 ts N/A
612[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
613[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.875
614[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.875 queue head -1 ts N/A
615[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.133333
616[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.133333 queue head -1 ts N/A
617[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.154667
618[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.154667 queue head -1 ts N/A
619[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.176
620[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.176 queue head -1 ts N/A
621[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.197333
622[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.197333 queue head -1 ts N/A
623[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.218667
624[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.218667 queue head -1 ts N/A
625[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.24
626[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.24 queue head -1 ts N/A
627[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.261333
628[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.261333 queue head -1 ts N/A
629[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.282667
630[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.282667 queue head -1 ts N/A
631[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.304
632[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.304 queue head -1 ts N/A
633[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.325333
634[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.325333 queue head -1 ts N/A
635[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
636[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
637[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
638[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.346667
639[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.346667 queue head -1 ts N/A
640[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.368
641[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.368 queue head -1 ts N/A
642[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
643[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.389333
644[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.389333 queue head -1 ts N/A
645[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
646[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
647[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
648[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.410667
649[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.410667 queue head -1 ts N/A
650[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.432
651[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.432 queue head -1 ts N/A
652[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
653[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.453333
654[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.453333 queue head -1 ts N/A
655[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.474667
656[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.474667 queue head -1 ts N/A
657[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
658[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.496
659[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.496 queue head -1 ts N/A
660[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.517333
661[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.517333 queue head -1 ts N/A
662[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
663[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.538667
664[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.538667 queue head -1 ts N/A
665[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.56
666[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.56 queue head -1 ts N/A
667[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.581333
668[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.581333 queue head -1 ts N/A
669[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.602667
670[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.602667 queue head -1 ts N/A
671[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.916667
672[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.916667 queue head -1 ts N/A
673[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.624
674[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.624 queue head -1 ts N/A
675[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
676[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 1.958333
677[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 1.958333 queue head -1 ts N/A
678[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.645333
679[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.645333 queue head -1 ts N/A
680[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
681[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.666667
682[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.666667 queue head -1 ts N/A
683[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2
684[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2 queue head -1 ts N/A
685[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.688
686[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.688 queue head -1 ts N/A
687[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
688[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.041667
689[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.041667 queue head -1 ts N/A
690[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.709333
691[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.709333 queue head -1 ts N/A
692[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
693[libx264 @ 000001c54e7588c0] frame= 0 QP=9.00 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=100 bytes
694[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.083333
695[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.083333 queue head -1 ts N/A
696[libx264 @ 000001c54e7588c0] frame= 1 QP=10.93 NAL=2 Slice:P Poc:8 I:720 P:6 SKIP:194 size=302 bytes
697[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.730667
698[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.730667 queue head -1 ts N/A
699[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
700[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.125
701[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.125 queue head -1 ts N/A
702[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.752
703[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.752 queue head -1 ts N/A
704[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.166667
705[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.166667 queue head -1 ts N/A
706[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
707[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.773333
708[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.773333 queue head -1 ts N/A
709[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.208333
710[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.208333 queue head -1 ts N/A
711[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.794667
712[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.794667 queue head -1 ts N/A
713[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.816
714[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.816 queue head -1 ts N/A
715[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
716[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.837333
717[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.837333 queue head -1 ts N/A
718[libx264 @ 000001c54e7588c0] frame= 2 QP=11.00 NAL=2 Slice:B Poc:4 I:0 P:47 SKIP:873 size=54 bytes
719[libx264 @ 000001c54e7588c0] frame= 3 QP=12.00 NAL=0 Slice:B Poc:2 I:0 P:0 SKIP:920 size=18 bytes
720[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.25
721[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.25 queue head -1 ts N/A
722[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.858667
723[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.858667 queue head -1 ts N/A
724[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
725[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.291667
726[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.291667 queue head -1 ts N/A
727[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.88
728[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.88 queue head -1 ts N/A
729[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.333333
730[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.333333 queue head -1 ts N/A
731[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.901333
732[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.901333 queue head -1 ts N/A
733[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
734[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.375
735[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.375 queue head -1 ts N/A
736[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.922667
737[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.922667 queue head -1 ts N/A
738[libx264 @ 000001c54e7588c0] frame= 4 QP=12.00 NAL=0 Slice:B Poc:6 I:0 P:47 SKIP:873 size=56 bytes
739[libx264 @ 000001c54e7588c0] frame= 5 QP=10.86 NAL=2 Slice:P Poc:14 I:908 P:10 SKIP:2 size=368 bytes
740[libx264 @ 000001c54e7588c0] frame= 6 QP=11.77 NAL=2 Slice:B Poc:10 I:28 P:440 SKIP:452 size=460 bytes
741[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.944
742[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.944 queue head -1 ts N/A
743[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
744[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.416667
745[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.416667 queue head -1 ts N/A
746[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.965333
747[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.965333 queue head -1 ts N/A
748[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.458333
749[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.458333 queue head -1 ts N/A
750[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 2.986667
751[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 2.986667 queue head -1 ts N/A
752[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
753[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.008
754[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.008 queue head -1 ts N/A
755[libx264 @ 000001c54e7588c0] frame= 7 QP=12.05 NAL=0 Slice:B Poc:12 I:14 P:242 SKIP:664 size=278 bytes
756[libx264 @ 000001c54e7588c0] frame= 8 QP=12.10 NAL=2 Slice:P Poc:18 I:417 P:11 SKIP:492 size=352 bytes
757[libx264 @ 000001c54e7588c0] frame= 9 QP=13.77 NAL=0 Slice:B Poc:16 I:212 P:295 SKIP:413 size=563 bytes
758[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.029333
759[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.029333 queue head -1 ts N/A
760[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
761[libx264 @ 000001c54e7588c0] frame= 10 QP=12.82 NAL=2 Slice:P Poc:22 I:517 P:62 SKIP:341 size=556 bytes
762[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.5
763[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.5 queue head -1 ts N/A
764[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.050667
765[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.050667 queue head -1 ts N/A
766[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.541667
767[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.541667 queue head -1 ts N/A
768[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.072
769[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.072 queue head -1 ts N/A
770[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
771[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.583333
772[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.583333 queue head -1 ts N/A
773[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.093333
774[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.093333 queue head -1 ts N/A
775[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.625
776[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.625 queue head -1 ts N/A
777[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.114667
778[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.114667 queue head -1 ts N/A
779[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
780[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.666667
781[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.666667 queue head -1 ts N/A
782[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.136
783[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.136 queue head -1 ts N/A
784[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.708333
785[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.708333 queue head -1 ts N/A
786[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.157333
787[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.157333 queue head -1 ts N/A
788[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
789[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.75
790[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.75 queue head -1 ts N/A
791[libx264 @ 000001c54e7588c0] frame= 11 QP=13.78 NAL=0 Slice:B Poc:20 I:231 P:140 SKIP:549 size=520 bytes
792[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.178667
793[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.178667 queue head -1 ts N/A
794[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.2
795[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.2 queue head -1 ts N/A
796[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.221333
797[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.221333 queue head -1 ts N/A
798[libx264 @ 000001c54e7588c0] frame= 12 QP=13.00 NAL=2 Slice:P Poc:26 I:663 P:73 SKIP:184 size=937 bytes
799[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
800[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
801[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.791667
802[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.791667 queue head -1 ts N/A
803[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.242667
804[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.242667 queue head -1 ts N/A
805[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.833333
806[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.833333 queue head -1 ts N/A
807[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
808[libx264 @ 000001c54e7588c0] frame= 13 QP=13.68 NAL=0 Slice:B Poc:24 I:257 P:263 SKIP:400 size=591 bytes
809[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.264
810[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.264 queue head -1 ts N/A
811[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.285333
812[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.285333 queue head -1 ts N/A
813[libx264 @ 000001c54e7588c0] frame= 14 QP=11.76 NAL=2 Slice:P Poc:32 I:648 P:74 SKIP:198 size=1034 bytes
814[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 2.500000
815[libx264 @ 000001c54e7588c0] frame= 15 QP=14.25 NAL=2 Slice:B Poc:28 I:425 P:238 SKIP:257 size=1045 bytes
816[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.875
817[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.875 queue head -1 ts N/A
818[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.306667
819[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.306667 queue head -1 ts N/A
820[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
821[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.916667
822[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.916667 queue head -1 ts N/A
823[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.328
824[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.328 queue head -1 ts N/A
825[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.349333
826[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.349333 queue head -1 ts N/A
827[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
828[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.370667
829[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.370667 queue head -1 ts N/A
830[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 2.958333
831[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 2.958333 queue head -1 ts N/A
832[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
833[libx264 @ 000001c54e7588c0] frame= 16 QP=13.98 NAL=0 Slice:B Poc:30 I:325 P:256 SKIP:339 size=918 bytes
834[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.392
835[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.392 queue head -1 ts N/A
836[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.413333
837[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.413333 queue head -1 ts N/A
838[libx264 @ 000001c54e7588c0] frame= 17 QP=13.04 NAL=2 Slice:P Poc:40 I:688 P:111 SKIP:121 size=1701 bytes
839[libx264 @ 000001c54e7588c0] frame= 18 QP=13.90 NAL=2 Slice:B Poc:36 I:330 P:302 SKIP:288 size=1213 bytes
840[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.434667
841[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.434667 queue head -1 ts N/A
842[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
843[libx264 @ 000001c54e7588c0] frame= 19 QP=14.97 NAL=0 Slice:B Poc:34 I:373 P:204 SKIP:343 size=1205 bytes
844[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.456
845[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.456 queue head -1 ts N/A
846[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3
847[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3 queue head -1 ts N/A
848[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.477333
849[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.477333 queue head -1 ts N/A
850[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
851[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.041667
852[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.041667 queue head -1 ts N/A
853[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.498667
854[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.498667 queue head -1 ts N/A
855[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.083333
856[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.083333 queue head -1 ts N/A
857[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.52
858[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.52 queue head -1 ts N/A
859[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
860[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.125
861[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.125 queue head -1 ts N/A
862[libx264 @ 000001c54e7588c0] frame= 20 QP=14.16 NAL=0 Slice:B Poc:38 I:348 P:312 SKIP:260 size=1215 bytes
863[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.541333
864[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.541333 queue head -1 ts N/A
865[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.562667
866[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.562667 queue head -1 ts N/A
867[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.584
868[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.584 queue head -1 ts N/A
869[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
870[libx264 @ 000001c54e7588c0] frame= 21 QP=13.06 NAL=2 Slice:P Poc:44 I:570 P:149 SKIP:201 size=1719 bytes
871[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.605333
872[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.605333 queue head -1 ts N/A
873[libx264 @ 000001c54e7588c0] frame= 22 QP=14.37 NAL=0 Slice:B Poc:42 I:244 P:318 SKIP:358 size=1195 bytes
874[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
875[libx264 @ 000001c54e7588c0] frame= 23 QP=13.63 NAL=2 Slice:P Poc:50 I:660 P:150 SKIP:110 size=2369 bytes
876[libx264 @ 000001c54e7588c0] frame= 24 QP=14.73 NAL=2 Slice:B Poc:46 I:401 P:303 SKIP:216 size=1569 bytes
877[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.626667
878[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.626667 queue head -1 ts N/A
879[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.166667
880[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.166667 queue head -1 ts N/A
881[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.648
882[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.648 queue head -1 ts N/A
883[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
884[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.208333
885[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.208333 queue head -1 ts N/A
886[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.669333
887[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.669333 queue head -1 ts N/A
888[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.25
889[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.25 queue head -1 ts N/A
890[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.690667
891[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.690667 queue head -1 ts N/A
892[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
893[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.291667
894[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.291667 queue head -1 ts N/A
895[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.712
896[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.712 queue head -1 ts N/A
897[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.333333
898[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.333333 queue head -1 ts N/A
899[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
900[libx264 @ 000001c54e7588c0] frame= 25 QP=15.55 NAL=0 Slice:B Poc:48 I:290 P:356 SKIP:274 size=1458 bytes
901[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.733333
902[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.733333 queue head -1 ts N/A
903[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.754667
904[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.754667 queue head -1 ts N/A
905[libx264 @ 000001c54e7588c0] frame= 26 QP=14.82 NAL=2 Slice:P Poc:58 I:696 P:172 SKIP:52 size=2421 bytes
906[libx264 @ 000001c54e7588c0] frame= 27 QP=14.98 NAL=2 Slice:B Poc:54 I:445 P:333 SKIP:142 size=1861 bytes
907[libx264 @ 000001c54e7588c0] frame= 28 QP=16.09 NAL=0 Slice:B Poc:52 I:332 P:346 SKIP:242 size=1698 bytes
908[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.375
909[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.375 queue head -1 ts N/A
910[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.776
911[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.776 queue head -1 ts N/A
912[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
913[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.416667
914[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.416667 queue head -1 ts N/A
915[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.797333
916[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.797333 queue head -1 ts N/A
917[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.458333
918[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.458333 queue head -1 ts N/A
919[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.818667
920[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
921[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.818667 queue head -1 ts N/A
922[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.5
923[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.5 queue head -1 ts N/A
924[libx264 @ 000001c54e7588c0] frame= 29 QP=15.96 NAL=0 Slice:B Poc:56 I:412 P:321 SKIP:187 size=1899 bytes
925[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.84
926[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.84 queue head -1 ts N/A
927[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.861333
928[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.861333 queue head -1 ts N/A
929[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.882667
930[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.882667 queue head -1 ts N/A
931[libx264 @ 000001c54e7588c0] frame= 30 QP=11.65 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=4882 bytes
932[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
933[libx264 @ 000001c54e7588c0] frame= 31 QP=14.96 NAL=2 Slice:P Poc:8 I:689 P:215 SKIP:16 size=3171 bytes
934[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.541667
935[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.541667 queue head -1 ts N/A
936[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.904
937[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.904 queue head -1 ts N/A
938[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
939[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.583333
940[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.583333 queue head -1 ts N/A
941[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.925333
942[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.925333 queue head -1 ts N/A
943[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.625
944[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.625 queue head -1 ts N/A
945[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
946[libx264 @ 000001c54e7588c0] frame= 32 QP=16.06 NAL=2 Slice:B Poc:4 I:387 P:421 SKIP:112 size=2098 bytes
947[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.946667
948[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.946667 queue head -1 ts N/A
949[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.968
950[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.968 queue head -1 ts N/A
951[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.666667
952[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.666667 queue head -1 ts N/A
953[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
954[libx264 @ 000001c54e7588c0] frame= 33 QP=16.54 NAL=0 Slice:B Poc:2 I:397 P:342 SKIP:181 size=1887 bytes
955[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 3.989333
956[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 3.989333 queue head -1 ts N/A
957[libx264 @ 000001c54e7588c0] frame= 34 QP=16.69 NAL=0 Slice:B Poc:6 I:339 P:384 SKIP:197 size=2072 bytes
958[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.010667
959[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.010667 queue head -1 ts N/A
960[libx264 @ 000001c54e7588c0] frame= 35 QP=16.05 NAL=2 Slice:P Poc:16 I:551 P:280 SKIP:89 size=3338 bytes
961[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.032
962[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.032 queue head -1 ts N/A
963[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
964[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.708333
965[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.708333 queue head -1 ts N/A
966[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.053333
967[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.053333 queue head -1 ts N/A
968[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.75
969[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.75 queue head -1 ts N/A
970[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.074667
971[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.074667 queue head -1 ts N/A
972[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
973[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.791667
974[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.791667 queue head -1 ts N/A
975[libx264 @ 000001c54e7588c0] frame= 36 QP=16.70 NAL=2 Slice:B Poc:12 I:440 P:364 SKIP:116 size=2518 bytes
976[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.096
977[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
978[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.096 queue head -1 ts N/A
979[libx264 @ 000001c54e7588c0] frame= 37 QP=17.42 NAL=0 Slice:B Poc:10 I:301 P:424 SKIP:195 size=2145 bytes
980[libx264 @ 000001c54e7588c0] frame= 38 QP=17.16 NAL=0 Slice:B Poc:14 I:400 P:396 SKIP:124 size=2158 bytes
981[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.833333
982[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.833333 queue head -1 ts N/A
983[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.117333
984[libx264 @ 000001c54e7588c0] frame= 39 QP=16.26 NAL=2 Slice:P Poc:22 I:557 P:316 SKIP:47 size=3584 bytes
985[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.117333 queue head -1 ts N/A
986[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.875
987[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.875 queue head -1 ts N/A
988[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.138667
989[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.138667 queue head -1 ts N/A
990[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
991[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.916667
992[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.916667 queue head -1 ts N/A
993[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.16
994[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.16 queue head -1 ts N/A
995[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.181333
996[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.181333 queue head -1 ts N/A
997[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
998[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 3.958333
999[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 3.958333 queue head -1 ts N/A
1000[libx264 @ 000001c54e7588c0] frame= 40 QP=17.41 NAL=2 Slice:B Poc:18 I:344 P:397 SKIP:179 size=2196 bytes
1001[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.202667
1002[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.202667 queue head -1 ts N/A
1003[libx264 @ 000001c54e7588c0] frame= 41 QP=18.06 NAL=0 Slice:B Poc:20 I:300 P:454 SKIP:166 size=2289 bytes
1004[libx264 @ 000001c54e7588c0] frame= 42 QP=17.03 NAL=2 Slice:P Poc:30 I:577 P:312 SKIP:31 size=4325 bytes
1005[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.224
1006[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.224 queue head -1 ts N/A
1007[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1008[libx264 @ 000001c54e7588c0] frame= 43 QP=17.74 NAL=2 Slice:B Poc:26 I:391 P:446 SKIP:83 size=2807 bytes
1009[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4
1010[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4 queue head -1 ts N/A
1011[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.245333
1012[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.245333 queue head -1 ts N/A
1013[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.266667
1014[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.266667 queue head -1 ts N/A
1015[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1016[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.041667
1017[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.041667 queue head -1 ts N/A
1018[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.288
1019[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.288 queue head -1 ts N/A
1020[libx264 @ 000001c54e7588c0] frame= 44 QP=17.89 NAL=0 Slice:B Poc:24 I:338 P:426 SKIP:156 size=2214 bytes
1021[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 3.750000
1022[libx264 @ 000001c54e7588c0] frame= 45 QP=18.64 NAL=0 Slice:B Poc:28 I:349 P:429 SKIP:142 size=2370 bytes
1023[libx264 @ 000001c54e7588c0] frame= 46 QP=17.62 NAL=2 Slice:P Poc:38 I:512 P:375 SKIP:33 size=4460 bytes
1024[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.309333
1025[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.309333 queue head -1 ts N/A
1026[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1027[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.083333
1028[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.083333 queue head -1 ts N/A
1029[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.330667
1030[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.330667 queue head -1 ts N/A
1031[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.352
1032[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.352 queue head -1 ts N/A
1033[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1034[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.125
1035[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.125 queue head -1 ts N/A
1036[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.373333
1037[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.373333 queue head -1 ts N/A
1038[libx264 @ 000001c54e7588c0] frame= 47 QP=18.44 NAL=2 Slice:B Poc:34 I:427 P:430 SKIP:63 size=2956 bytes
1039[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.394667
1040[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.394667 queue head -1 ts N/A
1041[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1042[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.166667
1043[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.166667 queue head -1 ts N/A
1044[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.416
1045[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.416 queue head -1 ts N/A
1046[libx264 @ 000001c54e7588c0] frame= 48 QP=18.97 NAL=0 Slice:B Poc:32 I:322 P:465 SKIP:133 size=2303 bytes
1047[libx264 @ 000001c54e7588c0] frame= 49 QP=19.62 NAL=0 Slice:B Poc:36 I:261 P:513 SKIP:146 size=2411 bytes
1048[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.437333
1049[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.437333 queue head -1 ts N/A
1050[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1051[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.208333
1052[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.208333 queue head -1 ts N/A
1053[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.458667
1054[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.458667 queue head -1 ts N/A
1055[libx264 @ 000001c54e7588c0] frame= 50 QP=16.63 NAL=2 Slice:P Poc:46 I:469 P:440 SKIP:11 size=5197 bytes
1056[libx264 @ 000001c54e7588c0] frame= 51 QP=19.03 NAL=2 Slice:B Poc:42 I:78 P:541 SKIP:301 size=1807 bytes
1057[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.48
1058[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.48 queue head -1 ts N/A
1059[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1060[libx264 @ 000001c54e7588c0] frame= 52 QP=19.56 NAL=0 Slice:B Poc:40 I:96 P:532 SKIP:292 size=1649 bytes
1061[libx264 @ 000001c54e7588c0] frame= 53 QP=22.09 NAL=0 Slice:B Poc:44 I:8 P:331 SKIP:581 size=681 bytes
1062[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.25
1063[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.25 queue head -1 ts N/A
1064[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.501333
1065[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.501333 queue head -1 ts N/A
1066[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.522667
1067[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.522667 queue head -1 ts N/A
1068[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1069[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.291667
1070[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.291667 queue head -1 ts N/A
1071[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.544
1072[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.544 queue head -1 ts N/A
1073[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.565333
1074[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.565333 queue head -1 ts N/A
1075[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1076[libx264 @ 000001c54e7588c0] frame= 54 QP=18.62 NAL=2 Slice:P Poc:54 I:71 P:597 SKIP:252 size=3024 bytes
1077[libx264 @ 000001c54e7588c0] frame= 55 QP=19.81 NAL=2 Slice:B Poc:50 I:15 P:520 SKIP:385 size=1170 bytes
1078[libx264 @ 000001c54e7588c0] frame= 56 QP=22.10 NAL=0 Slice:B Poc:48 I:4 P:349 SKIP:567 size=667 bytes
1079[libx264 @ 000001c54e7588c0] frame= 57 QP=21.40 NAL=0 Slice:B Poc:52 I:7 P:329 SKIP:584 size=674 bytes
1080[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.333333
1081[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.333333 queue head -1 ts N/A
1082[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.586667
1083[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.586667 queue head -1 ts N/A
1084[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.608
1085[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.608 queue head -1 ts N/A
1086[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1087[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.375
1088[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.375 queue head -1 ts N/A
1089[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.629333
1090[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.629333 queue head -1 ts N/A
1091[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.650667
1092[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.650667 queue head -1 ts N/A
1093[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
1094[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.416667
1095[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.416667 queue head -1 ts N/A
1096[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.672
1097[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.672 queue head -1 ts N/A
1098[libx264 @ 000001c54e7588c0] frame= 58 QP=19.92 NAL=2 Slice:P Poc:58 I:45 P:577 SKIP:298 size=2696 bytes
1099[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.693333
1100[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.693333 queue head -1 ts N/A
1101[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1102[libx264 @ 000001c54e7588c0] frame= 59 QP=21.57 NAL=0 Slice:B Poc:56 I:7 P:411 SKIP:502 size=796 bytes
1103[libx264 @ 000001c54e7588c0] frame= 60 QP=13.26 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=12733 bytes
1104[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.458333
1105[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.458333 queue head -1 ts N/A
1106[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.714667
1107[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.714667 queue head -1 ts N/A
1108[libx264 @ 000001c54e7588c0] frame= 61 QP=16.88 NAL=2 Slice:P Poc:6 I:76 P:560 SKIP:284 size=2141 bytes
1109[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.736
1110[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.736 queue head -1 ts N/A
1111[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1112[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.5
1113[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.5 queue head -1 ts N/A
1114[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.757333
1115[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.757333 queue head -1 ts N/A
1116[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.778667
1117[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.778667 queue head -1 ts N/A
1118[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1119[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.8
1120[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.8 queue head -1 ts N/A
1121[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.541667
1122[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.541667 queue head -1 ts N/A
1123[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1124[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.821333
1125[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.821333 queue head -1 ts N/A
1126[libx264 @ 000001c54e7588c0] frame= 62 QP=19.80 NAL=2 Slice:B Poc:2 I:4 P:442 SKIP:474 size=857 bytes
1127[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.583333
1128[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.583333 queue head -1 ts N/A
1129[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.842667
1130[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.842667 queue head -1 ts N/A
1131[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.864
1132[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.864 queue head -1 ts N/A
1133[libx264 @ 000001c54e7588c0] frame= 63 QP=21.08 NAL=0 Slice:B Poc:4 I:3 P:357 SKIP:560 size=676 bytes
1134[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1135[libx264 @ 000001c54e7588c0] frame= 64 QP=17.91 NAL=2 Slice:P Poc:14 I:73 P:620 SKIP:227 size=3193 bytes
1136[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.625
1137[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.625 queue head -1 ts N/A
1138[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.885333
1139[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.885333 queue head -1 ts N/A
1140[libx264 @ 000001c54e7588c0] frame= 65 QP=20.24 NAL=2 Slice:B Poc:10 I:13 P:513 SKIP:394 size=1283 bytes
1141[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.906667
1142[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.906667 queue head -1 ts N/A
1143[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1144[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.666667
1145[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.666667 queue head -1 ts N/A
1146[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.928
1147[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.928 queue head -1 ts N/A
1148[libx264 @ 000001c54e7588c0] frame= 66 QP=21.94 NAL=0 Slice:B Poc:8 I:1 P:373 SKIP:546 size=695 bytes
1149[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.949333
1150[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.949333 queue head -1 ts N/A
1151[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1152[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.708333
1153[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.708333 queue head -1 ts N/A
1154[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.970667
1155[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.970667 queue head -1 ts N/A
1156[libx264 @ 000001c54e7588c0] frame= 67 QP=21.02 NAL=0 Slice:B Poc:12 I:8 P:377 SKIP:535 size=699 bytes
1157[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 4.992
1158[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 4.992 queue head -1 ts N/A
1159[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1160[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.75
1161[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.75 queue head -1 ts N/A
1162[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.013333
1163[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.013333 queue head -1 ts N/A
1164[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1165[libx264 @ 000001c54e7588c0] frame= 68 QP=19.75 NAL=2 Slice:P Poc:22 I:72 P:560 SKIP:288 size=2908 bytes
1166[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.791667
1167[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.791667 queue head -1 ts N/A
1168[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.034667
1169[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.034667 queue head -1 ts N/A
1170[libx264 @ 000001c54e7588c0] frame= 69 QP=20.17 NAL=2 Slice:B Poc:18 I:14 P:543 SKIP:363 size=1379 bytes
1171[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.056
1172[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.056 queue head -1 ts N/A
1173[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1174[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.833333
1175[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.833333 queue head -1 ts N/A
1176[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.077333
1177[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.077333 queue head -1 ts N/A
1178[libx264 @ 000001c54e7588c0] frame= 70 QP=21.15 NAL=0 Slice:B Poc:16 I:4 P:384 SKIP:532 size=712 bytes
1179[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.098667
1180[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.098667 queue head -1 ts N/A
1181[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1182[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.875
1183[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.875 queue head -1 ts N/A
1184[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.12
1185[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.12 queue head -1 ts N/A
1186[libx264 @ 000001c54e7588c0] frame= 71 QP=21.23 NAL=0 Slice:B Poc:20 I:4 P:365 SKIP:551 size=701 bytes
1187[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.141333
1188[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.141333 queue head -1 ts N/A
1189[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
1190[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.916667
1191[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.916667 queue head -1 ts N/A
1192[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.162667
1193[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.162667 queue head -1 ts N/A
1194[libx264 @ 000001c54e7588c0] frame= 72 QP=16.21 NAL=2 Slice:P Poc:24 I:367 P:483 SKIP:70 size=5214 bytes
1195[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.184
1196[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.184 queue head -1 ts N/A
1197[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1198[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 4.958333
1199[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 4.958333 queue head -1 ts N/A
1200[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.205333
1201[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.205333 queue head -1 ts N/A
1202[libx264 @ 000001c54e7588c0] frame= 73 QP=17.17 NAL=2 Slice:P Poc:32 I:121 P:593 SKIP:206 size=3820 bytes
1203[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.226667
1204[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.226667 queue head -1 ts N/A
1205[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1206[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5
1207[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5 queue head -1 ts N/A
1208[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.248
1209[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.248 queue head -1 ts N/A
1210[libx264 @ 000001c54e7588c0] frame= 74 QP=20.22 NAL=2 Slice:B Poc:28 I:14 P:544 SKIP:362 size=1331 bytes
1211[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.269333
1212[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.269333 queue head -1 ts N/A
1213[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1214[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.041667
1215[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.041667 queue head -1 ts N/A
1216[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.290667
1217[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.290667 queue head -1 ts N/A
1218[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 5.000000
1219[libx264 @ 000001c54e7588c0] frame= 75 QP=20.89 NAL=0 Slice:B Poc:26 I:6 P:447 SKIP:467 size=823 bytes
1220[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.312
1221[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.312 queue head -1 ts N/A
1222[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1223[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.083333
1224[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.083333 queue head -1 ts N/A
1225[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.333333
1226[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.333333 queue head -1 ts N/A
1227[libx264 @ 000001c54e7588c0] frame= 76 QP=21.55 NAL=0 Slice:B Poc:30 I:6 P:351 SKIP:563 size=688 bytes
1228[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.354667
1229[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.354667 queue head -1 ts N/A
1230[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1231[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.376
1232[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.376 queue head -1 ts N/A
1233[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.125
1234[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.125 queue head -1 ts N/A
1235[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.397333
1236[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.397333 queue head -1 ts N/A
1237[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1238[libx264 @ 000001c54e7588c0] frame= 77 QP=18.44 NAL=2 Slice:P Poc:40 I:94 P:587 SKIP:239 size=3744 bytes
1239[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.166667
1240[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.166667 queue head -1 ts N/A
1241[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.418667
1242[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.418667 queue head -1 ts N/A
1243[libx264 @ 000001c54e7588c0] frame= 78 QP=20.33 NAL=2 Slice:B Poc:36 I:11 P:511 SKIP:398 size=1260 bytes
1244[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.44
1245[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.44 queue head -1 ts N/A
1246[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1247[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.208333
1248[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.208333 queue head -1 ts N/A
1249[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.461333
1250[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.461333 queue head -1 ts N/A
1251[libx264 @ 000001c54e7588c0] frame= 79 QP=21.54 NAL=0 Slice:B Poc:34 I:6 P:398 SKIP:516 size=775 bytes
1252[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.482667
1253[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.482667 queue head -1 ts N/A
1254[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1255[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.25
1256[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.25 queue head -1 ts N/A
1257[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.504
1258[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.504 queue head -1 ts N/A
1259[libx264 @ 000001c54e7588c0] frame= 80 QP=21.95 NAL=0 Slice:B Poc:38 I:8 P:369 SKIP:543 size=790 bytes
1260[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.525333
1261[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.525333 queue head -1 ts N/A
1262[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1263[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.546667
1264[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.546667 queue head -1 ts N/A
1265[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.291667
1266[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.291667 queue head -1 ts N/A
1267[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.568
1268[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.568 queue head -1 ts N/A
1269[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1270[libx264 @ 000001c54e7588c0] frame= 81 QP=16.96 NAL=2 Slice:P Poc:48 I:379 P:487 SKIP:54 size=6037 bytes
1271[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.333333
1272[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.333333 queue head -1 ts N/A
1273[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.589333
1274[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.589333 queue head -1 ts N/A
1275[libx264 @ 000001c54e7588c0] frame= 82 QP=19.68 NAL=2 Slice:B Poc:44 I:28 P:571 SKIP:321 size=1623 bytes
1276[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.610667
1277[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.610667 queue head -1 ts N/A
1278[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1279[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.375
1280[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.375 queue head -1 ts N/A
1281[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.632
1282[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.632 queue head -1 ts N/A
1283[libx264 @ 000001c54e7588c0] frame= 83 QP=21.33 NAL=0 Slice:B Poc:42 I:9 P:379 SKIP:532 size=833 bytes
1284[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.653333
1285[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.653333 queue head -1 ts N/A
1286[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
1287[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.416667
1288[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.416667 queue head -1 ts N/A
1289[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.674667
1290[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.674667 queue head -1 ts N/A
1291[libx264 @ 000001c54e7588c0] frame= 84 QP=21.14 NAL=0 Slice:B Poc:46 I:11 P:510 SKIP:399 size=1084 bytes
1292[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.696
1293[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.696 queue head -1 ts N/A
1294[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1295[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.458333
1296[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.458333 queue head -1 ts N/A
1297[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.717333
1298[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.717333 queue head -1 ts N/A
1299[libx264 @ 000001c54e7588c0] frame= 85 QP=18.41 NAL=2 Slice:P Poc:52 I:73 P:511 SKIP:336 size=2596 bytes
1300[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.738667
1301[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.738667 queue head -1 ts N/A
1302[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1303[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.76
1304[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.76 queue head -1 ts N/A
1305[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.5
1306[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.5 queue head -1 ts N/A
1307[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1308[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.781333
1309[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.781333 queue head -1 ts N/A
1310[libx264 @ 000001c54e7588c0] frame= 86 QP=20.61 NAL=0 Slice:B Poc:50 I:9 P:388 SKIP:523 size=812 bytes
1311[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.802667
1312[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.802667 queue head -1 ts N/A
1313[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.824
1314[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.824 queue head -1 ts N/A
1315[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1316[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.845333
1317[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.845333 queue head -1 ts N/A
1318[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.541667
1319[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.541667 queue head -1 ts N/A
1320[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.866667
1321[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.866667 queue head -1 ts N/A
1322[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1323[libx264 @ 000001c54e7588c0] frame= 87 QP=18.66 NAL=2 Slice:P Poc:54 I:44 P:473 SKIP:403 size=2579 bytes
1324[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.583333
1325[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.583333 queue head -1 ts N/A
1326[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.888
1327[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.888 queue head -1 ts N/A
1328[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1329[libx264 @ 000001c54e7588c0] frame= 88 QP=18.56 NAL=2 Slice:P Poc:58 I:65 P:552 SKIP:303 size=3025 bytes
1330[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.625
1331[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.625 queue head -1 ts N/A
1332[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.909333
1333[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.909333 queue head -1 ts N/A
1334[libx264 @ 000001c54e7588c0] frame= 89 QP=20.81 NAL=0 Slice:B Poc:56 I:8 P:384 SKIP:528 size=823 bytes
1335[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.666667
1336[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.666667 queue head -1 ts N/A
1337[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.930667
1338[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.930667 queue head -1 ts N/A
1339[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1340[libx264 @ 000001c54e7588c0] frame= 90 QP=15.69 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=15621 bytes
1341[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.708333
1342[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.708333 queue head -1 ts N/A
1343[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.952
1344[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.952 queue head -1 ts N/A
1345[libx264 @ 000001c54e7588c0] frame= 91 QP=19.97 NAL=2 Slice:P Poc:2 I:25 P:482 SKIP:413 size=1691 bytes
1346[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.973333
1347[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.973333 queue head -1 ts N/A
1348[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1349[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.75
1350[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.75 queue head -1 ts N/A
1351[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 5.994667
1352[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 5.994667 queue head -1 ts N/A
1353[libx264 @ 000001c54e7588c0] frame= 92 QP=19.14 NAL=2 Slice:P Poc:4 I:42 P:505 SKIP:373 size=2233 bytes
1354[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.016
1355[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.016 queue head -1 ts N/A
1356[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1357[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.791667
1358[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.791667 queue head -1 ts N/A
1359[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.037333
1360[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.037333 queue head -1 ts N/A
1361[libx264 @ 000001c54e7588c0] frame= 93 QP=19.68 NAL=2 Slice:P Poc:6 I:39 P:492 SKIP:389 size=2192 bytes
1362[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.058667
1363[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.058667 queue head -1 ts N/A
1364[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1365[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.833333
1366[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.833333 queue head -1 ts N/A
1367[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.08
1368[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.08 queue head -1 ts N/A
1369[libx264 @ 000001c54e7588c0] frame= 94 QP=19.46 NAL=2 Slice:P Poc:8 I:38 P:515 SKIP:367 size=2470 bytes
1370[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.101333
1371[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.101333 queue head -1 ts N/A
1372[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1373[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.875
1374[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.875 queue head -1 ts N/A
1375[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.122667
1376[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.122667 queue head -1 ts N/A
1377[libx264 @ 000001c54e7588c0] frame= 95 QP=17.39 NAL=2 Slice:P Poc:12 I:375 P:501 SKIP:44 size=5967 bytes
1378[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.144
1379[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.144 queue head -1 ts N/A
1380[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
1381[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.916667
1382[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.916667 queue head -1 ts N/A
1383[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.165333
1384[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.165333 queue head -1 ts N/A
1385[libx264 @ 000001c54e7588c0] frame= 96 QP=21.18 NAL=0 Slice:B Poc:10 I:21 P:464 SKIP:435 size=1122 bytes
1386[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.186667
1387[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.186667 queue head -1 ts N/A
1388[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1389[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 5.958333
1390[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 5.958333 queue head -1 ts N/A
1391[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.208
1392[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.208 queue head -1 ts N/A
1393[libx264 @ 000001c54e7588c0] frame= 97 QP=19.28 NAL=2 Slice:P Poc:18 I:89 P:562 SKIP:269 size=3590 bytes
1394[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.229333
1395[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.229333 queue head -1 ts N/A
1396[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1397[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6
1398[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6 queue head -1 ts N/A
1399[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.250667
1400[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.250667 queue head -1 ts N/A
1401[libx264 @ 000001c54e7588c0] frame= 98 QP=20.60 NAL=2 Slice:B Poc:14 I:16 P:393 SKIP:511 size=1066 bytes
1402[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.272
1403[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.272 queue head -1 ts N/A
1404[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1405[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.041667
1406[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.041667 queue head -1 ts N/A
1407[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.293333
1408[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.293333 queue head -1 ts N/A
1409[libx264 @ 000001c54e7588c0] frame= 99 QP=21.17 NAL=0 Slice:B Poc:16 I:5 P:379 SKIP:536 size=773 bytes
1410[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.314667
1411[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.314667 queue head -1 ts N/A
1412[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1413[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.083333
1414[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.083333 queue head -1 ts N/A
1415[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.336
1416[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.336 queue head -1 ts N/A
1417[libx264 @ 000001c54e7588c0] frame= 100 QP=19.82 NAL=2 Slice:P Poc:20 I:37 P:545 SKIP:338 size=2848 bytes
1418[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.357333
1419[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.357333 queue head -1 ts N/A
1420[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1421[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.125
1422[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.125 queue head -1 ts N/A
1423[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.378667
1424[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.378667 queue head -1 ts N/A
1425[libx264 @ 000001c54e7588c0] frame= 101 QP=18.91 NAL=2 Slice:P Poc:22 I:36 P:564 SKIP:320 size=2750 bytes
1426[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.4
1427[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.4 queue head -1 ts N/A
1428[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1429[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.166667
1430[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.166667 queue head -1 ts N/A
1431[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.421333
1432[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.421333 queue head -1 ts N/A
1433[libx264 @ 000001c54e7588c0] frame= 102 QP=18.84 NAL=2 Slice:P Poc:24 I:54 P:546 SKIP:320 size=3126 bytes
1434[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.442667
1435[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.442667 queue head -1 ts N/A
1436[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1437[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.208333
1438[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.208333 queue head -1 ts N/A
1439[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.464
1440[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.464 queue head -1 ts N/A
1441[libx264 @ 000001c54e7588c0] frame= 103 QP=19.62 NAL=2 Slice:P Poc:30 I:99 P:636 SKIP:185 size=4153 bytes
1442[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.485333
1443[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.485333 queue head -1 ts N/A
1444[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1445[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.25
1446[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.25 queue head -1 ts N/A
1447[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.506667
1448[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.506667 queue head -1 ts N/A
1449[libx264 @ 000001c54e7588c0] frame= 104 QP=21.63 NAL=2 Slice:B Poc:26 I:13 P:411 SKIP:496 size=1114 bytes
1450[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.528
1451[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.528 queue head -1 ts N/A
1452[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1453[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.291667
1454[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.291667 queue head -1 ts N/A
1455[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.549333
1456[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 6.250000
1457[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.549333 queue head -1 ts N/A
1458[libx264 @ 000001c54e7588c0] frame= 105 QP=21.83 NAL=0 Slice:B Poc:28 I:9 P:426 SKIP:485 size=935 bytes
1459[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.570667
1460[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.570667 queue head -1 ts N/A
1461[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1462[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.333333
1463[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.333333 queue head -1 ts N/A
1464[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.592
1465[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.592 queue head -1 ts N/A
1466[libx264 @ 000001c54e7588c0] frame= 106 QP=20.05 NAL=2 Slice:P Poc:32 I:47 P:559 SKIP:314 size=3008 bytes
1467[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.613333
1468[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.613333 queue head -1 ts N/A
1469[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1470[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.375
1471[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.375 queue head -1 ts N/A
1472[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.634667
1473[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.634667 queue head -1 ts N/A
1474[libx264 @ 000001c54e7588c0] frame= 107 QP=17.54 NAL=2 Slice:P Poc:36 I:369 P:522 SKIP:29 size=6579 bytes
1475[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.656
1476[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.656 queue head -1 ts N/A
1477[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
1478[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.677333
1479[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.677333 queue head -1 ts N/A
1480[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.416667
1481[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.416667 queue head -1 ts N/A
1482[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.698667
1483[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.698667 queue head -1 ts N/A
1484[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1485[libx264 @ 000001c54e7588c0] frame= 108 QP=22.02 NAL=0 Slice:B Poc:34 I:10 P:518 SKIP:392 size=1116 bytes
1486[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.458333
1487[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.458333 queue head -1 ts N/A
1488[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.72
1489[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.72 queue head -1 ts N/A
1490[libx264 @ 000001c54e7588c0] frame= 109 QP=18.75 NAL=2 Slice:P Poc:40 I:73 P:578 SKIP:269 size=3267 bytes
1491[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.741333
1492[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.741333 queue head -1 ts N/A
1493[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1494[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.5
1495[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.5 queue head -1 ts N/A
1496[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.762667
1497[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.762667 queue head -1 ts N/A
1498[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1499[libx264 @ 000001c54e7588c0] frame= 110 QP=22.11 NAL=0 Slice:B Poc:38 I:13 P:392 SKIP:515 size=878 bytes
1500[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.541667
1501[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.541667 queue head -1 ts N/A
1502[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.784
1503[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.784 queue head -1 ts N/A
1504[libx264 @ 000001c54e7588c0] frame= 111 QP=19.55 NAL=2 Slice:P Poc:42 I:40 P:482 SKIP:398 size=2494 bytes
1505[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.805333
1506[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.805333 queue head -1 ts N/A
1507[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1508[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.826667
1509[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.826667 queue head -1 ts N/A
1510[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.583333
1511[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.583333 queue head -1 ts N/A
1512[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.848
1513[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.848 queue head -1 ts N/A
1514[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1515[libx264 @ 000001c54e7588c0] frame= 112 QP=19.93 NAL=2 Slice:P Poc:44 I:35 P:542 SKIP:343 size=2888 bytes
1516[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.869333
1517[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.869333 queue head -1 ts N/A
1518[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.625
1519[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.625 queue head -1 ts N/A
1520[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.890667
1521[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.890667 queue head -1 ts N/A
1522[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1523[libx264 @ 000001c54e7588c0] frame= 113 QP=19.77 NAL=2 Slice:P Poc:46 I:38 P:555 SKIP:327 size=2925 bytes
1524[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.666667
1525[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.666667 queue head -1 ts N/A
1526[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.912
1527[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.912 queue head -1 ts N/A
1528[libx264 @ 000001c54e7588c0] frame= 114 QP=19.54 NAL=2 Slice:P Poc:48 I:38 P:576 SKIP:306 size=3015 bytes
1529[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.933333
1530[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.933333 queue head -1 ts N/A
1531[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1532[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.708333
1533[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.708333 queue head -1 ts N/A
1534[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.954667
1535[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.954667 queue head -1 ts N/A
1536[libx264 @ 000001c54e7588c0] frame= 115 QP=19.78 NAL=2 Slice:P Poc:50 I:48 P:570 SKIP:302 size=3047 bytes
1537[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.976
1538[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.976 queue head -1 ts N/A
1539[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1540[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.75
1541[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.75 queue head -1 ts N/A
1542[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 6.997333
1543[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 6.997333 queue head -1 ts N/A
1544[libx264 @ 000001c54e7588c0] frame= 116 QP=19.98 NAL=2 Slice:P Poc:52 I:43 P:559 SKIP:318 size=2961 bytes
1545[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.018667
1546[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.018667 queue head -1 ts N/A
1547[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1548[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.791667
1549[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.791667 queue head -1 ts N/A
1550[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.04
1551[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.04 queue head -1 ts N/A
1552[libx264 @ 000001c54e7588c0] frame= 117 QP=19.93 NAL=2 Slice:P Poc:54 I:46 P:542 SKIP:332 size=3127 bytes
1553[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.061333
1554[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.061333 queue head -1 ts N/A
1555[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1556[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.833333
1557[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.833333 queue head -1 ts N/A
1558[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.082667
1559[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.082667 queue head -1 ts N/A
1560[libx264 @ 000001c54e7588c0] frame= 118 QP=20.49 NAL=2 Slice:P Poc:56 I:32 P:557 SKIP:331 size=2924 bytes
1561[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.104
1562[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.104 queue head -1 ts N/A
1563[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1564[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.875
1565[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.875 queue head -1 ts N/A
1566[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.125333
1567[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.125333 queue head -1 ts N/A
1568[libx264 @ 000001c54e7588c0] frame= 119 QP=20.16 NAL=2 Slice:P Poc:58 I:49 P:534 SKIP:337 size=3102 bytes
1569[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.146667
1570[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.146667 queue head -1 ts N/A
1571[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
1572[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.168
1573[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.168 queue head -1 ts N/A
1574[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.916667
1575[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.916667 queue head -1 ts N/A
1576[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.189333
1577[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.189333 queue head -1 ts N/A
1578[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1579[libx264 @ 000001c54e7588c0] frame= 120 QP=14.82 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=22282 bytes
1580[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 6.958333
1581[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 6.958333 queue head -1 ts N/A
1582[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.210667
1583[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.210667 queue head -1 ts N/A
1584[libx264 @ 000001c54e7588c0] frame= 121 QP=18.73 NAL=2 Slice:P Poc:6 I:74 P:541 SKIP:305 size=3477 bytes
1585[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.232
1586[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.232 queue head -1 ts N/A
1587[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1588[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.253333
1589[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.253333 queue head -1 ts N/A
1590[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7
1591[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7 queue head -1 ts N/A
1592[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1593[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.274667
1594[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.274667 queue head -1 ts N/A
1595[libx264 @ 000001c54e7588c0] frame= 122 QP=20.17 NAL=2 Slice:B Poc:2 I:9 P:272 SKIP:639 size=733 bytes
1596[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.041667
1597[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.041667 queue head -1 ts N/A
1598[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.296
1599[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.296 queue head -1 ts N/A
1600[libx264 @ 000001c54e7588c0] frame= 123 QP=20.05 NAL=0 Slice:B Poc:4 I:4 P:332 SKIP:584 size=735 bytes
1601[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.317333
1602[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.317333 queue head -1 ts N/A
1603[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1604[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.083333
1605[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.083333 queue head -1 ts N/A
1606[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.338667
1607[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.338667 queue head -1 ts N/A
1608[libx264 @ 000001c54e7588c0] frame= 124 QP=19.82 NAL=2 Slice:P Poc:8 I:28 P:566 SKIP:326 size=2789 bytes
1609[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.36
1610[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.36 queue head -1 ts N/A
1611[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1612[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.125
1613[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.125 queue head -1 ts N/A
1614[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.381333
1615[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.381333 queue head -1 ts N/A
1616[libx264 @ 000001c54e7588c0] frame= 125 QP=19.55 NAL=2 Slice:P Poc:10 I:50 P:562 SKIP:308 size=2936 bytes
1617[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.402667
1618[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.402667 queue head -1 ts N/A
1619[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1620[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.166667
1621[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.166667 queue head -1 ts N/A
1622[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.424
1623[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.424 queue head -1 ts N/A
1624[libx264 @ 000001c54e7588c0] frame= 126 QP=19.54 NAL=2 Slice:P Poc:12 I:26 P:546 SKIP:348 size=2995 bytes
1625[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.445333
1626[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.445333 queue head -1 ts N/A
1627[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1628[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.208333
1629[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.208333 queue head -1 ts N/A
1630[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.466667
1631[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.466667 queue head -1 ts N/A
1632[libx264 @ 000001c54e7588c0] frame= 127 QP=19.83 NAL=2 Slice:P Poc:14 I:40 P:633 SKIP:247 size=3445 bytes
1633[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.488
1634[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.488 queue head -1 ts N/A
1635[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1636[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.25
1637[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.25 queue head -1 ts N/A
1638[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.509333
1639[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.509333 queue head -1 ts N/A
1640[libx264 @ 000001c54e7588c0] frame= 128 QP=19.52 NAL=2 Slice:P Poc:16 I:45 P:629 SKIP:246 size=3202 bytes
1641[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.530667
1642[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.530667 queue head -1 ts N/A
1643[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1644[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.291667
1645[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.291667 queue head -1 ts N/A
1646[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.552
1647[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.552 queue head -1 ts N/A
1648[libx264 @ 000001c54e7588c0] frame= 129 QP=19.84 NAL=2 Slice:P Poc:18 I:32 P:600 SKIP:288 size=3277 bytes
1649[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.573333
1650[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.573333 queue head -1 ts N/A
1651[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1652[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.333333
1653[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.333333 queue head -1 ts N/A
1654[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.594667
1655[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.594667 queue head -1 ts N/A
1656[libx264 @ 000001c54e7588c0] frame= 130 QP=20.18 NAL=2 Slice:P Poc:20 I:23 P:623 SKIP:274 size=2924 bytes
1657[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.616
1658[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.616 queue head -1 ts N/A
1659[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1660[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.375
1661[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.375 queue head -1 ts N/A
1662[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.637333
1663[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.637333 queue head -1 ts N/A
1664[libx264 @ 000001c54e7588c0] frame= 131 QP=17.77 NAL=2 Slice:P Poc:24 I:303 P:579 SKIP:38 size=8005 bytes
1665[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.658667
1666[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.658667 queue head -1 ts N/A
1667[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
1668[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.416667
1669[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.416667 queue head -1 ts N/A
1670[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.68
1671[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.68 queue head -1 ts N/A
1672[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1673[libx264 @ 000001c54e7588c0] frame= 132 QP=22.18 NAL=0 Slice:B Poc:22 I:5 P:462 SKIP:453 size=1010 bytes
1674[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.701333
1675[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.701333 queue head -1 ts N/A
1676[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.458333
1677[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.458333 queue head -1 ts N/A
1678[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.722667
1679[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.722667 queue head -1 ts N/A
1680[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1681[libx264 @ 000001c54e7588c0] frame= 133 QP=19.24 NAL=2 Slice:P Poc:30 I:79 P:596 SKIP:245 size=3824 bytes
1682[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.744
1683[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.744 queue head -1 ts N/A
1684[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.5
1685[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.5 queue head -1 ts N/A
1686[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.765333
1687[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.765333 queue head -1 ts N/A
1688[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1689[libx264 @ 000001c54e7588c0] frame= 134 QP=20.29 NAL=2 Slice:B Poc:26 I:12 P:289 SKIP:619 size=803 bytes
1690[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.541667
1691[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.541667 queue head -1 ts N/A
1692[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 7.500000
1693[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.786667
1694[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.786667 queue head -1 ts N/A
1695[libx264 @ 000001c54e7588c0] frame= 135 QP=22.67 NAL=0 Slice:B Poc:28 I:3 P:290 SKIP:627 size=613 bytes
1696[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.808
1697[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.808 queue head -1 ts N/A
1698[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1699[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.583333
1700[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.583333 queue head -1 ts N/A
1701[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.829333
1702[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.829333 queue head -1 ts N/A
1703[libx264 @ 000001c54e7588c0] frame= 136 QP=19.15 NAL=2 Slice:P Poc:32 I:30 P:633 SKIP:257 size=3062 bytes
1704[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.850667
1705[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.850667 queue head -1 ts N/A
1706[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1707[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.625
1708[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.625 queue head -1 ts N/A
1709[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.872
1710[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.872 queue head -1 ts N/A
1711[libx264 @ 000001c54e7588c0] frame= 137 QP=19.61 NAL=2 Slice:P Poc:36 I:57 P:646 SKIP:217 size=4320 bytes
1712[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.893333
1713[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.893333 queue head -1 ts N/A
1714[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1715[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.666667
1716[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.666667 queue head -1 ts N/A
1717[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.914667
1718[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.914667 queue head -1 ts N/A
1719[libx264 @ 000001c54e7588c0] frame= 138 QP=23.47 NAL=0 Slice:B Poc:34 I:1 P:328 SKIP:591 size=756 bytes
1720[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.936
1721[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.936 queue head -1 ts N/A
1722[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1723[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.708333
1724[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.708333 queue head -1 ts N/A
1725[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.957333
1726[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.957333 queue head -1 ts N/A
1727[libx264 @ 000001c54e7588c0] frame= 139 QP=19.83 NAL=2 Slice:P Poc:38 I:27 P:649 SKIP:244 size=3242 bytes
1728[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 7.978667
1729[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 7.978667 queue head -1 ts N/A
1730[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1731[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.75
1732[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.75 queue head -1 ts N/A
1733[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8
1734[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8 queue head -1 ts N/A
1735[libx264 @ 000001c54e7588c0] frame= 140 QP=19.33 NAL=2 Slice:P Poc:40 I:37 P:663 SKIP:220 size=3399 bytes
1736[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.021333
1737[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.021333 queue head -1 ts N/A
1738[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1739[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.791667
1740[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.791667 queue head -1 ts N/A
1741[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.042667
1742[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.042667 queue head -1 ts N/A
1743[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.064
1744[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.064 queue head -1 ts N/A
1745[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1746[libx264 @ 000001c54e7588c0] frame= 141 QP=18.40 NAL=2 Slice:P Poc:48 I:276 P:614 SKIP:30 size=8339 bytes
1747[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.833333
1748[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.833333 queue head -1 ts N/A
1749[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.085333
1750[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.085333 queue head -1 ts N/A
1751[libx264 @ 000001c54e7588c0] frame= 142 QP=21.76 NAL=2 Slice:B Poc:44 I:25 P:584 SKIP:311 size=1724 bytes
1752[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.106667
1753[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.106667 queue head -1 ts N/A
1754[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1755[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.875
1756[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.875 queue head -1 ts N/A
1757[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.128
1758[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.128 queue head -1 ts N/A
1759[libx264 @ 000001c54e7588c0] frame= 143 QP=23.17 NAL=0 Slice:B Poc:42 I:3 P:381 SKIP:536 size=832 bytes
1760[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.149333
1761[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.149333 queue head -1 ts N/A
1762[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
1763[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.916667
1764[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.916667 queue head -1 ts N/A
1765[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.170667
1766[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.170667 queue head -1 ts N/A
1767[libx264 @ 000001c54e7588c0] frame= 144 QP=23.06 NAL=0 Slice:B Poc:46 I:6 P:493 SKIP:421 size=1015 bytes
1768[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.192
1769[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.192 queue head -1 ts N/A
1770[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1771[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 7.958333
1772[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 7.958333 queue head -1 ts N/A
1773[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.213333
1774[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.213333 queue head -1 ts N/A
1775[libx264 @ 000001c54e7588c0] frame= 145 QP=20.36 NAL=2 Slice:P Poc:56 I:65 P:648 SKIP:207 size=4465 bytes
1776[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.234667
1777[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.234667 queue head -1 ts N/A
1778[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1779[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8
1780[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8 queue head -1 ts N/A
1781[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.256
1782[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.256 queue head -1 ts N/A
1783[libx264 @ 000001c54e7588c0] frame= 146 QP=21.90 NAL=2 Slice:B Poc:52 I:13 P:399 SKIP:508 size=1109 bytes
1784[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.277333
1785[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.277333 queue head -1 ts N/A
1786[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1787[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.041667
1788[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.041667 queue head -1 ts N/A
1789[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.298667
1790[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.298667 queue head -1 ts N/A
1791[libx264 @ 000001c54e7588c0] frame= 147 QP=21.33 NAL=0 Slice:B Poc:50 I:11 P:274 SKIP:635 size=613 bytes
1792[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.32
1793[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.32 queue head -1 ts N/A
1794[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1795[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.341333
1796[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.341333 queue head -1 ts N/A
1797[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.083333
1798[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.083333 queue head -1 ts N/A
1799[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.362667
1800[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.362667 queue head -1 ts N/A
1801[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1802[libx264 @ 000001c54e7588c0] frame= 148 QP=22.95 NAL=0 Slice:B Poc:54 I:12 P:376 SKIP:532 size=798 bytes
1803[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.125
1804[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.125 queue head -1 ts N/A
1805[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.384
1806[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.384 queue head -1 ts N/A
1807[libx264 @ 000001c54e7588c0] frame= 149 QP=19.83 NAL=2 Slice:P Poc:58 I:32 P:688 SKIP:200 size=3523 bytes
1808[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.405333
1809[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.405333 queue head -1 ts N/A
1810[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1811[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.426667
1812[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.426667 queue head -1 ts N/A
1813[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.166667
1814[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.166667 queue head -1 ts N/A
1815[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.448
1816[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.448 queue head -1 ts N/A
1817[libx264 @ 000001c54e7588c0] frame= 150 QP=16.72 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=25569 bytes
1818[hls @ 000001c54e794a00] Opening 'BigBuckBunny_320x180_6S600K360_00001.ts' for writing
1819[file @ 000001c5506fdf80] Setting default whitelist 'file,crypto,data'
1820[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1821[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.469333
1822[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.469333 queue head -1 ts N/A
1823[AVIOContext @ 000001c550359b40] Statistics: 500644 bytes written, 0 seeks, 2 writeouts
1824[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.208333
1825[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.208333 queue head -1 ts N/A
1826[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.490667
1827[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.490667 queue head -1 ts N/A
1828[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1829[libx264 @ 000001c54e7588c0] frame= 151 QP=19.87 NAL=2 Slice:P Poc:2 I:34 P:644 SKIP:242 size=3564 bytes
1830[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.25
1831[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.25 queue head -1 ts N/A
1832[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.512
1833[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.512 queue head -1 ts N/A
1834[libx264 @ 000001c54e7588c0] frame= 152 QP=19.70 NAL=2 Slice:P Poc:4 I:28 P:660 SKIP:232 size=3868 bytes
1835[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.533333
1836[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.533333 queue head -1 ts N/A
1837[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1838[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.554667
1839[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.554667 queue head -1 ts N/A
1840[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1841[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.291667
1842[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.291667 queue head -1 ts N/A
1843[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.576
1844[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.576 queue head -1 ts N/A
1845[libx264 @ 000001c54e7588c0] frame= 153 QP=18.11 NAL=2 Slice:P Poc:12 I:228 P:663 SKIP:29 size=8287 bytes
1846[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.333333
1847[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.333333 queue head -1 ts N/A
1848[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1849[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.597333
1850[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.597333 queue head -1 ts N/A
1851[libx264 @ 000001c54e7588c0] frame= 154 QP=22.21 NAL=2 Slice:B Poc:8 I:12 P:597 SKIP:311 size=1633 bytes
1852[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.375
1853[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.375 queue head -1 ts N/A
1854[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.618667
1855[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.618667 queue head -1 ts N/A
1856[libx264 @ 000001c54e7588c0] frame= 155 QP=23.36 NAL=0 Slice:B Poc:6 I:5 P:392 SKIP:523 size=792 bytes
1857[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.64
1858[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.64 queue head -1 ts N/A
1859[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
1860[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.416667
1861[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.416667 queue head -1 ts N/A
1862[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.661333
1863[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.661333 queue head -1 ts N/A
1864[libx264 @ 000001c54e7588c0] frame= 156 QP=22.46 NAL=0 Slice:B Poc:10 I:2 P:377 SKIP:541 size=809 bytes
1865[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.682667
1866[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.682667 queue head -1 ts N/A
1867[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1868[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.458333
1869[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.458333 queue head -1 ts N/A
1870[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.704
1871[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.704 queue head -1 ts N/A
1872[libx264 @ 000001c54e7588c0] frame= 157 QP=18.93 NAL=2 Slice:P Poc:20 I:80 P:672 SKIP:168 size=4789 bytes
1873[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.725333
1874[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.725333 queue head -1 ts N/A
1875[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1876[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.5
1877[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.5 queue head -1 ts N/A
1878[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.746667
1879[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.746667 queue head -1 ts N/A
1880[libx264 @ 000001c54e7588c0] frame= 158 QP=22.44 NAL=2 Slice:B Poc:16 I:10 P:391 SKIP:519 size=1022 bytes
1881[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.768
1882[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.768 queue head -1 ts N/A
1883[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1884[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.541667
1885[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.541667 queue head -1 ts N/A
1886[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.789333
1887[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.789333 queue head -1 ts N/A
1888[libx264 @ 000001c54e7588c0] frame= 159 QP=23.21 NAL=0 Slice:B Poc:14 I:5 P:314 SKIP:601 size=668 bytes
1889[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.810667
1890[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.810667 queue head -1 ts N/A
1891[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1892[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.583333
1893[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.583333 queue head -1 ts N/A
1894[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.832
1895[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.832 queue head -1 ts N/A
1896[libx264 @ 000001c54e7588c0] frame= 160 QP=22.52 NAL=0 Slice:B Poc:18 I:7 P:346 SKIP:567 size=701 bytes
1897[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.853333
1898[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.853333 queue head -1 ts N/A
1899[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1900[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.625
1901[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.625 queue head -1 ts N/A
1902[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.874667
1903[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.874667 queue head -1 ts N/A
1904[libx264 @ 000001c54e7588c0] frame= 161 QP=19.04 NAL=2 Slice:P Poc:28 I:72 P:734 SKIP:114 size=5128 bytes
1905[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.896
1906[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.896 queue head -1 ts N/A
1907[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1908[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.666667
1909[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.666667 queue head -1 ts N/A
1910[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.917333
1911[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.917333 queue head -1 ts N/A
1912[libx264 @ 000001c54e7588c0] frame= 162 QP=22.78 NAL=2 Slice:B Poc:24 I:18 P:505 SKIP:397 size=1331 bytes
1913[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.938667
1914[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.938667 queue head -1 ts N/A
1915[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1916[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.708333
1917[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.708333 queue head -1 ts N/A
1918[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.96
1919[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.96 queue head -1 ts N/A
1920[libx264 @ 000001c54e7588c0] frame= 163 QP=23.16 NAL=0 Slice:B Poc:22 I:7 P:351 SKIP:562 size=676 bytes
1921[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 8.981333
1922[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 8.981333 queue head -1 ts N/A
1923[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1924[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.75
1925[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.75 queue head -1 ts N/A
1926[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.002667
1927[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.002667 queue head -1 ts N/A
1928[libx264 @ 000001c54e7588c0] frame= 164 QP=22.43 NAL=0 Slice:B Poc:26 I:6 P:347 SKIP:567 size=702 bytes
1929[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.024
1930[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.024 queue head -1 ts N/A
1931[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1932[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.045333
1933[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.045333 queue head -1 ts N/A
1934[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.791667
1935[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.791667 queue head -1 ts N/A
1936[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 8.750000
1937[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1938[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.066667
1939[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.066667 queue head -1 ts N/A
1940[libx264 @ 000001c54e7588c0] frame= 165 QP=18.61 NAL=2 Slice:P Poc:36 I:206 P:687 SKIP:27 size=7692 bytes
1941[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.088
1942[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.088 queue head -1 ts N/A
1943[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.833333
1944[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.833333 queue head -1 ts N/A
1945[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.109333
1946[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.109333 queue head -1 ts N/A
1947[libx264 @ 000001c54e7588c0] frame= 166 QP=22.38 NAL=2 Slice:B Poc:32 I:12 P:554 SKIP:354 size=1485 bytes
1948[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1949[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.130667
1950[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.130667 queue head -1 ts N/A
1951[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.152
1952[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.152 queue head -1 ts N/A
1953[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
1954[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.875
1955[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.875 queue head -1 ts N/A
1956[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.173333
1957[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.173333 queue head -1 ts N/A
1958[libx264 @ 000001c54e7588c0] frame= 167 QP=23.55 NAL=0 Slice:B Poc:30 I:13 P:363 SKIP:544 size=764 bytes
1959[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.916667
1960[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.916667 queue head -1 ts N/A
1961[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.194667
1962[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.194667 queue head -1 ts N/A
1963[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1964[libx264 @ 000001c54e7588c0] frame= 168 QP=23.13 NAL=0 Slice:B Poc:34 I:9 P:442 SKIP:469 size=867 bytes
1965[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 8.958333
1966[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 8.958333 queue head -1 ts N/A
1967[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.216
1968[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.216 queue head -1 ts N/A
1969[libx264 @ 000001c54e7588c0] frame= 169 QP=19.48 NAL=2 Slice:P Poc:42 I:54 P:644 SKIP:222 size=3293 bytes
1970[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.237333
1971[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.237333 queue head -1 ts N/A
1972[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1973[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9
1974[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9 queue head -1 ts N/A
1975[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.258667
1976[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.258667 queue head -1 ts N/A
1977[libx264 @ 000001c54e7588c0] frame= 170 QP=21.92 NAL=2 Slice:B Poc:38 I:10 P:333 SKIP:577 size=782 bytes
1978[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.28
1979[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.28 queue head -1 ts N/A
1980[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1981[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.041667
1982[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.041667 queue head -1 ts N/A
1983[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.301333
1984[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.301333 queue head -1 ts N/A
1985[libx264 @ 000001c54e7588c0] frame= 171 QP=22.79 NAL=0 Slice:B Poc:40 I:3 P:313 SKIP:604 size=550 bytes
1986[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.322667
1987[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.322667 queue head -1 ts N/A
1988[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1989[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.083333
1990[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.083333 queue head -1 ts N/A
1991[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.344
1992[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.344 queue head -1 ts N/A
1993[libx264 @ 000001c54e7588c0] frame= 172 QP=19.75 NAL=2 Slice:P Poc:48 I:75 P:691 SKIP:154 size=3732 bytes
1994[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.365333
1995[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.365333 queue head -1 ts N/A
1996[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
1997[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.125
1998[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.125 queue head -1 ts N/A
1999[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.386667
2000[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.386667 queue head -1 ts N/A
2001[libx264 @ 000001c54e7588c0] frame= 173 QP=23.10 NAL=2 Slice:B Poc:44 I:10 P:366 SKIP:544 size=818 bytes
2002[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.408
2003[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.408 queue head -1 ts N/A
2004[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2005[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.166667
2006[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.166667 queue head -1 ts N/A
2007[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.429333
2008[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.429333 queue head -1 ts N/A
2009[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2010[libx264 @ 000001c54e7588c0] frame= 174 QP=23.11 NAL=0 Slice:B Poc:46 I:7 P:385 SKIP:528 size=757 bytes
2011[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.208333
2012[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.208333 queue head -1 ts N/A
2013[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.450667
2014[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.450667 queue head -1 ts N/A
2015[libx264 @ 000001c54e7588c0] frame= 175 QP=20.14 NAL=2 Slice:P Poc:54 I:88 P:669 SKIP:163 size=3577 bytes
2016[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.472
2017[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.472 queue head -1 ts N/A
2018[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2019[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.25
2020[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.25 queue head -1 ts N/A
2021[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.493333
2022[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.493333 queue head -1 ts N/A
2023[libx264 @ 000001c54e7588c0] frame= 176 QP=22.60 NAL=2 Slice:B Poc:50 I:14 P:388 SKIP:518 size=909 bytes
2024[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.514667
2025[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.514667 queue head -1 ts N/A
2026[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2027[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.291667
2028[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.291667 queue head -1 ts N/A
2029[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.536
2030[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.536 queue head -1 ts N/A
2031[libx264 @ 000001c54e7588c0] frame= 177 QP=23.35 NAL=0 Slice:B Poc:52 I:13 P:301 SKIP:606 size=671 bytes
2032[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.557333
2033[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2034[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.557333 queue head -1 ts N/A
2035[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.333333
2036[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.333333 queue head -1 ts N/A
2037[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.578667
2038[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.578667 queue head -1 ts N/A
2039[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.6
2040[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.6 queue head -1 ts N/A
2041[libx264 @ 000001c54e7588c0] frame= 178 QP=21.00 NAL=2 Slice:P Poc:58 I:65 P:659 SKIP:196 size=3916 bytes
2042[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2043[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.621333
2044[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.621333 queue head -1 ts N/A
2045[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.375
2046[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.375 queue head -1 ts N/A
2047[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.642667
2048[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.642667 queue head -1 ts N/A
2049[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
2050[libx264 @ 000001c54e7588c0] frame= 179 QP=23.58 NAL=0 Slice:B Poc:56 I:18 P:363 SKIP:539 size=833 bytes
2051[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.416667
2052[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.416667 queue head -1 ts N/A
2053[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.664
2054[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.664 queue head -1 ts N/A
2055[libx264 @ 000001c54e7588c0] frame= 180 QP=15.77 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=29598 bytes
2056[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.685333
2057[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.685333 queue head -1 ts N/A
2058[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2059[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.458333
2060[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.458333 queue head -1 ts N/A
2061[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.706667
2062[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.706667 queue head -1 ts N/A
2063[libx264 @ 000001c54e7588c0] frame= 181 QP=19.30 NAL=2 Slice:P Poc:4 I:45 P:601 SKIP:274 size=2960 bytes
2064[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.728
2065[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.728 queue head -1 ts N/A
2066[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2067[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.5
2068[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.5 queue head -1 ts N/A
2069[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.749333
2070[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.749333 queue head -1 ts N/A
2071[libx264 @ 000001c54e7588c0] frame= 182 QP=23.54 NAL=0 Slice:B Poc:2 I:1 P:306 SKIP:613 size=611 bytes
2072[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.770667
2073[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.770667 queue head -1 ts N/A
2074[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2075[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.792
2076[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.792 queue head -1 ts N/A
2077[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.541667
2078[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.541667 queue head -1 ts N/A
2079[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.813333
2080[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.813333 queue head -1 ts N/A
2081[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2082[libx264 @ 000001c54e7588c0] frame= 183 QP=19.91 NAL=2 Slice:P Poc:12 I:79 P:734 SKIP:107 size=5281 bytes
2083[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.583333
2084[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.583333 queue head -1 ts N/A
2085[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.834667
2086[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.834667 queue head -1 ts N/A
2087[libx264 @ 000001c54e7588c0] frame= 184 QP=22.06 NAL=2 Slice:B Poc:8 I:17 P:457 SKIP:446 size=1207 bytes
2088[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.856
2089[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.856 queue head -1 ts N/A
2090[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2091[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.625
2092[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.625 queue head -1 ts N/A
2093[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.877333
2094[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.877333 queue head -1 ts N/A
2095[libx264 @ 000001c54e7588c0] frame= 185 QP=24.74 NAL=0 Slice:B Poc:6 I:2 P:316 SKIP:602 size=679 bytes
2096[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.898667
2097[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.898667 queue head -1 ts N/A
2098[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2099[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.666667
2100[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.666667 queue head -1 ts N/A
2101[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.92
2102[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.92 queue head -1 ts N/A
2103[libx264 @ 000001c54e7588c0] frame= 186 QP=24.52 NAL=0 Slice:B Poc:10 I:0 P:326 SKIP:594 size=725 bytes
2104[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.941333
2105[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.941333 queue head -1 ts N/A
2106[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2107[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.708333
2108[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.708333 queue head -1 ts N/A
2109[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.962667
2110[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.962667 queue head -1 ts N/A
2111[libx264 @ 000001c54e7588c0] frame= 187 QP=20.01 NAL=2 Slice:P Poc:16 I:77 P:695 SKIP:148 size=4062 bytes
2112[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 9.984
2113[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 9.984 queue head -1 ts N/A
2114[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2115[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.75
2116[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.75 queue head -1 ts N/A
2117[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.005333
2118[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.005333 queue head -1 ts N/A
2119[libx264 @ 000001c54e7588c0] frame= 188 QP=25.08 NAL=0 Slice:B Poc:14 I:2 P:392 SKIP:526 size=835 bytes
2120[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.026667
2121[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.026667 queue head -1 ts N/A
2122[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2123[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.791667
2124[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.791667 queue head -1 ts N/A
2125[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.048
2126[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.048 queue head -1 ts N/A
2127[libx264 @ 000001c54e7588c0] frame= 189 QP=20.28 NAL=2 Slice:P Poc:20 I:84 P:721 SKIP:115 size=4295 bytes
2128[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.069333
2129[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.069333 queue head -1 ts N/A
2130[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2131[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.833333
2132[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.833333 queue head -1 ts N/A
2133[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.090667
2134[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.090667 queue head -1 ts N/A
2135[libx264 @ 000001c54e7588c0] frame= 190 QP=24.44 NAL=0 Slice:B Poc:18 I:13 P:378 SKIP:529 size=962 bytes
2136[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.112
2137[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.112 queue head -1 ts N/A
2138[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2139[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.875
2140[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.875 queue head -1 ts N/A
2141[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.133333
2142[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.133333 queue head -1 ts N/A
2143[libx264 @ 000001c54e7588c0] frame= 191 QP=19.25 NAL=2 Slice:P Poc:24 I:241 P:652 SKIP:27 size=8583 bytes
2144[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.154667
2145[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.154667 queue head -1 ts N/A
2146[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
2147[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.916667
2148[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.916667 queue head -1 ts N/A
2149[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.176
2150[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.176 queue head -1 ts N/A
2151[libx264 @ 000001c54e7588c0] frame= 192 QP=24.35 NAL=0 Slice:B Poc:22 I:4 P:454 SKIP:462 size=1121 bytes
2152[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.197333
2153[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.197333 queue head -1 ts N/A
2154[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2155[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 9.958333
2156[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 9.958333 queue head -1 ts N/A
2157[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.218667
2158[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.218667 queue head -1 ts N/A
2159[libx264 @ 000001c54e7588c0] frame= 193 QP=19.58 NAL=2 Slice:P Poc:28 I:47 P:601 SKIP:272 size=2950 bytes
2160[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.24
2161[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.24 queue head -1 ts N/A
2162[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2163[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10
2164[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10 queue head -1 ts N/A
2165[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.261333
2166[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.261333 queue head -1 ts N/A
2167[libx264 @ 000001c54e7588c0] frame= 194 QP=24.68 NAL=0 Slice:B Poc:26 I:2 P:352 SKIP:566 size=755 bytes
2168[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.282667
2169[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.282667 queue head -1 ts N/A
2170[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2171[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.041667
2172[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.041667 queue head -1 ts N/A
2173[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.304
2174[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 10.000000
2175[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.304 queue head -1 ts N/A
2176[libx264 @ 000001c54e7588c0] frame= 195 QP=19.83 NAL=2 Slice:P Poc:32 I:62 P:648 SKIP:210 size=3762 bytes
2177[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.325333
2178[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.325333 queue head -1 ts N/A
2179[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2180[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.083333
2181[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.083333 queue head -1 ts N/A
2182[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.346667
2183[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.346667 queue head -1 ts N/A
2184[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2185[libx264 @ 000001c54e7588c0] frame= 196 QP=24.62 NAL=0 Slice:B Poc:30 I:2 P:352 SKIP:566 size=784 bytes
2186[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.368
2187[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.368 queue head -1 ts N/A
2188[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.125
2189[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.125 queue head -1 ts N/A
2190[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.389333
2191[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.389333 queue head -1 ts N/A
2192[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2193[libx264 @ 000001c54e7588c0] frame= 197 QP=20.22 NAL=2 Slice:P Poc:40 I:92 P:736 SKIP:92 size=5796 bytes
2194[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.166667
2195[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.166667 queue head -1 ts N/A
2196[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.410667
2197[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.410667 queue head -1 ts N/A
2198[libx264 @ 000001c54e7588c0] frame= 198 QP=22.97 NAL=2 Slice:B Poc:36 I:23 P:446 SKIP:451 size=1464 bytes
2199[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.432
2200[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.432 queue head -1 ts N/A
2201[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2202[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.208333
2203[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.208333 queue head -1 ts N/A
2204[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.453333
2205[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.453333 queue head -1 ts N/A
2206[libx264 @ 000001c54e7588c0] frame= 199 QP=24.92 NAL=0 Slice:B Poc:34 I:5 P:356 SKIP:559 size=830 bytes
2207[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.474667
2208[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.474667 queue head -1 ts N/A
2209[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2210[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.25
2211[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.25 queue head -1 ts N/A
2212[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.496
2213[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.496 queue head -1 ts N/A
2214[libx264 @ 000001c54e7588c0] frame= 200 QP=25.43 NAL=0 Slice:B Poc:38 I:2 P:339 SKIP:579 size=781 bytes
2215[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.517333
2216[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.517333 queue head -1 ts N/A
2217[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2218[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.291667
2219[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.291667 queue head -1 ts N/A
2220[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.538667
2221[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.538667 queue head -1 ts N/A
2222[libx264 @ 000001c54e7588c0] frame= 201 QP=19.44 NAL=2 Slice:P Poc:48 I:288 P:620 SKIP:12 size=10194 bytes
2223[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.56
2224[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.56 queue head -1 ts N/A
2225[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2226[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.333333
2227[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.333333 queue head -1 ts N/A
2228[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.581333
2229[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.581333 queue head -1 ts N/A
2230[libx264 @ 000001c54e7588c0] frame= 202 QP=23.14 NAL=2 Slice:B Poc:44 I:30 P:581 SKIP:309 size=2036 bytes
2231[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.602667
2232[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.602667 queue head -1 ts N/A
2233[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2234[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.375
2235[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.375 queue head -1 ts N/A
2236[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.624
2237[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.624 queue head -1 ts N/A
2238[libx264 @ 000001c54e7588c0] frame= 203 QP=25.89 NAL=0 Slice:B Poc:42 I:3 P:417 SKIP:500 size=931 bytes
2239[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.645333
2240[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.645333 queue head -1 ts N/A
2241[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
2242[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.416667
2243[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.416667 queue head -1 ts N/A
2244[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.666667
2245[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.666667 queue head -1 ts N/A
2246[libx264 @ 000001c54e7588c0] frame= 204 QP=24.06 NAL=0 Slice:B Poc:46 I:6 P:485 SKIP:429 size=1096 bytes
2247[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.688
2248[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.688 queue head -1 ts N/A
2249[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2250[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.458333
2251[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.458333 queue head -1 ts N/A
2252[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.709333
2253[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.709333 queue head -1 ts N/A
2254[libx264 @ 000001c54e7588c0] frame= 205 QP=20.51 NAL=2 Slice:P Poc:56 I:88 P:720 SKIP:112 size=6065 bytes
2255[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.730667
2256[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.730667 queue head -1 ts N/A
2257[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2258[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.5
2259[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.5 queue head -1 ts N/A
2260[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.752
2261[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.752 queue head -1 ts N/A
2262[libx264 @ 000001c54e7588c0] frame= 206 QP=23.06 NAL=2 Slice:B Poc:52 I:13 P:440 SKIP:467 size=1322 bytes
2263[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.773333
2264[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.773333 queue head -1 ts N/A
2265[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2266[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.794667
2267[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.794667 queue head -1 ts N/A
2268[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.541667
2269[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.541667 queue head -1 ts N/A
2270[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.816
2271[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.816 queue head -1 ts N/A
2272[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2273[libx264 @ 000001c54e7588c0] frame= 207 QP=24.63 NAL=0 Slice:B Poc:50 I:3 P:308 SKIP:609 size=615 bytes
2274[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.583333
2275[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.583333 queue head -1 ts N/A
2276[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.837333
2277[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.837333 queue head -1 ts N/A
2278[libx264 @ 000001c54e7588c0] frame= 208 QP=24.08 NAL=0 Slice:B Poc:54 I:2 P:361 SKIP:557 size=735 bytes
2279[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.858667
2280[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.858667 queue head -1 ts N/A
2281[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2282[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.88
2283[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.88 queue head -1 ts N/A
2284[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.625
2285[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.625 queue head -1 ts N/A
2286[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.901333
2287[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.901333 queue head -1 ts N/A
2288[libx264 @ 000001c54e7588c0] frame= 209 QP=20.51 NAL=2 Slice:P Poc:58 I:31 P:720 SKIP:169 size=4380 bytes
2289[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2290[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.666667
2291[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.666667 queue head -1 ts N/A
2292[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.922667
2293[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.922667 queue head -1 ts N/A
2294[libx264 @ 000001c54e7588c0] frame= 210 QP=16.94 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=31838 bytes
2295[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.944
2296[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.944 queue head -1 ts N/A
2297[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2298[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.708333
2299[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.708333 queue head -1 ts N/A
2300[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.965333
2301[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.965333 queue head -1 ts N/A
2302[libx264 @ 000001c54e7588c0] frame= 211 QP=20.00 NAL=2 Slice:P Poc:6 I:109 P:653 SKIP:158 size=4431 bytes
2303[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 10.986667
2304[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 10.986667 queue head -1 ts N/A
2305[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2306[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.75
2307[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.75 queue head -1 ts N/A
2308[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.008
2309[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.008 queue head -1 ts N/A
2310[libx264 @ 000001c54e7588c0] frame= 212 QP=24.55 NAL=2 Slice:B Poc:2 I:4 P:492 SKIP:424 size=1357 bytes
2311[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.029333
2312[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.029333 queue head -1 ts N/A
2313[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2314[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.791667
2315[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.791667 queue head -1 ts N/A
2316[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.050667
2317[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.050667 queue head -1 ts N/A
2318[libx264 @ 000001c54e7588c0] frame= 213 QP=25.47 NAL=0 Slice:B Poc:4 I:1 P:394 SKIP:525 size=907 bytes
2319[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.072
2320[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.072 queue head -1 ts N/A
2321[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2322[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.833333
2323[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.833333 queue head -1 ts N/A
2324[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.093333
2325[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.093333 queue head -1 ts N/A
2326[libx264 @ 000001c54e7588c0] frame= 214 QP=19.42 NAL=2 Slice:P Poc:12 I:243 P:666 SKIP:11 size=10186 bytes
2327[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.114667
2328[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.114667 queue head -1 ts N/A
2329[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2330[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.875
2331[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.875 queue head -1 ts N/A
2332[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.136
2333[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.136 queue head -1 ts N/A
2334[libx264 @ 000001c54e7588c0] frame= 215 QP=24.32 NAL=2 Slice:B Poc:8 I:13 P:513 SKIP:394 size=1496 bytes
2335[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.157333
2336[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.157333 queue head -1 ts N/A
2337[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
2338[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.916667
2339[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.916667 queue head -1 ts N/A
2340[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.178667
2341[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.178667 queue head -1 ts N/A
2342[libx264 @ 000001c54e7588c0] frame= 216 QP=24.80 NAL=0 Slice:B Poc:10 I:26 P:489 SKIP:405 size=1256 bytes
2343[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.2
2344[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.2 queue head -1 ts N/A
2345[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2346[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 10.958333
2347[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 10.958333 queue head -1 ts N/A
2348[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.221333
2349[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.221333 queue head -1 ts N/A
2350[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2351[libx264 @ 000001c54e7588c0] frame= 217 QP=20.05 NAL=2 Slice:P Poc:18 I:69 P:568 SKIP:283 size=3550 bytes
2352[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11
2353[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11 queue head -1 ts N/A
2354[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.242667
2355[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.242667 queue head -1 ts N/A
2356[libx264 @ 000001c54e7588c0] frame= 218 QP=25.06 NAL=2 Slice:B Poc:14 I:2 P:278 SKIP:640 size=773 bytes
2357[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.264
2358[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.264 queue head -1 ts N/A
2359[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2360[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.041667
2361[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.041667 queue head -1 ts N/A
2362[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.285333
2363[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.285333 queue head -1 ts N/A
2364[libx264 @ 000001c54e7588c0] frame= 219 QP=25.12 NAL=0 Slice:B Poc:16 I:1 P:300 SKIP:619 size=635 bytes
2365[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.306667
2366[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.306667 queue head -1 ts N/A
2367[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2368[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.083333
2369[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.083333 queue head -1 ts N/A
2370[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.328
2371[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.328 queue head -1 ts N/A
2372[libx264 @ 000001c54e7588c0] frame= 220 QP=20.36 NAL=2 Slice:P Poc:24 I:102 P:681 SKIP:137 size=5645 bytes
2373[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.349333
2374[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.349333 queue head -1 ts N/A
2375[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2376[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.125
2377[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.125 queue head -1 ts N/A
2378[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.370667
2379[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.370667 queue head -1 ts N/A
2380[libx264 @ 000001c54e7588c0] frame= 221 QP=23.79 NAL=2 Slice:B Poc:20 I:14 P:398 SKIP:508 size=1267 bytes
2381[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.392
2382[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.392 queue head -1 ts N/A
2383[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2384[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.166667
2385[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.166667 queue head -1 ts N/A
2386[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.413333
2387[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.413333 queue head -1 ts N/A
2388[libx264 @ 000001c54e7588c0] frame= 222 QP=25.71 NAL=0 Slice:B Poc:22 I:4 P:310 SKIP:606 size=733 bytes
2389[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.434667
2390[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.434667 queue head -1 ts N/A
2391[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2392[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.208333
2393[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.208333 queue head -1 ts N/A
2394[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.456
2395[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.456 queue head -1 ts N/A
2396[libx264 @ 000001c54e7588c0] frame= 223 QP=20.85 NAL=2 Slice:P Poc:32 I:108 P:741 SKIP:71 size=6745 bytes
2397[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.477333
2398[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.477333 queue head -1 ts N/A
2399[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2400[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.25
2401[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.25 queue head -1 ts N/A
2402[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.498667
2403[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.498667 queue head -1 ts N/A
2404[libx264 @ 000001c54e7588c0] frame= 224 QP=23.92 NAL=2 Slice:B Poc:28 I:10 P:576 SKIP:334 size=1869 bytes
2405[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.52
2406[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.52 queue head -1 ts N/A
2407[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2408[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.291667
2409[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.291667 queue head -1 ts N/A
2410[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.541333
2411[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.541333 queue head -1 ts N/A
2412[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 11.250000
2413[libx264 @ 000001c54e7588c0] frame= 225 QP=25.82 NAL=0 Slice:B Poc:26 I:6 P:370 SKIP:544 size=819 bytes
2414[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.562667
2415[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.562667 queue head -1 ts N/A
2416[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2417[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.333333
2418[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.333333 queue head -1 ts N/A
2419[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.584
2420[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.584 queue head -1 ts N/A
2421[libx264 @ 000001c54e7588c0] frame= 226 QP=24.09 NAL=0 Slice:B Poc:30 I:5 P:313 SKIP:602 size=665 bytes
2422[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.605333
2423[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.605333 queue head -1 ts N/A
2424[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2425[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.375
2426[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.375 queue head -1 ts N/A
2427[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.626667
2428[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.626667 queue head -1 ts N/A
2429[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.648
2430[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.648 queue head -1 ts N/A
2431[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
2432[libx264 @ 000001c54e7588c0] frame= 227 QP=19.64 NAL=2 Slice:P Poc:36 I:250 P:656 SKIP:14 size=10965 bytes
2433[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.416667
2434[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.416667 queue head -1 ts N/A
2435[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.669333
2436[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.669333 queue head -1 ts N/A
2437[libx264 @ 000001c54e7588c0] frame= 228 QP=25.01 NAL=0 Slice:B Poc:34 I:13 P:385 SKIP:522 size=949 bytes
2438[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.690667
2439[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.690667 queue head -1 ts N/A
2440[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2441[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.458333
2442[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.458333 queue head -1 ts N/A
2443[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.712
2444[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.712 queue head -1 ts N/A
2445[libx264 @ 000001c54e7588c0] frame= 229 QP=20.64 NAL=2 Slice:P Poc:42 I:63 P:607 SKIP:250 size=4004 bytes
2446[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.733333
2447[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.733333 queue head -1 ts N/A
2448[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2449[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.5
2450[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.5 queue head -1 ts N/A
2451[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.754667
2452[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.754667 queue head -1 ts N/A
2453[libx264 @ 000001c54e7588c0] frame= 230 QP=23.88 NAL=2 Slice:B Poc:38 I:3 P:218 SKIP:699 size=602 bytes
2454[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.776
2455[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.776 queue head -1 ts N/A
2456[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2457[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.541667
2458[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.541667 queue head -1 ts N/A
2459[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.797333
2460[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.797333 queue head -1 ts N/A
2461[libx264 @ 000001c54e7588c0] frame= 231 QP=26.81 NAL=0 Slice:B Poc:40 I:1 P:297 SKIP:622 size=590 bytes
2462[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.818667
2463[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.818667 queue head -1 ts N/A
2464[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2465[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.583333
2466[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.583333 queue head -1 ts N/A
2467[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.84
2468[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.84 queue head -1 ts N/A
2469[libx264 @ 000001c54e7588c0] frame= 232 QP=20.75 NAL=2 Slice:P Poc:46 I:67 P:742 SKIP:111 size=5257 bytes
2470[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.861333
2471[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.861333 queue head -1 ts N/A
2472[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2473[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.625
2474[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.625 queue head -1 ts N/A
2475[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.882667
2476[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.882667 queue head -1 ts N/A
2477[libx264 @ 000001c54e7588c0] frame= 233 QP=22.70 NAL=0 Slice:B Poc:44 I:5 P:335 SKIP:580 size=708 bytes
2478[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.904
2479[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.904 queue head -1 ts N/A
2480[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2481[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.666667
2482[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.666667 queue head -1 ts N/A
2483[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.925333
2484[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.925333 queue head -1 ts N/A
2485[libx264 @ 000001c54e7588c0] frame= 234 QP=20.45 NAL=2 Slice:P Poc:50 I:112 P:737 SKIP:71 size=6794 bytes
2486[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.946667
2487[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.946667 queue head -1 ts N/A
2488[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2489[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.708333
2490[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.708333 queue head -1 ts N/A
2491[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.968
2492[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.968 queue head -1 ts N/A
2493[libx264 @ 000001c54e7588c0] frame= 235 QP=23.76 NAL=0 Slice:B Poc:48 I:6 P:327 SKIP:587 size=716 bytes
2494[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 11.989333
2495[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 11.989333 queue head -1 ts N/A
2496[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2497[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.75
2498[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.75 queue head -1 ts N/A
2499[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.010667
2500[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.010667 queue head -1 ts N/A
2501[libx264 @ 000001c54e7588c0] frame= 236 QP=21.05 NAL=2 Slice:P Poc:56 I:105 P:746 SKIP:69 size=7242 bytes
2502[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.032
2503[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.032 queue head -1 ts N/A
2504[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2505[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.791667
2506[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.791667 queue head -1 ts N/A
2507[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.053333
2508[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.053333 queue head -1 ts N/A
2509[libx264 @ 000001c54e7588c0] frame= 237 QP=23.58 NAL=2 Slice:B Poc:52 I:11 P:416 SKIP:493 size=1086 bytes
2510[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.074667
2511[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.074667 queue head -1 ts N/A
2512[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2513[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.833333
2514[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.833333 queue head -1 ts N/A
2515[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.096
2516[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.096 queue head -1 ts N/A
2517[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2518[libx264 @ 000001c54e7588c0] frame= 238 QP=24.09 NAL=0 Slice:B Poc:54 I:5 P:315 SKIP:600 size=648 bytes
2519[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.875
2520[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.875 queue head -1 ts N/A
2521[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.117333
2522[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.117333 queue head -1 ts N/A
2523[libx264 @ 000001c54e7588c0] frame= 239 QP=21.11 NAL=2 Slice:P Poc:58 I:38 P:680 SKIP:202 size=4568 bytes
2524[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.138667
2525[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.138667 queue head -1 ts N/A
2526[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
2527[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.916667
2528[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.916667 queue head -1 ts N/A
2529[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.16
2530[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.16 queue head -1 ts N/A
2531[libx264 @ 000001c54e7588c0] frame= 240 QP=16.72 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=37102 bytes
2532[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.181333
2533[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.181333 queue head -1 ts N/A
2534[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2535[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 11.958333
2536[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 11.958333 queue head -1 ts N/A
2537[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.202667
2538[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.202667 queue head -1 ts N/A
2539[libx264 @ 000001c54e7588c0] frame= 241 QP=20.34 NAL=2 Slice:P Poc:6 I:46 P:570 SKIP:304 size=3295 bytes
2540[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.224
2541[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.224 queue head -1 ts N/A
2542[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2543[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12
2544[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12 queue head -1 ts N/A
2545[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.245333
2546[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.245333 queue head -1 ts N/A
2547[libx264 @ 000001c54e7588c0] frame= 242 QP=20.20 NAL=2 Slice:B Poc:2 I:0 P:233 SKIP:687 size=356 bytes
2548[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.266667
2549[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.266667 queue head -1 ts N/A
2550[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2551[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.041667
2552[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.041667 queue head -1 ts N/A
2553[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.288
2554[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.288 queue head -1 ts N/A
2555[libx264 @ 000001c54e7588c0] frame= 243 QP=23.00 NAL=0 Slice:B Poc:4 I:0 P:307 SKIP:613 size=431 bytes
2556[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.309333
2557[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.309333 queue head -1 ts N/A
2558[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2559[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.083333
2560[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.083333 queue head -1 ts N/A
2561[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.330667
2562[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.330667 queue head -1 ts N/A
2563frame= 244 fps=0.0 q=27.0 size=N/A time=00:00:10.08 bitrate=N/A speed=19.5x
2564[libx264 @ 000001c54e7588c0] frame= 244 QP=21.64 NAL=2 Slice:P Poc:12 I:96 P:644 SKIP:180 size=4386 bytes
2565[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.352
2566[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.352 queue head -1 ts N/A
2567[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2568[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.125
2569[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.125 queue head -1 ts N/A
2570[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.373333
2571[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.373333 queue head -1 ts N/A
2572[libx264 @ 000001c54e7588c0] frame= 245 QP=22.44 NAL=2 Slice:B Poc:8 I:3 P:379 SKIP:538 size=814 bytes
2573[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.394667
2574[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.394667 queue head -1 ts N/A
2575[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2576[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.166667
2577[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.166667 queue head -1 ts N/A
2578[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.416
2579[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.416 queue head -1 ts N/A
2580[libx264 @ 000001c54e7588c0] frame= 246 QP=24.96 NAL=0 Slice:B Poc:10 I:4 P:327 SKIP:589 size=578 bytes
2581[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.437333
2582[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.437333 queue head -1 ts N/A
2583[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2584[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.208333
2585[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.208333 queue head -1 ts N/A
2586[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.458667
2587[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.458667 queue head -1 ts N/A
2588[libx264 @ 000001c54e7588c0] frame= 247 QP=21.37 NAL=2 Slice:P Poc:14 I:49 P:711 SKIP:160 size=3804 bytes
2589[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.48
2590[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.48 queue head -1 ts N/A
2591[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2592[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.25
2593[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.25 queue head -1 ts N/A
2594[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.501333
2595[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.501333 queue head -1 ts N/A
2596[libx264 @ 000001c54e7588c0] frame= 248 QP=21.79 NAL=2 Slice:P Poc:16 I:22 P:684 SKIP:214 size=4146 bytes
2597[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.522667
2598[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.522667 queue head -1 ts N/A
2599[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2600[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.291667
2601[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.291667 queue head -1 ts N/A
2602[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.544
2603[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.544 queue head -1 ts N/A
2604[libx264 @ 000001c54e7588c0] frame= 249 QP=21.56 NAL=2 Slice:P Poc:18 I:16 P:695 SKIP:209 size=4691 bytes
2605[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.565333
2606[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.565333 queue head -1 ts N/A
2607[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2608[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.333333
2609[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.333333 queue head -1 ts N/A
2610[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.586667
2611[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.586667 queue head -1 ts N/A
2612[libx264 @ 000001c54e7588c0] frame= 250 QP=20.57 NAL=2 Slice:P Poc:24 I:226 P:674 SKIP:20 size=9759 bytes
2613[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.608
2614[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.608 queue head -1 ts N/A
2615[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2616[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.629333
2617[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.629333 queue head -1 ts N/A
2618[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.375
2619[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.375 queue head -1 ts N/A
2620[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.650667
2621[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.650667 queue head -1 ts N/A
2622[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
2623[libx264 @ 000001c54e7588c0] frame= 251 QP=23.72 NAL=2 Slice:B Poc:20 I:9 P:333 SKIP:578 size=795 bytes
2624[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.416667
2625[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.416667 queue head -1 ts N/A
2626[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.672
2627[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.672 queue head -1 ts N/A
2628[libx264 @ 000001c54e7588c0] frame= 252 QP=24.76 NAL=0 Slice:B Poc:22 I:9 P:311 SKIP:600 size=602 bytes
2629[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.693333
2630[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.693333 queue head -1 ts N/A
2631[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2632[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.458333
2633[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.458333 queue head -1 ts N/A
2634[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.714667
2635[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.714667 queue head -1 ts N/A
2636[libx264 @ 000001c54e7588c0] frame= 253 QP=20.88 NAL=2 Slice:P Poc:26 I:9 P:533 SKIP:378 size=2721 bytes
2637[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.736
2638[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.736 queue head -1 ts N/A
2639[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2640[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.5
2641[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.5 queue head -1 ts N/A
2642[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.757333
2643[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.757333 queue head -1 ts N/A
2644[libx264 @ 000001c54e7588c0] frame= 254 QP=20.64 NAL=2 Slice:P Poc:32 I:29 P:658 SKIP:233 size=4347 bytes
2645[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.778667
2646[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.778667 queue head -1 ts N/A
2647[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2648[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.541667
2649[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.541667 queue head -1 ts N/A
2650[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 12.500000
2651[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.8
2652[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.8 queue head -1 ts N/A
2653[libx264 @ 000001c54e7588c0] frame= 255 QP=23.01 NAL=2 Slice:B Poc:28 I:1 P:291 SKIP:628 size=537 bytes
2654[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.821333
2655[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.821333 queue head -1 ts N/A
2656[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2657[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.583333
2658[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.583333 queue head -1 ts N/A
2659[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.842667
2660[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.842667 queue head -1 ts N/A
2661[libx264 @ 000001c54e7588c0] frame= 256 QP=22.05 NAL=0 Slice:B Poc:30 I:1 P:257 SKIP:662 size=382 bytes
2662[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.864
2663[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.864 queue head -1 ts N/A
2664[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2665[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.625
2666[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.625 queue head -1 ts N/A
2667[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.885333
2668[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.885333 queue head -1 ts N/A
2669[libx264 @ 000001c54e7588c0] frame= 257 QP=22.05 NAL=2 Slice:P Poc:36 I:26 P:576 SKIP:318 size=3098 bytes
2670[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.906667
2671[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.906667 queue head -1 ts N/A
2672[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2673[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.666667
2674[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.666667 queue head -1 ts N/A
2675[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.928
2676[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.928 queue head -1 ts N/A
2677[libx264 @ 000001c54e7588c0] frame= 258 QP=25.95 NAL=0 Slice:B Poc:34 I:1 P:220 SKIP:699 size=343 bytes
2678[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.949333
2679[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.949333 queue head -1 ts N/A
2680[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2681[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.708333
2682[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.708333 queue head -1 ts N/A
2683[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.970667
2684[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.970667 queue head -1 ts N/A
2685[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2686[libx264 @ 000001c54e7588c0] frame= 259 QP=22.31 NAL=2 Slice:P Poc:38 I:12 P:543 SKIP:365 size=2572 bytes
2687[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.75
2688[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.75 queue head -1 ts N/A
2689[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 12.992
2690[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 12.992 queue head -1 ts N/A
2691[libx264 @ 000001c54e7588c0] frame= 260 QP=22.90 NAL=2 Slice:P Poc:40 I:25 P:562 SKIP:333 size=2486 bytes
2692[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.013333
2693[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.013333 queue head -1 ts N/A
2694[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2695[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.791667
2696[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.791667 queue head -1 ts N/A
2697[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.034667
2698[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.034667 queue head -1 ts N/A
2699[libx264 @ 000001c54e7588c0] frame= 261 QP=22.39 NAL=2 Slice:P Poc:42 I:16 P:640 SKIP:264 size=3024 bytes
2700[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.056
2701[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.056 queue head -1 ts N/A
2702[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2703[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.833333
2704[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.833333 queue head -1 ts N/A
2705[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.077333
2706[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.077333 queue head -1 ts N/A
2707[libx264 @ 000001c54e7588c0] frame= 262 QP=21.57 NAL=2 Slice:P Poc:48 I:167 P:724 SKIP:29 size=6528 bytes
2708[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.098667
2709[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.098667 queue head -1 ts N/A
2710[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2711[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.875
2712[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.875 queue head -1 ts N/A
2713[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.12
2714[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.12 queue head -1 ts N/A
2715[libx264 @ 000001c54e7588c0] frame= 263 QP=23.72 NAL=2 Slice:B Poc:44 I:6 P:159 SKIP:755 size=339 bytes
2716[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.141333
2717[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.141333 queue head -1 ts N/A
2718[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
2719[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.916667
2720[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.916667 queue head -1 ts N/A
2721[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.162667
2722[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.162667 queue head -1 ts N/A
2723[libx264 @ 000001c54e7588c0] frame= 264 QP=24.29 NAL=0 Slice:B Poc:46 I:2 P:136 SKIP:782 size=262 bytes
2724[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.184
2725[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.184 queue head -1 ts N/A
2726[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2727[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 12.958333
2728[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 12.958333 queue head -1 ts N/A
2729[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.205333
2730[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.205333 queue head -1 ts N/A
2731[libx264 @ 000001c54e7588c0] frame= 265 QP=24.16 NAL=2 Slice:P Poc:56 I:10 P:321 SKIP:589 size=1309 bytes
2732[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.226667
2733[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.226667 queue head -1 ts N/A
2734[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2735[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13
2736[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13 queue head -1 ts N/A
2737[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.248
2738[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.248 queue head -1 ts N/A
2739[libx264 @ 000001c54e7588c0] frame= 266 QP=24.23 NAL=2 Slice:B Poc:52 I:0 P:168 SKIP:752 size=267 bytes
2740[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.269333
2741[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.269333 queue head -1 ts N/A
2742[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2743[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.041667
2744[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.041667 queue head -1 ts N/A
2745[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.290667
2746[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.290667 queue head -1 ts N/A
2747[libx264 @ 000001c54e7588c0] frame= 267 QP=23.03 NAL=0 Slice:B Poc:50 I:0 P:122 SKIP:798 size=149 bytes
2748[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.312
2749[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.312 queue head -1 ts N/A
2750[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2751[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.083333
2752[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.083333 queue head -1 ts N/A
2753[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.333333
2754[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.333333 queue head -1 ts N/A
2755[libx264 @ 000001c54e7588c0] frame= 268 QP=25.38 NAL=0 Slice:B Poc:54 I:0 P:116 SKIP:804 size=139 bytes
2756[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.354667
2757[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.354667 queue head -1 ts N/A
2758[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2759[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.125
2760[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.125 queue head -1 ts N/A
2761[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.376
2762[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.376 queue head -1 ts N/A
2763[libx264 @ 000001c54e7588c0] frame= 269 QP=24.52 NAL=2 Slice:P Poc:58 I:1 P:434 SKIP:485 size=1707 bytes
2764[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.397333
2765[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.397333 queue head -1 ts N/A
2766[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2767[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.418667
2768[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.418667 queue head -1 ts N/A
2769[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.166667
2770[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.166667 queue head -1 ts N/A
2771[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.44
2772[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.44 queue head -1 ts N/A
2773[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2774[libx264 @ 000001c54e7588c0] frame= 270 QP=19.57 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=29122 bytes
2775[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.208333
2776[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.208333 queue head -1 ts N/A
2777[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.461333
2778[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.461333 queue head -1 ts N/A
2779[libx264 @ 000001c54e7588c0] frame= 271 QP=24.23 NAL=2 Slice:P Poc:2 I:1 P:325 SKIP:594 size=1048 bytes
2780[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.482667
2781[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.482667 queue head -1 ts N/A
2782[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2783[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.504
2784[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.504 queue head -1 ts N/A
2785[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.25
2786[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.25 queue head -1 ts N/A
2787[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2788[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.525333
2789[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.525333 queue head -1 ts N/A
2790[libx264 @ 000001c54e7588c0] frame= 272 QP=24.72 NAL=2 Slice:P Poc:4 I:3 P:362 SKIP:555 size=1098 bytes
2791[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.291667
2792[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.291667 queue head -1 ts N/A
2793[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.546667
2794[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.546667 queue head -1 ts N/A
2795[libx264 @ 000001c54e7588c0] frame= 273 QP=24.17 NAL=2 Slice:P Poc:6 I:6 P:411 SKIP:503 size=1365 bytes
2796[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.568
2797[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.568 queue head -1 ts N/A
2798[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2799[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.589333
2800[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.589333 queue head -1 ts N/A
2801[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.333333
2802[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.333333 queue head -1 ts N/A
2803[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.610667
2804[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.610667 queue head -1 ts N/A
2805[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2806[libx264 @ 000001c54e7588c0] frame= 274 QP=23.42 NAL=2 Slice:P Poc:12 I:68 P:697 SKIP:155 size=3500 bytes
2807[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.375
2808[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.375 queue head -1 ts N/A
2809[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.632
2810[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.632 queue head -1 ts N/A
2811[libx264 @ 000001c54e7588c0] frame= 275 QP=25.54 NAL=2 Slice:B Poc:8 I:0 P:66 SKIP:854 size=140 bytes
2812[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.653333
2813[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.653333 queue head -1 ts N/A
2814[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
2815[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.416667
2816[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.416667 queue head -1 ts N/A
2817[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.674667
2818[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.674667 queue head -1 ts N/A
2819[libx264 @ 000001c54e7588c0] frame= 276 QP=23.67 NAL=0 Slice:B Poc:10 I:0 P:90 SKIP:830 size=151 bytes
2820[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.696
2821[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.696 queue head -1 ts N/A
2822[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2823[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.458333
2824[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.458333 queue head -1 ts N/A
2825[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.717333
2826[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.717333 queue head -1 ts N/A
2827[libx264 @ 000001c54e7588c0] frame= 277 QP=24.00 NAL=2 Slice:P Poc:20 I:2 P:169 SKIP:749 size=510 bytes
2828[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.738667
2829[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.738667 queue head -1 ts N/A
2830[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2831[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.5
2832[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.5 queue head -1 ts N/A
2833[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.76
2834[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.76 queue head -1 ts N/A
2835[libx264 @ 000001c54e7588c0] frame= 278 QP=20.97 NAL=2 Slice:B Poc:16 I:2 P:98 SKIP:820 size=129 bytes
2836[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.781333
2837[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.781333 queue head -1 ts N/A
2838[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2839[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.541667
2840[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.541667 queue head -1 ts N/A
2841[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.802667
2842[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.802667 queue head -1 ts N/A
2843[libx264 @ 000001c54e7588c0] frame= 279 QP=20.11 NAL=0 Slice:B Poc:14 I:0 P:34 SKIP:886 size=54 bytes
2844[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.824
2845[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.824 queue head -1 ts N/A
2846[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2847[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.583333
2848[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.583333 queue head -1 ts N/A
2849[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.845333
2850[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.845333 queue head -1 ts N/A
2851[libx264 @ 000001c54e7588c0] frame= 280 QP=20.11 NAL=0 Slice:B Poc:18 I:0 P:63 SKIP:857 size=76 bytes
2852[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.866667
2853[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.866667 queue head -1 ts N/A
2854[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2855[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.625
2856[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.625 queue head -1 ts N/A
2857[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.888
2858[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.888 queue head -1 ts N/A
2859[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2860[libx264 @ 000001c54e7588c0] frame= 281 QP=27.95 NAL=2 Slice:P Poc:22 I:0 P:96 SKIP:824 size=267 bytes
2861[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.666667
2862[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.666667 queue head -1 ts N/A
2863[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.909333
2864[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.909333 queue head -1 ts N/A
2865[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.930667
2866[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.930667 queue head -1 ts N/A
2867[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2868[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.708333
2869[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.708333 queue head -1 ts N/A
2870[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.952
2871[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.952 queue head -1 ts N/A
2872[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.973333
2873[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.973333 queue head -1 ts N/A
2874[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2875[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.75
2876[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.75 queue head -1 ts N/A
2877[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 13.994667
2878[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 13.994667 queue head -1 ts N/A
2879[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.016
2880[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.016 queue head -1 ts N/A
2881[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2882[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.791667
2883[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.791667 queue head -1 ts N/A
2884[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.037333
2885[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.037333 queue head -1 ts N/A
2886[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.058667
2887[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.058667 queue head -1 ts N/A
2888[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2889[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.833333
2890[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.833333 queue head -1 ts N/A
2891[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.08
2892[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.08 queue head -1 ts N/A
2893[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.101333
2894[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.101333 queue head -1 ts N/A
2895[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2896[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.875
2897[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.875 queue head -1 ts N/A
2898[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.122667
2899[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.122667 queue head -1 ts N/A
2900[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.144
2901[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.144 queue head -1 ts N/A
2902[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
2903[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.916667
2904[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.916667 queue head -1 ts N/A
2905[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.165333
2906[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.165333 queue head -1 ts N/A
2907[libx264 @ 000001c54e7588c0] frame= 282 QP=25.89 NAL=2 Slice:P Poc:30 I:916 P:4 SKIP:0 size=26267 bytes
2908[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.186667
2909[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.186667 queue head -1 ts N/A
2910[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2911[libx264 @ 000001c54e7588c0] frame= 283 QP=25.58 NAL=2 Slice:B Poc:26 I:17 P:301 SKIP:602 size=661 bytes
2912[libx264 @ 000001c54e7588c0] frame= 284 QP=22.94 NAL=0 Slice:B Poc:24 I:0 P:59 SKIP:861 size=114 bytes
2913[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 13.750000
2914[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.208
2915[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.208 queue head -1 ts N/A
2916[libx264 @ 000001c54e7588c0] frame= 285 QP=24.09 NAL=0 Slice:B Poc:28 I:2 P:33 SKIP:885 size=78 bytes
2917[libx264 @ 000001c54e7588c0] frame= 286 QP=25.66 NAL=2 Slice:P Poc:32 I:0 P:356 SKIP:564 size=1625 bytes
2918[libx264 @ 000001c54e7588c0] frame= 287 QP=27.16 NAL=2 Slice:P Poc:34 I:0 P:231 SKIP:689 size=1239 bytes
2919[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 13.958333
2920[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 13.958333 queue head -1 ts N/A
2921[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.229333
2922[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.229333 queue head -1 ts N/A
2923[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2924[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14
2925[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14 queue head -1 ts N/A
2926[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.250667
2927[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.250667 queue head -1 ts N/A
2928[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.272
2929[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.272 queue head -1 ts N/A
2930[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2931[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.041667
2932[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.041667 queue head -1 ts N/A
2933[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.293333
2934[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.293333 queue head -1 ts N/A
2935[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.314667
2936[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.314667 queue head -1 ts N/A
2937[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2938[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.083333
2939[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.083333 queue head -1 ts N/A
2940[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.336
2941[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.336 queue head -1 ts N/A
2942[libx264 @ 000001c54e7588c0] frame= 288 QP=25.04 NAL=2 Slice:P Poc:36 I:13 P:904 SKIP:3 size=9609 bytes
2943[libx264 @ 000001c54e7588c0] frame= 289 QP=25.31 NAL=2 Slice:P Poc:38 I:0 P:350 SKIP:570 size=1545 bytes
2944[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.357333
2945[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.357333 queue head -1 ts N/A
2946[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2947[libx264 @ 000001c54e7588c0] frame= 290 QP=26.25 NAL=2 Slice:P Poc:40 I:0 P:247 SKIP:673 size=1299 bytes
2948[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.125
2949[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.125 queue head -1 ts N/A
2950[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.378667
2951[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.378667 queue head -1 ts N/A
2952[libx264 @ 000001c54e7588c0] frame= 291 QP=26.46 NAL=2 Slice:P Poc:42 I:1 P:368 SKIP:551 size=1787 bytes
2953[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.4
2954[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.4 queue head -1 ts N/A
2955[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2956[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.166667
2957[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.166667 queue head -1 ts N/A
2958[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.421333
2959[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.421333 queue head -1 ts N/A
2960[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.442667
2961[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.442667 queue head -1 ts N/A
2962[libx264 @ 000001c54e7588c0] frame= 292 QP=25.04 NAL=2 Slice:P Poc:44 I:0 P:645 SKIP:275 size=3531 bytes
2963[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2964[libx264 @ 000001c54e7588c0] frame= 293 QP=26.20 NAL=2 Slice:P Poc:46 I:1 P:390 SKIP:529 size=2017 bytes
2965[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.208333
2966[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.208333 queue head -1 ts N/A
2967[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.464
2968[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.464 queue head -1 ts N/A
2969[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.485333
2970[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.485333 queue head -1 ts N/A
2971[libx264 @ 000001c54e7588c0] frame= 294 QP=25.40 NAL=2 Slice:P Poc:48 I:1 P:470 SKIP:449 size=2567 bytes
2972[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2973[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.25
2974[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.25 queue head -1 ts N/A
2975[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.506667
2976[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.506667 queue head -1 ts N/A
2977[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.528
2978[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.528 queue head -1 ts N/A
2979[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2980[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.291667
2981[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.291667 queue head -1 ts N/A
2982[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.549333
2983[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.549333 queue head -1 ts N/A
2984[libx264 @ 000001c54e7588c0] frame= 295 QP=24.55 NAL=2 Slice:P Poc:50 I:1 P:687 SKIP:232 size=4410 bytes
2985[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.570667
2986[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.570667 queue head -1 ts N/A
2987[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2988[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.333333
2989[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.333333 queue head -1 ts N/A
2990[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.592
2991[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.592 queue head -1 ts N/A
2992[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.613333
2993[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.613333 queue head -1 ts N/A
2994[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
2995[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.375
2996[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.375 queue head -1 ts N/A
2997[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.634667
2998[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.634667 queue head -1 ts N/A
2999[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.656
3000[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.656 queue head -1 ts N/A
3001[libx264 @ 000001c54e7588c0] frame= 296 QP=24.39 NAL=2 Slice:P Poc:52 I:0 P:762 SKIP:158 size=5119 bytes
3002[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
3003[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.416667
3004[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.416667 queue head -1 ts N/A
3005[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.677333
3006[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.677333 queue head -1 ts N/A
3007[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.698667
3008[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.698667 queue head -1 ts N/A
3009[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3010[libx264 @ 000001c54e7588c0] frame= 297 QP=25.67 NAL=2 Slice:P Poc:54 I:0 P:621 SKIP:299 size=2930 bytes
3011[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.458333
3012[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.458333 queue head -1 ts N/A
3013[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.72
3014[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.72 queue head -1 ts N/A
3015[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.741333
3016[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.741333 queue head -1 ts N/A
3017[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3018[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.5
3019[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.5 queue head -1 ts N/A
3020[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.762667
3021[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.762667 queue head -1 ts N/A
3022[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3023[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.541667
3024[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.541667 queue head -1 ts N/A
3025[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.784
3026[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.784 queue head -1 ts N/A
3027[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.805333
3028[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.805333 queue head -1 ts N/A
3029[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3030[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.583333
3031[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.583333 queue head -1 ts N/A
3032[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.826667
3033[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.826667 queue head -1 ts N/A
3034[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.848
3035[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.848 queue head -1 ts N/A
3036[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3037[libx264 @ 000001c54e7588c0] frame= 298 QP=25.52 NAL=2 Slice:P Poc:56 I:0 P:699 SKIP:221 size=3752 bytes
3038[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.625
3039[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.625 queue head -1 ts N/A
3040[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.869333
3041[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.869333 queue head -1 ts N/A
3042[libx264 @ 000001c54e7588c0] frame= 299 QP=26.15 NAL=2 Slice:P Poc:58 I:0 P:493 SKIP:427 size=2231 bytes
3043[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.890667
3044[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.890667 queue head -1 ts N/A
3045[libx264 @ 000001c54e7588c0] frame= 300 QP=23.71 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=32592 bytes
3046[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3047[hls @ 000001c54e794a00] Opening 'BigBuckBunny_320x180_6S600K360_00002.ts' for writing
3048[file @ 000001c5506fd080] Setting default whitelist 'file,crypto,data'
3049[libx264 @ 000001c54e7588c0] frame= 301 QP=30.70 NAL=2 Slice:P Poc:2 I:1 P:104 SKIP:815 size=383 bytes
3050[libx264 @ 000001c54e7588c0] frame= 302 QP=30.83 NAL=2 Slice:P Poc:4 I:0 P:145 SKIP:775 size=660 bytes
3051[libx264 @ 000001c54e7588c0] frame= 303 QP=30.59 NAL=2 Slice:P Poc:6 I:0 P:191 SKIP:729 size=830 bytes
3052[AVIOContext @ 000001c550358800] Statistics: 666836 bytes written, 0 seeks, 3 writeouts
3053[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.666667
3054[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.666667 queue head -1 ts N/A
3055[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.912
3056[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.912 queue head -1 ts N/A
3057[libx264 @ 000001c54e7588c0] frame= 304 QP=30.55 NAL=2 Slice:P Poc:8 I:0 P:219 SKIP:701 size=894 bytes
3058[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.933333
3059[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.933333 queue head -1 ts N/A
3060[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3061[libx264 @ 000001c54e7588c0] frame= 305 QP=30.50 NAL=2 Slice:P Poc:10 I:0 P:255 SKIP:665 size=946 bytes
3062[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.708333
3063[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.708333 queue head -1 ts N/A
3064[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.954667
3065[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.954667 queue head -1 ts N/A
3066[libx264 @ 000001c54e7588c0] frame= 306 QP=29.80 NAL=2 Slice:P Poc:12 I:0 P:377 SKIP:543 size=1309 bytes
3067[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.976
3068[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.976 queue head -1 ts N/A
3069[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3070[libx264 @ 000001c54e7588c0] frame= 307 QP=30.95 NAL=2 Slice:P Poc:14 I:0 P:287 SKIP:633 size=1044 bytes
3071[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.75
3072[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.75 queue head -1 ts N/A
3073[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 14.997333
3074[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 14.997333 queue head -1 ts N/A
3075[libx264 @ 000001c54e7588c0] frame= 308 QP=28.82 NAL=2 Slice:P Poc:16 I:0 P:438 SKIP:482 size=1694 bytes
3076[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.018667
3077[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.018667 queue head -1 ts N/A
3078[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3079[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.791667
3080[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.791667 queue head -1 ts N/A
3081[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.04
3082[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.04 queue head -1 ts N/A
3083[libx264 @ 000001c54e7588c0] frame= 309 QP=28.03 NAL=2 Slice:P Poc:18 I:0 P:462 SKIP:458 size=1835 bytes
3084[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.061333
3085[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.061333 queue head -1 ts N/A
3086[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3087[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.833333
3088[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.833333 queue head -1 ts N/A
3089[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.082667
3090[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.082667 queue head -1 ts N/A
3091[libx264 @ 000001c54e7588c0] frame= 310 QP=26.95 NAL=2 Slice:P Poc:20 I:1 P:563 SKIP:356 size=2538 bytes
3092[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.104
3093[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.104 queue head -1 ts N/A
3094[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3095[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.875
3096[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.875 queue head -1 ts N/A
3097[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.125333
3098[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.125333 queue head -1 ts N/A
3099[libx264 @ 000001c54e7588c0] frame= 311 QP=26.62 NAL=2 Slice:P Poc:22 I:0 P:515 SKIP:405 size=2428 bytes
3100[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.146667
3101[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.146667 queue head -1 ts N/A
3102[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
3103[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.916667
3104[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.916667 queue head -1 ts N/A
3105[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.168
3106[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.168 queue head -1 ts N/A
3107[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.189333
3108[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.189333 queue head -1 ts N/A
3109[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3110[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 14.958333
3111[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 14.958333 queue head -1 ts N/A
3112[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.210667
3113[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.210667 queue head -1 ts N/A
3114[libx264 @ 000001c54e7588c0] frame= 312 QP=25.54 NAL=2 Slice:P Poc:24 I:4 P:871 SKIP:45 size=5693 bytes
3115[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.232
3116[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.232 queue head -1 ts N/A
3117[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3118[libx264 @ 000001c54e7588c0] frame= 313 QP=25.14 NAL=2 Slice:P Poc:26 I:0 P:412 SKIP:508 size=2405 bytes
3119[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15
3120[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15 queue head -1 ts N/A
3121[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.253333
3122[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.253333 queue head -1 ts N/A
3123[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.274667
3124[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.274667 queue head -1 ts N/A
3125[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3126[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.041667
3127[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.041667 queue head -1 ts N/A
3128[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.296
3129[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.296 queue head -1 ts N/A
3130[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.317333
3131[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.317333 queue head -1 ts N/A
3132[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3133[libx264 @ 000001c54e7588c0] frame= 314 QP=24.45 NAL=2 Slice:P Poc:28 I:1 P:534 SKIP:385 size=3339 bytes
3134[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.083333
3135[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.083333 queue head -1 ts N/A
3136[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 15.000000
3137[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.338667
3138[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.338667 queue head -1 ts N/A
3139[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.36
3140[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.36 queue head -1 ts N/A
3141[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3142[libx264 @ 000001c54e7588c0] frame= 315 QP=25.56 NAL=2 Slice:P Poc:30 I:1 P:329 SKIP:590 size=1836 bytes
3143[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.125
3144[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.125 queue head -1 ts N/A
3145[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.381333
3146[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.381333 queue head -1 ts N/A
3147[libx264 @ 000001c54e7588c0] frame= 316 QP=25.00 NAL=2 Slice:P Poc:32 I:3 P:439 SKIP:478 size=2535 bytes
3148[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.402667
3149[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.402667 queue head -1 ts N/A
3150[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3151[libx264 @ 000001c54e7588c0] frame= 317 QP=24.91 NAL=2 Slice:P Poc:34 I:0 P:390 SKIP:530 size=2348 bytes
3152[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.166667
3153[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.166667 queue head -1 ts N/A
3154[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.424
3155[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.424 queue head -1 ts N/A
3156[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.445333
3157[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.445333 queue head -1 ts N/A
3158[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3159[libx264 @ 000001c54e7588c0] frame= 318 QP=23.62 NAL=2 Slice:P Poc:36 I:0 P:601 SKIP:319 size=4240 bytes
3160[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.208333
3161[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.208333 queue head -1 ts N/A
3162[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.466667
3163[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.466667 queue head -1 ts N/A
3164[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.488
3165[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.488 queue head -1 ts N/A
3166[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3167[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.25
3168[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.25 queue head -1 ts N/A
3169[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.509333
3170[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.509333 queue head -1 ts N/A
3171[libx264 @ 000001c54e7588c0] frame= 319 QP=24.49 NAL=2 Slice:P Poc:38 I:1 P:490 SKIP:429 size=2893 bytes
3172[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.530667
3173[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.530667 queue head -1 ts N/A
3174[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3175[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.291667
3176[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.291667 queue head -1 ts N/A
3177[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.552
3178[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.552 queue head -1 ts N/A
3179[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.573333
3180[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.573333 queue head -1 ts N/A
3181[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3182[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.333333
3183[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.333333 queue head -1 ts N/A
3184[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.594667
3185[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.594667 queue head -1 ts N/A
3186[libx264 @ 000001c54e7588c0] frame= 320 QP=24.53 NAL=2 Slice:P Poc:40 I:0 P:607 SKIP:313 size=3236 bytes
3187[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.616
3188[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.616 queue head -1 ts N/A
3189[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3190[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.375
3191[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.375 queue head -1 ts N/A
3192[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.637333
3193[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.637333 queue head -1 ts N/A
3194[libx264 @ 000001c54e7588c0] frame= 321 QP=25.12 NAL=2 Slice:P Poc:42 I:2 P:537 SKIP:381 size=2847 bytes
3195[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.658667
3196[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.658667 queue head -1 ts N/A
3197[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
3198[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.416667
3199[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.416667 queue head -1 ts N/A
3200[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.68
3201[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.68 queue head -1 ts N/A
3202[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3203[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.458333
3204[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.458333 queue head -1 ts N/A
3205[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.701333
3206[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.701333 queue head -1 ts N/A
3207[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.722667
3208[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.722667 queue head -1 ts N/A
3209[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3210[libx264 @ 000001c54e7588c0] frame= 322 QP=25.48 NAL=2 Slice:P Poc:44 I:0 P:566 SKIP:354 size=2589 bytes
3211[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.5
3212[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.5 queue head -1 ts N/A
3213[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.744
3214[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.744 queue head -1 ts N/A
3215[libx264 @ 000001c54e7588c0] frame= 323 QP=26.45 NAL=2 Slice:P Poc:46 I:0 P:336 SKIP:584 size=1737 bytes
3216[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.765333
3217[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.765333 queue head -1 ts N/A
3218[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3219[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.541667
3220[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.541667 queue head -1 ts N/A
3221[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.786667
3222[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.786667 queue head -1 ts N/A
3223[libx264 @ 000001c54e7588c0] frame= 324 QP=27.15 NAL=2 Slice:P Poc:48 I:3 P:665 SKIP:252 size=2582 bytes
3224[libx264 @ 000001c54e7588c0] frame= 325 QP=32.92 NAL=2 Slice:P Poc:50 I:0 P:106 SKIP:814 size=446 bytes
3225[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.808
3226[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.808 queue head -1 ts N/A
3227[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3228[libx264 @ 000001c54e7588c0] frame= 326 QP=29.56 NAL=2 Slice:P Poc:52 I:0 P:197 SKIP:723 size=980 bytes
3229[libx264 @ 000001c54e7588c0] frame= 327 QP=27.52 NAL=2 Slice:P Poc:54 I:0 P:314 SKIP:606 size=1468 bytes
3230[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.583333
3231[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.583333 queue head -1 ts N/A
3232[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.829333
3233[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.829333 queue head -1 ts N/A
3234[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.850667
3235[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.850667 queue head -1 ts N/A
3236[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3237[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.872
3238[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.872 queue head -1 ts N/A
3239[libx264 @ 000001c54e7588c0] frame= 328 QP=27.74 NAL=2 Slice:P Poc:56 I:0 P:366 SKIP:554 size=1710 bytes
3240[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.625
3241[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.625 queue head -1 ts N/A
3242[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.893333
3243[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.893333 queue head -1 ts N/A
3244[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3245[libx264 @ 000001c54e7588c0] frame= 329 QP=28.74 NAL=2 Slice:P Poc:58 I:0 P:352 SKIP:568 size=1490 bytes
3246[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.666667
3247[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.666667 queue head -1 ts N/A
3248[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.914667
3249[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.914667 queue head -1 ts N/A
3250[libx264 @ 000001c54e7588c0] frame= 330 QP=23.62 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=32241 bytes
3251[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.936
3252[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.936 queue head -1 ts N/A
3253[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3254[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.708333
3255[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.708333 queue head -1 ts N/A
3256[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.957333
3257[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.957333 queue head -1 ts N/A
3258[libx264 @ 000001c54e7588c0] frame= 331 QP=27.60 NAL=2 Slice:P Poc:2 I:1 P:345 SKIP:574 size=1171 bytes
3259[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 15.978667
3260[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 15.978667 queue head -1 ts N/A
3261[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3262[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.75
3263[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.75 queue head -1 ts N/A
3264[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16
3265[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16 queue head -1 ts N/A
3266[libx264 @ 000001c54e7588c0] frame= 332 QP=28.21 NAL=2 Slice:P Poc:4 I:2 P:429 SKIP:489 size=1705 bytes
3267[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.021333
3268[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.021333 queue head -1 ts N/A
3269[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3270[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.791667
3271[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.791667 queue head -1 ts N/A
3272[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.042667
3273[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.042667 queue head -1 ts N/A
3274[libx264 @ 000001c54e7588c0] frame= 333 QP=27.60 NAL=2 Slice:P Poc:6 I:0 P:432 SKIP:488 size=1892 bytes
3275[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.064
3276[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.064 queue head -1 ts N/A
3277[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3278[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.833333
3279[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.833333 queue head -1 ts N/A
3280[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.085333
3281[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.085333 queue head -1 ts N/A
3282[libx264 @ 000001c54e7588c0] frame= 334 QP=27.27 NAL=2 Slice:P Poc:8 I:0 P:539 SKIP:381 size=2365 bytes
3283[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.106667
3284[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.106667 queue head -1 ts N/A
3285[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3286[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.875
3287[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.875 queue head -1 ts N/A
3288[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.128
3289[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.128 queue head -1 ts N/A
3290[libx264 @ 000001c54e7588c0] frame= 335 QP=25.64 NAL=2 Slice:P Poc:10 I:1 P:630 SKIP:289 size=3441 bytes
3291[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.149333
3292[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.149333 queue head -1 ts N/A
3293[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
3294[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.916667
3295[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.916667 queue head -1 ts N/A
3296[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.170667
3297[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.170667 queue head -1 ts N/A
3298[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.192
3299[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.192 queue head -1 ts N/A
3300[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3301[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 15.958333
3302[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 15.958333 queue head -1 ts N/A
3303[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.213333
3304[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.213333 queue head -1 ts N/A
3305[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.234667
3306[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.234667 queue head -1 ts N/A
3307[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3308[libx264 @ 000001c54e7588c0] frame= 336 QP=25.11 NAL=2 Slice:P Poc:12 I:5 P:891 SKIP:24 size=6185 bytes
3309[libx264 @ 000001c54e7588c0] frame= 337 QP=25.76 NAL=2 Slice:P Poc:14 I:0 P:293 SKIP:627 size=1607 bytes
3310[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16
3311[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16 queue head -1 ts N/A
3312[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.256
3313[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.256 queue head -1 ts N/A
3314[libx264 @ 000001c54e7588c0] frame= 338 QP=30.09 NAL=2 Slice:P Poc:16 I:0 P:166 SKIP:754 size=787 bytes
3315[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.277333
3316[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.277333 queue head -1 ts N/A
3317[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3318[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.041667
3319[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.041667 queue head -1 ts N/A
3320[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.298667
3321[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.298667 queue head -1 ts N/A
3322[libx264 @ 000001c54e7588c0] frame= 339 QP=29.85 NAL=2 Slice:P Poc:18 I:0 P:224 SKIP:696 size=990 bytes
3323[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.32
3324[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.32 queue head -1 ts N/A
3325[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3326[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.083333
3327[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.083333 queue head -1 ts N/A
3328[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.341333
3329[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.341333 queue head -1 ts N/A
3330[libx264 @ 000001c54e7588c0] frame= 340 QP=28.41 NAL=2 Slice:P Poc:20 I:1 P:301 SKIP:618 size=1284 bytes
3331[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.362667
3332[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.362667 queue head -1 ts N/A
3333[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3334[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.125
3335[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.125 queue head -1 ts N/A
3336[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.384
3337[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.384 queue head -1 ts N/A
3338[libx264 @ 000001c54e7588c0] frame= 341 QP=27.80 NAL=2 Slice:P Poc:22 I:0 P:367 SKIP:553 size=1548 bytes
3339[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.405333
3340[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.405333 queue head -1 ts N/A
3341[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3342[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.166667
3343[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.166667 queue head -1 ts N/A
3344[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.426667
3345[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.426667 queue head -1 ts N/A
3346[libx264 @ 000001c54e7588c0] frame= 342 QP=24.65 NAL=2 Slice:P Poc:24 I:2 P:584 SKIP:334 size=3682 bytes
3347[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.448
3348[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.448 queue head -1 ts N/A
3349[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3350[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.208333
3351[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.208333 queue head -1 ts N/A
3352[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.469333
3353[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.469333 queue head -1 ts N/A
3354[libx264 @ 000001c54e7588c0] frame= 343 QP=24.74 NAL=2 Slice:P Poc:26 I:2 P:636 SKIP:282 size=3570 bytes
3355[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.490667
3356[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.490667 queue head -1 ts N/A
3357[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3358[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.25
3359[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.25 queue head -1 ts N/A
3360[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.512
3361[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.512 queue head -1 ts N/A
3362[libx264 @ 000001c54e7588c0] frame= 344 QP=25.60 NAL=2 Slice:P Poc:28 I:0 P:513 SKIP:407 size=2461 bytes
3363[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.533333
3364[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.533333 queue head -1 ts N/A
3365[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3366[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.554667
3367[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.554667 queue head -1 ts N/A
3368[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3369[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.291667
3370[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.291667 queue head -1 ts N/A
3371[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.576
3372[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.576 queue head -1 ts N/A
3373[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 16.250000
3374[libx264 @ 000001c54e7588c0] frame= 345 QP=26.12 NAL=2 Slice:P Poc:30 I:0 P:433 SKIP:487 size=2197 bytes
3375[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.333333
3376[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.333333 queue head -1 ts N/A
3377[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.597333
3378[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.597333 queue head -1 ts N/A
3379[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3380[libx264 @ 000001c54e7588c0] frame= 346 QP=28.14 NAL=2 Slice:P Poc:32 I:0 P:372 SKIP:548 size=1362 bytes
3381[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.375
3382[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.375 queue head -1 ts N/A
3383[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.618667
3384[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.618667 queue head -1 ts N/A
3385[libx264 @ 000001c54e7588c0] frame= 347 QP=27.33 NAL=2 Slice:P Poc:34 I:0 P:537 SKIP:383 size=2075 bytes
3386[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.64
3387[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.64 queue head -1 ts N/A
3388[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
3389[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.416667
3390[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.416667 queue head -1 ts N/A
3391[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.661333
3392[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.661333 queue head -1 ts N/A
3393[libx264 @ 000001c54e7588c0] frame= 348 QP=27.38 NAL=2 Slice:P Poc:36 I:1 P:705 SKIP:214 size=2779 bytes
3394[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.682667
3395[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.682667 queue head -1 ts N/A
3396[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3397[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.458333
3398[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.458333 queue head -1 ts N/A
3399[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.704
3400[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.704 queue head -1 ts N/A
3401[libx264 @ 000001c54e7588c0] frame= 349 QP=26.17 NAL=2 Slice:P Poc:38 I:1 P:458 SKIP:461 size=2341 bytes
3402[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.725333
3403[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.725333 queue head -1 ts N/A
3404[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3405[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.5
3406[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.5 queue head -1 ts N/A
3407[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.746667
3408[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.746667 queue head -1 ts N/A
3409[libx264 @ 000001c54e7588c0] frame= 350 QP=25.68 NAL=2 Slice:P Poc:40 I:0 P:455 SKIP:465 size=2578 bytes
3410[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.768
3411[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.768 queue head -1 ts N/A
3412[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3413[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.789333
3414[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.789333 queue head -1 ts N/A
3415[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.541667
3416[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.541667 queue head -1 ts N/A
3417[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.810667
3418[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3419[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.810667 queue head -1 ts N/A
3420[libx264 @ 000001c54e7588c0] frame= 351 QP=25.18 NAL=2 Slice:P Poc:42 I:1 P:468 SKIP:451 size=2741 bytes
3421[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.832
3422[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.832 queue head -1 ts N/A
3423[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.583333
3424[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.583333 queue head -1 ts N/A
3425[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.853333
3426[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.853333 queue head -1 ts N/A
3427[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3428[libx264 @ 000001c54e7588c0] frame= 352 QP=26.24 NAL=2 Slice:P Poc:44 I:0 P:357 SKIP:563 size=1816 bytes
3429[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.625
3430[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.625 queue head -1 ts N/A
3431[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.874667
3432[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.874667 queue head -1 ts N/A
3433[libx264 @ 000001c54e7588c0] frame= 353 QP=28.41 NAL=2 Slice:P Poc:46 I:0 P:324 SKIP:596 size=1178 bytes
3434[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.896
3435[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.896 queue head -1 ts N/A
3436[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3437[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.666667
3438[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.666667 queue head -1 ts N/A
3439[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.917333
3440[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.917333 queue head -1 ts N/A
3441[libx264 @ 000001c54e7588c0] frame= 354 QP=27.44 NAL=2 Slice:P Poc:48 I:1 P:473 SKIP:446 size=1915 bytes
3442[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.938667
3443[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.938667 queue head -1 ts N/A
3444[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3445[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.708333
3446[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.708333 queue head -1 ts N/A
3447[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.96
3448[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.96 queue head -1 ts N/A
3449[libx264 @ 000001c54e7588c0] frame= 355 QP=26.42 NAL=2 Slice:P Poc:50 I:0 P:448 SKIP:472 size=2283 bytes
3450[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 16.981333
3451[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 16.981333 queue head -1 ts N/A
3452[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3453[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.75
3454[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.75 queue head -1 ts N/A
3455[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.002667
3456[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.002667 queue head -1 ts N/A
3457[libx264 @ 000001c54e7588c0] frame= 356 QP=25.77 NAL=2 Slice:P Poc:52 I:1 P:579 SKIP:340 size=2917 bytes
3458[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.024
3459[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.024 queue head -1 ts N/A
3460[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3461[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.791667
3462[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.791667 queue head -1 ts N/A
3463[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.045333
3464[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.045333 queue head -1 ts N/A
3465[libx264 @ 000001c54e7588c0] frame= 357 QP=25.06 NAL=2 Slice:P Poc:54 I:1 P:580 SKIP:339 size=3377 bytes
3466[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.066667
3467[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.066667 queue head -1 ts N/A
3468[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3469[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.833333
3470[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.833333 queue head -1 ts N/A
3471[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.088
3472[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.088 queue head -1 ts N/A
3473[libx264 @ 000001c54e7588c0] frame= 358 QP=24.70 NAL=2 Slice:P Poc:56 I:0 P:685 SKIP:235 size=3966 bytes
3474[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.109333
3475[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.109333 queue head -1 ts N/A
3476[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3477[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.875
3478[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.875 queue head -1 ts N/A
3479[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.130667
3480[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.130667 queue head -1 ts N/A
3481[libx264 @ 000001c54e7588c0] frame= 359 QP=24.37 NAL=2 Slice:P Poc:58 I:1 P:591 SKIP:328 size=3712 bytes
3482[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.152
3483[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.152 queue head -1 ts N/A
3484[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
3485[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.916667
3486[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.916667 queue head -1 ts N/A
3487[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.173333
3488[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.173333 queue head -1 ts N/A
3489[libx264 @ 000001c54e7588c0] frame= 360 QP=22.79 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=35021 bytes
3490[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.194667
3491[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.194667 queue head -1 ts N/A
3492[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3493[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 16.958333
3494[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 16.958333 queue head -1 ts N/A
3495[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.216
3496[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.216 queue head -1 ts N/A
3497[libx264 @ 000001c54e7588c0] frame= 361 QP=30.64 NAL=2 Slice:P Poc:2 I:0 P:97 SKIP:823 size=421 bytes
3498[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.237333
3499[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.237333 queue head -1 ts N/A
3500[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3501[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17
3502[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17 queue head -1 ts N/A
3503[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.258667
3504[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.258667 queue head -1 ts N/A
3505[libx264 @ 000001c54e7588c0] frame= 362 QP=30.78 NAL=2 Slice:P Poc:4 I:0 P:183 SKIP:737 size=857 bytes
3506[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.28
3507[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.28 queue head -1 ts N/A
3508[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3509[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.041667
3510[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.041667 queue head -1 ts N/A
3511[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.301333
3512[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.301333 queue head -1 ts N/A
3513[libx264 @ 000001c54e7588c0] frame= 363 QP=28.73 NAL=2 Slice:P Poc:6 I:0 P:203 SKIP:717 size=1110 bytes
3514[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.322667
3515[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.322667 queue head -1 ts N/A
3516[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3517[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.083333
3518[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.083333 queue head -1 ts N/A
3519[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.344
3520[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.344 queue head -1 ts N/A
3521[libx264 @ 000001c54e7588c0] frame= 364 QP=24.93 NAL=2 Slice:P Poc:8 I:3 P:405 SKIP:512 size=2401 bytes
3522[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.365333
3523[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.365333 queue head -1 ts N/A
3524[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3525[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.125
3526[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.125 queue head -1 ts N/A
3527[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.386667
3528[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.386667 queue head -1 ts N/A
3529[libx264 @ 000001c54e7588c0] frame= 365 QP=24.95 NAL=2 Slice:P Poc:10 I:0 P:419 SKIP:501 size=2300 bytes
3530[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.408
3531[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.408 queue head -1 ts N/A
3532[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3533[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.429333
3534[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.429333 queue head -1 ts N/A
3535[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3536[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.166667
3537[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.166667 queue head -1 ts N/A
3538[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.450667
3539[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.450667 queue head -1 ts N/A
3540[libx264 @ 000001c54e7588c0] frame= 366 QP=25.61 NAL=2 Slice:P Poc:12 I:1 P:457 SKIP:462 size=2570 bytes
3541[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.208333
3542[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.208333 queue head -1 ts N/A
3543[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.472
3544[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.472 queue head -1 ts N/A
3545[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3546[libx264 @ 000001c54e7588c0] frame= 367 QP=25.66 NAL=2 Slice:P Poc:14 I:0 P:493 SKIP:427 size=2590 bytes
3547[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.25
3548[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.25 queue head -1 ts N/A
3549[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.493333
3550[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.493333 queue head -1 ts N/A
3551[libx264 @ 000001c54e7588c0] frame= 368 QP=26.82 NAL=2 Slice:P Poc:16 I:0 P:445 SKIP:475 size=1919 bytes
3552[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.514667
3553[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.514667 queue head -1 ts N/A
3554[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3555[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.291667
3556[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.291667 queue head -1 ts N/A
3557[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.536
3558[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.536 queue head -1 ts N/A
3559[libx264 @ 000001c54e7588c0] frame= 369 QP=26.49 NAL=2 Slice:P Poc:18 I:1 P:517 SKIP:402 size=2402 bytes
3560[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.557333
3561[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.557333 queue head -1 ts N/A
3562[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3563[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.333333
3564[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.333333 queue head -1 ts N/A
3565[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.578667
3566[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.578667 queue head -1 ts N/A
3567[libx264 @ 000001c54e7588c0] frame= 370 QP=27.52 NAL=2 Slice:P Poc:20 I:1 P:384 SKIP:535 size=1772 bytes
3568[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.6
3569[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.6 queue head -1 ts N/A
3570[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3571[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.375
3572[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.375 queue head -1 ts N/A
3573[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.621333
3574[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.621333 queue head -1 ts N/A
3575[libx264 @ 000001c54e7588c0] frame= 371 QP=26.76 NAL=2 Slice:P Poc:22 I:1 P:502 SKIP:417 size=2464 bytes
3576[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.642667
3577[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.642667 queue head -1 ts N/A
3578[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
3579[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.416667
3580[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.416667 queue head -1 ts N/A
3581[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.664
3582[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.664 queue head -1 ts N/A
3583[libx264 @ 000001c54e7588c0] frame= 372 QP=25.39 NAL=2 Slice:P Poc:24 I:8 P:861 SKIP:51 size=5688 bytes
3584[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.685333
3585[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.685333 queue head -1 ts N/A
3586[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3587[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.706667
3588[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.706667 queue head -1 ts N/A
3589[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.458333
3590[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.458333 queue head -1 ts N/A
3591[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.728
3592[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.728 queue head -1 ts N/A
3593[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3594[libx264 @ 000001c54e7588c0] frame= 373 QP=24.78 NAL=2 Slice:P Poc:26 I:0 P:458 SKIP:462 size=2864 bytes
3595[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.5
3596[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.5 queue head -1 ts N/A
3597[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.749333
3598[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.749333 queue head -1 ts N/A
3599[libx264 @ 000001c54e7588c0] frame= 374 QP=25.97 NAL=2 Slice:P Poc:28 I:1 P:233 SKIP:686 size=1689 bytes
3600[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.770667
3601[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.770667 queue head -1 ts N/A
3602[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3603[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.541667
3604[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.541667 queue head -1 ts N/A
3605[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 17.500000
3606[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.792
3607[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.792 queue head -1 ts N/A
3608[libx264 @ 000001c54e7588c0] frame= 375 QP=27.21 NAL=2 Slice:P Poc:30 I:0 P:256 SKIP:664 size=1534 bytes
3609[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.813333
3610[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.813333 queue head -1 ts N/A
3611[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3612[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.583333
3613[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.583333 queue head -1 ts N/A
3614[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.834667
3615[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.834667 queue head -1 ts N/A
3616[libx264 @ 000001c54e7588c0] frame= 376 QP=28.05 NAL=2 Slice:P Poc:32 I:1 P:258 SKIP:661 size=1324 bytes
3617[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.856
3618[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.856 queue head -1 ts N/A
3619[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3620[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.625
3621[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.625 queue head -1 ts N/A
3622[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.877333
3623[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.877333 queue head -1 ts N/A
3624[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.898667
3625[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.898667 queue head -1 ts N/A
3626[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3627[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.666667
3628[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.666667 queue head -1 ts N/A
3629[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.92
3630[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.92 queue head -1 ts N/A
3631[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.941333
3632[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.941333 queue head -1 ts N/A
3633[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3634[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.708333
3635[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.708333 queue head -1 ts N/A
3636[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.962667
3637[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.962667 queue head -1 ts N/A
3638[libx264 @ 000001c54e7588c0] frame= 377 QP=20.72 NAL=2 Slice:P Poc:40 I:920 P:0 SKIP:0 size=12434 bytes
3639[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 17.984
3640[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 17.984 queue head -1 ts N/A
3641[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3642[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.75
3643[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.75 queue head -1 ts N/A
3644[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.005333
3645[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.005333 queue head -1 ts N/A
3646[libx264 @ 000001c54e7588c0] frame= 378 QP=22.88 NAL=2 Slice:B Poc:36 I:43 P:204 SKIP:673 size=532 bytes
3647[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.026667
3648[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.026667 queue head -1 ts N/A
3649[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3650[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.791667
3651[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.791667 queue head -1 ts N/A
3652[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.048
3653[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.048 queue head -1 ts N/A
3654[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.069333
3655[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.069333 queue head -1 ts N/A
3656[libx264 @ 000001c54e7588c0] frame= 379 QP=31.77 NAL=0 Slice:B Poc:34 I:2 P:366 SKIP:552 size=787 bytes
3657[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3658[libx264 @ 000001c54e7588c0] frame= 380 QP=22.18 NAL=0 Slice:B Poc:38 I:3 P:113 SKIP:804 size=205 bytes
3659[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.833333
3660[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.833333 queue head -1 ts N/A
3661[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.090667
3662[libx264 @ 000001c54e7588c0] frame= 381 QP=20.47 NAL=2 Slice:P Poc:44 I:20 P:466 SKIP:434 size=1872 bytes
3663[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.090667 queue head -1 ts N/A
3664[libx264 @ 000001c54e7588c0] frame= 382 QP=22.51 NAL=0 Slice:B Poc:42 I:1 P:52 SKIP:867 size=90 bytes
3665[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.112
3666[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.112 queue head -1 ts N/A
3667[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3668[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.875
3669[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.875 queue head -1 ts N/A
3670[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.133333
3671[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.133333 queue head -1 ts N/A
3672[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.154667
3673[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.154667 queue head -1 ts N/A
3674[libx264 @ 000001c54e7588c0] frame= 383 QP=18.10 NAL=2 Slice:P Poc:48 I:205 P:659 SKIP:56 size=6067 bytes
3675[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
3676[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.916667
3677[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.916667 queue head -1 ts N/A
3678[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.176
3679[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.176 queue head -1 ts N/A
3680[libx264 @ 000001c54e7588c0] frame= 384 QP=21.74 NAL=0 Slice:B Poc:46 I:9 P:185 SKIP:726 size=340 bytes
3681[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.197333
3682[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.197333 queue head -1 ts N/A
3683[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3684[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 17.958333
3685[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 17.958333 queue head -1 ts N/A
3686[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.218667
3687[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.218667 queue head -1 ts N/A
3688[libx264 @ 000001c54e7588c0] frame= 385 QP=21.15 NAL=2 Slice:P Poc:50 I:4 P:256 SKIP:660 size=925 bytes
3689[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.24
3690[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.24 queue head -1 ts N/A
3691[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3692[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18
3693[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18 queue head -1 ts N/A
3694[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.261333
3695[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.261333 queue head -1 ts N/A
3696[libx264 @ 000001c54e7588c0] frame= 386 QP=20.06 NAL=2 Slice:P Poc:58 I:83 P:288 SKIP:549 size=2995 bytes
3697[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.282667
3698[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.282667 queue head -1 ts N/A
3699[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3700[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.041667
3701[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.041667 queue head -1 ts N/A
3702[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.304
3703[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.304 queue head -1 ts N/A
3704[libx264 @ 000001c54e7588c0] frame= 387 QP=22.53 NAL=2 Slice:B Poc:54 I:24 P:208 SKIP:688 size=1362 bytes
3705[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.325333
3706[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.325333 queue head -1 ts N/A
3707[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3708[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.083333
3709[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.083333 queue head -1 ts N/A
3710[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.346667
3711[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3712[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.346667 queue head -1 ts N/A
3713[libx264 @ 000001c54e7588c0] frame= 388 QP=26.35 NAL=0 Slice:B Poc:52 I:8 P:153 SKIP:759 size=695 bytes
3714[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.125
3715[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.125 queue head -1 ts N/A
3716[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.368
3717[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.368 queue head -1 ts N/A
3718[libx264 @ 000001c54e7588c0] frame= 389 QP=23.51 NAL=0 Slice:B Poc:56 I:4 P:176 SKIP:740 size=709 bytes
3719[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.389333
3720[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.389333 queue head -1 ts N/A
3721[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3722[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.166667
3723[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.166667 queue head -1 ts N/A
3724[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.410667
3725[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.410667 queue head -1 ts N/A
3726[libx264 @ 000001c54e7588c0] frame= 390 QP=17.21 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=17784 bytes
3727[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.432
3728[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.432 queue head -1 ts N/A
3729[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3730[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.208333
3731[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.208333 queue head -1 ts N/A
3732[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.453333
3733[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.453333 queue head -1 ts N/A
3734[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.474667
3735[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.474667 queue head -1 ts N/A
3736[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3737[libx264 @ 000001c54e7588c0] frame= 391 QP=20.54 NAL=2 Slice:P Poc:2 I:26 P:349 SKIP:545 size=2049 bytes
3738[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.25
3739[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.25 queue head -1 ts N/A
3740[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.496
3741[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.496 queue head -1 ts N/A
3742[libx264 @ 000001c54e7588c0] frame= 392 QP=21.62 NAL=2 Slice:P Poc:4 I:9 P:309 SKIP:602 size=2123 bytes
3743[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.517333
3744[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.517333 queue head -1 ts N/A
3745[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3746[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.291667
3747[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.291667 queue head -1 ts N/A
3748[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.538667
3749[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.538667 queue head -1 ts N/A
3750[libx264 @ 000001c54e7588c0] frame= 393 QP=21.00 NAL=2 Slice:P Poc:6 I:44 P:305 SKIP:571 size=3632 bytes
3751[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.56
3752[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.56 queue head -1 ts N/A
3753[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3754[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.333333
3755[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.333333 queue head -1 ts N/A
3756[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.581333
3757[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.581333 queue head -1 ts N/A
3758[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.602667
3759[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.602667 queue head -1 ts N/A
3760[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3761[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.375
3762[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.375 queue head -1 ts N/A
3763[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.624
3764[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.624 queue head -1 ts N/A
3765[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.645333
3766[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.645333 queue head -1 ts N/A
3767[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
3768[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.416667
3769[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.416667 queue head -1 ts N/A
3770[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.666667
3771[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.666667 queue head -1 ts N/A
3772[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.688
3773[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.688 queue head -1 ts N/A
3774[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3775[libx264 @ 000001c54e7588c0] frame= 394 QP=20.03 NAL=2 Slice:P Poc:8 I:19 P:309 SKIP:592 size=3155 bytes
3776[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.458333
3777[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.458333 queue head -1 ts N/A
3778[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.709333
3779[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.709333 queue head -1 ts N/A
3780[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.730667
3781[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.730667 queue head -1 ts N/A
3782[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3783[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.5
3784[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.5 queue head -1 ts N/A
3785[libx264 @ 000001c54e7588c0] frame= 395 QP=17.92 NAL=2 Slice:P Poc:12 I:122 P:675 SKIP:123 size=5829 bytes
3786[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.752
3787[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.752 queue head -1 ts N/A
3788[libx264 @ 000001c54e7588c0] frame= 396 QP=23.23 NAL=0 Slice:B Poc:10 I:6 P:201 SKIP:713 size=570 bytes
3789[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.773333
3790[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.773333 queue head -1 ts N/A
3791[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3792[libx264 @ 000001c54e7588c0] frame= 397 QP=19.73 NAL=2 Slice:P Poc:20 I:15 P:401 SKIP:504 size=2230 bytes
3793[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.541667
3794[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.541667 queue head -1 ts N/A
3795[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.794667
3796[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.794667 queue head -1 ts N/A
3797[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.816
3798[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.816 queue head -1 ts N/A
3799[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3800[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.583333
3801[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.583333 queue head -1 ts N/A
3802[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.837333
3803[libx264 @ 000001c54e7588c0] frame= 398 QP=22.98 NAL=2 Slice:B Poc:16 I:2 P:172 SKIP:746 size=483 bytes
3804[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.837333 queue head -1 ts N/A
3805[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.858667
3806[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.858667 queue head -1 ts N/A
3807[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3808[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.625
3809[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.625 queue head -1 ts N/A
3810[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.88
3811[libx264 @ 000001c54e7588c0] frame= 399 QP=23.11 NAL=0 Slice:B Poc:14 I:2 P:112 SKIP:806 size=293 bytes
3812[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.88 queue head -1 ts N/A
3813[libx264 @ 000001c54e7588c0] frame= 400 QP=27.96 NAL=0 Slice:B Poc:18 I:2 P:95 SKIP:823 size=226 bytes
3814[libx264 @ 000001c54e7588c0] frame= 401 QP=20.19 NAL=2 Slice:P Poc:26 I:9 P:315 SKIP:596 size=1670 bytes
3815[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.901333
3816[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.901333 queue head -1 ts N/A
3817[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3818[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.666667
3819[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.666667 queue head -1 ts N/A
3820[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.922667
3821[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.922667 queue head -1 ts N/A
3822[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.944
3823[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.944 queue head -1 ts N/A
3824[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3825[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.708333
3826[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.708333 queue head -1 ts N/A
3827[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.965333
3828[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.965333 queue head -1 ts N/A
3829[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 18.986667
3830[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 18.986667 queue head -1 ts N/A
3831[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3832[libx264 @ 000001c54e7588c0] frame= 402 QP=24.45 NAL=2 Slice:B Poc:22 I:3 P:89 SKIP:828 size=255 bytes
3833[libx264 @ 000001c54e7588c0] frame= 403 QP=25.55 NAL=0 Slice:B Poc:24 I:1 P:61 SKIP:858 size=156 bytes
3834[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.75
3835[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.75 queue head -1 ts N/A
3836[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.008
3837[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.008 queue head -1 ts N/A
3838[libx264 @ 000001c54e7588c0] frame= 404 QP=21.37 NAL=2 Slice:P Poc:34 I:11 P:264 SKIP:645 size=1779 bytes
3839[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.029333
3840[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.029333 queue head -1 ts N/A
3841[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3842[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.791667
3843[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.791667 queue head -1 ts N/A
3844[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.050667
3845[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.050667 queue head -1 ts N/A
3846[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 18.750000
3847[libx264 @ 000001c54e7588c0] frame= 405 QP=25.69 NAL=2 Slice:B Poc:30 I:2 P:123 SKIP:795 size=440 bytes
3848[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.072
3849[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.072 queue head -1 ts N/A
3850[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3851[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.833333
3852[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.833333 queue head -1 ts N/A
3853[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.093333
3854[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.093333 queue head -1 ts N/A
3855[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.114667
3856[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.114667 queue head -1 ts N/A
3857[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3858[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.875
3859[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.875 queue head -1 ts N/A
3860[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.136
3861[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.136 queue head -1 ts N/A
3862[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.157333
3863[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.157333 queue head -1 ts N/A
3864[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
3865[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.916667
3866[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.916667 queue head -1 ts N/A
3867[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.178667
3868[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.178667 queue head -1 ts N/A
3869[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.2
3870[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.2 queue head -1 ts N/A
3871[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3872[libx264 @ 000001c54e7588c0] frame= 406 QP=25.87 NAL=0 Slice:B Poc:28 I:1 P:54 SKIP:865 size=149 bytes
3873[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 18.958333
3874[libx264 @ 000001c54e7588c0] frame= 407 QP=25.42 NAL=0 Slice:B Poc:32 I:0 P:47 SKIP:873 size=127 bytes
3875[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 18.958333 queue head -1 ts N/A
3876[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.221333
3877[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.221333 queue head -1 ts N/A
3878[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3879[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19
3880[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19 queue head -1 ts N/A
3881[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.242667
3882[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.242667 queue head -1 ts N/A
3883[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.264
3884[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.264 queue head -1 ts N/A
3885[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3886[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.041667
3887[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.041667 queue head -1 ts N/A
3888[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.285333
3889[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.285333 queue head -1 ts N/A
3890[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.306667
3891[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.306667 queue head -1 ts N/A
3892[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3893[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.083333
3894[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.083333 queue head -1 ts N/A
3895[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.328
3896[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.328 queue head -1 ts N/A
3897[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.349333
3898[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.349333 queue head -1 ts N/A
3899[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3900[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.125
3901[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.125 queue head -1 ts N/A
3902[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.370667
3903[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.370667 queue head -1 ts N/A
3904[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.392
3905[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.392 queue head -1 ts N/A
3906[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3907[libx264 @ 000001c54e7588c0] frame= 408 QP=18.05 NAL=2 Slice:P Poc:36 I:101 P:632 SKIP:187 size=3598 bytes
3908[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.413333
3909[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.413333 queue head -1 ts N/A
3910[libx264 @ 000001c54e7588c0] frame= 409 QP=19.93 NAL=2 Slice:P Poc:42 I:10 P:279 SKIP:631 size=1194 bytes
3911[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.166667
3912[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.166667 queue head -1 ts N/A
3913[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.434667
3914[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.434667 queue head -1 ts N/A
3915[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3916[libx264 @ 000001c54e7588c0] frame= 410 QP=21.20 NAL=2 Slice:B Poc:38 I:2 P:61 SKIP:857 size=206 bytes
3917[libx264 @ 000001c54e7588c0] frame= 411 QP=25.42 NAL=0 Slice:B Poc:40 I:2 P:44 SKIP:874 size=137 bytes
3918[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.208333
3919[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.208333 queue head -1 ts N/A
3920[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.456
3921[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.456 queue head -1 ts N/A
3922[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.477333
3923[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.477333 queue head -1 ts N/A
3924[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3925[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.25
3926[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.25 queue head -1 ts N/A
3927[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.498667
3928[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.498667 queue head -1 ts N/A
3929[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.52
3930[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.52 queue head -1 ts N/A
3931[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3932[libx264 @ 000001c54e7588c0] frame= 412 QP=21.07 NAL=2 Slice:P Poc:50 I:13 P:351 SKIP:556 size=1691 bytes
3933[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.541333
3934[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.541333 queue head -1 ts N/A
3935[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.291667
3936[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.291667 queue head -1 ts N/A
3937[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.562667
3938[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.562667 queue head -1 ts N/A
3939[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3940[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.584
3941[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.584 queue head -1 ts N/A
3942[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.333333
3943[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.333333 queue head -1 ts N/A
3944[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.605333
3945[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.605333 queue head -1 ts N/A
3946[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3947[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.626667
3948[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.626667 queue head -1 ts N/A
3949[libx264 @ 000001c54e7588c0] frame= 413 QP=21.75 NAL=2 Slice:B Poc:46 I:3 P:184 SKIP:733 size=567 bytes
3950[libx264 @ 000001c54e7588c0] frame= 414 QP=24.80 NAL=0 Slice:B Poc:44 I:0 P:46 SKIP:874 size=126 bytes
3951[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.375
3952[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.375 queue head -1 ts N/A
3953[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.648
3954[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.648 queue head -1 ts N/A
3955[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
3956[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.669333
3957[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.669333 queue head -1 ts N/A
3958[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.416667
3959[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.416667 queue head -1 ts N/A
3960[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.690667
3961[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3962[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.690667 queue head -1 ts N/A
3963[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.458333
3964[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.458333 queue head -1 ts N/A
3965[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.712
3966[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.712 queue head -1 ts N/A
3967[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.733333
3968[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.733333 queue head -1 ts N/A
3969[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3970[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.5
3971[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.5 queue head -1 ts N/A
3972[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.754667
3973[libx264 @ 000001c54e7588c0] frame= 415 QP=28.02 NAL=0 Slice:B Poc:48 I:2 P:121 SKIP:797 size=275 bytes
3974[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.754667 queue head -1 ts N/A
3975[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.776
3976[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.776 queue head -1 ts N/A
3977[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3978[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.541667
3979[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.541667 queue head -1 ts N/A
3980[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.797333
3981[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.797333 queue head -1 ts N/A
3982[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.818667
3983[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.818667 queue head -1 ts N/A
3984[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3985[libx264 @ 000001c54e7588c0] frame= 416 QP=22.06 NAL=2 Slice:P Poc:58 I:50 P:259 SKIP:611 size=2919 bytes
3986[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.583333
3987[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.583333 queue head -1 ts N/A
3988[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.84
3989[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.84 queue head -1 ts N/A
3990[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.861333
3991[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.861333 queue head -1 ts N/A
3992[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
3993[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.625
3994[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.625 queue head -1 ts N/A
3995[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.882667
3996[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.882667 queue head -1 ts N/A
3997[libx264 @ 000001c54e7588c0] frame= 417 QP=22.84 NAL=2 Slice:B Poc:54 I:19 P:197 SKIP:704 size=1487 bytes
3998[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.904
3999[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.904 queue head -1 ts N/A
4000[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4001[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.666667
4002[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.666667 queue head -1 ts N/A
4003[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.925333
4004[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.925333 queue head -1 ts N/A
4005[libx264 @ 000001c54e7588c0] frame= 418 QP=23.65 NAL=0 Slice:B Poc:52 I:5 P:183 SKIP:732 size=799 bytes
4006[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.946667
4007[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.946667 queue head -1 ts N/A
4008[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4009[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.708333
4010[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.708333 queue head -1 ts N/A
4011[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.968
4012[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.968 queue head -1 ts N/A
4013[libx264 @ 000001c54e7588c0] frame= 419 QP=25.69 NAL=0 Slice:B Poc:56 I:5 P:145 SKIP:770 size=558 bytes
4014[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 19.989333
4015[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 19.989333 queue head -1 ts N/A
4016[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4017[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.75
4018[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.75 queue head -1 ts N/A
4019[libx264 @ 000001c54e7588c0] frame= 420 QP=16.48 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=20787 bytes
4020[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.010667
4021[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.010667 queue head -1 ts N/A
4022[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.032
4023[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.032 queue head -1 ts N/A
4024[libx264 @ 000001c54e7588c0] frame= 421 QP=21.18 NAL=2 Slice:P Poc:2 I:40 P:291 SKIP:589 size=2089 bytes
4025[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4026[libx264 @ 000001c54e7588c0] frame= 422 QP=21.99 NAL=2 Slice:P Poc:4 I:33 P:293 SKIP:594 size=2445 bytes
4027[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.791667
4028[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.791667 queue head -1 ts N/A
4029[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.053333
4030[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.053333 queue head -1 ts N/A
4031[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.074667
4032[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.074667 queue head -1 ts N/A
4033[libx264 @ 000001c54e7588c0] frame= 423 QP=20.78 NAL=2 Slice:P Poc:8 I:26 P:417 SKIP:477 size=2827 bytes
4034[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4035[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.833333
4036[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.833333 queue head -1 ts N/A
4037[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.096
4038[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.096 queue head -1 ts N/A
4039[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4040[libx264 @ 000001c54e7588c0] frame= 424 QP=24.62 NAL=0 Slice:B Poc:6 I:6 P:236 SKIP:678 size=755 bytes
4041[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.875
4042[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.875 queue head -1 ts N/A
4043[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.117333
4044[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.117333 queue head -1 ts N/A
4045[libx264 @ 000001c54e7588c0] frame= 425 QP=21.12 NAL=2 Slice:P Poc:10 I:6 P:358 SKIP:556 size=1667 bytes
4046[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.138667
4047[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.138667 queue head -1 ts N/A
4048[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
4049[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.916667
4050[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.916667 queue head -1 ts N/A
4051[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.16
4052[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.16 queue head -1 ts N/A
4053[libx264 @ 000001c54e7588c0] frame= 426 QP=22.31 NAL=2 Slice:P Poc:12 I:5 P:348 SKIP:567 size=1742 bytes
4054[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.181333
4055[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.181333 queue head -1 ts N/A
4056[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4057[libx264 @ 000001c54e7588c0] frame= 427 QP=22.08 NAL=2 Slice:P Poc:14 I:5 P:287 SKIP:628 size=1372 bytes
4058[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 19.958333
4059[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 19.958333 queue head -1 ts N/A
4060[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.202667
4061[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.202667 queue head -1 ts N/A
4062[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.224
4063[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.224 queue head -1 ts N/A
4064[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4065[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20
4066[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20 queue head -1 ts N/A
4067[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.245333
4068[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.245333 queue head -1 ts N/A
4069[libx264 @ 000001c54e7588c0] frame= 428 QP=22.45 NAL=2 Slice:P Poc:16 I:7 P:264 SKIP:649 size=1092 bytes
4070[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.266667
4071[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.266667 queue head -1 ts N/A
4072[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4073[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.041667
4074[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.041667 queue head -1 ts N/A
4075[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.288
4076[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.288 queue head -1 ts N/A
4077[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.309333
4078[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.309333 queue head -1 ts N/A
4079[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4080[libx264 @ 000001c54e7588c0] frame= 429 QP=23.17 NAL=2 Slice:P Poc:18 I:8 P:275 SKIP:637 size=1105 bytes
4081[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.083333
4082[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.083333 queue head -1 ts N/A
4083[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.330667
4084[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.330667 queue head -1 ts N/A
4085[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.352
4086[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.352 queue head -1 ts N/A
4087[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4088[libx264 @ 000001c54e7588c0] frame= 430 QP=23.27 NAL=2 Slice:P Poc:20 I:9 P:321 SKIP:590 size=1307 bytes
4089[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.125
4090[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.125 queue head -1 ts N/A
4091[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.373333
4092[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.373333 queue head -1 ts N/A
4093[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.394667
4094[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.394667 queue head -1 ts N/A
4095[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4096[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.166667
4097[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.166667 queue head -1 ts N/A
4098[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.416
4099[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.416 queue head -1 ts N/A
4100[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.437333
4101[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.437333 queue head -1 ts N/A
4102[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4103[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.208333
4104[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.208333 queue head -1 ts N/A
4105[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.458667
4106[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.458667 queue head -1 ts N/A
4107[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.48
4108[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.48 queue head -1 ts N/A
4109[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4110[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.25
4111[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.25 queue head -1 ts N/A
4112[libx264 @ 000001c54e7588c0] frame= 431 QP=19.48 NAL=2 Slice:P Poc:26 I:304 P:480 SKIP:136 size=5797 bytes
4113[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.501333
4114[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.501333 queue head -1 ts N/A
4115[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.522667
4116[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.522667 queue head -1 ts N/A
4117[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4118[libx264 @ 000001c54e7588c0] frame= 432 QP=25.08 NAL=2 Slice:B Poc:22 I:17 P:345 SKIP:558 size=1383 bytes
4119[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.544
4120[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.544 queue head -1 ts N/A
4121[libx264 @ 000001c54e7588c0] frame= 433 QP=23.83 NAL=0 Slice:B Poc:24 I:103 P:265 SKIP:552 size=2501 bytes
4122[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.291667
4123[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.291667 queue head -1 ts N/A
4124[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.565333
4125[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.565333 queue head -1 ts N/A
4126[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4127[libx264 @ 000001c54e7588c0] frame= 434 QP=19.08 NAL=2 Slice:P Poc:30 I:140 P:349 SKIP:431 size=4646 bytes
4128[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 20.000000
4129[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.333333
4130[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.333333 queue head -1 ts N/A
4131[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.586667
4132[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.586667 queue head -1 ts N/A
4133[libx264 @ 000001c54e7588c0] frame= 435 QP=23.52 NAL=0 Slice:B Poc:28 I:34 P:244 SKIP:642 size=1439 bytes
4134[libx264 @ 000001c54e7588c0] frame= 436 QP=19.07 NAL=2 Slice:P Poc:32 I:28 P:387 SKIP:505 size=1885 bytes
4135[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.608
4136[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.608 queue head -1 ts N/A
4137[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4138[libx264 @ 000001c54e7588c0] frame= 437 QP=19.51 NAL=2 Slice:P Poc:34 I:4 P:302 SKIP:614 size=1336 bytes
4139[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.375
4140[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.375 queue head -1 ts N/A
4141[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.629333
4142[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.629333 queue head -1 ts N/A
4143[libx264 @ 000001c54e7588c0] frame= 438 QP=20.04 NAL=2 Slice:P Poc:38 I:9 P:315 SKIP:596 size=1477 bytes
4144[libx264 @ 000001c54e7588c0] frame= 439 QP=23.70 NAL=0 Slice:B Poc:36 I:3 P:102 SKIP:815 size=260 bytes
4145[libx264 @ 000001c54e7588c0] frame= 440 QP=20.22 NAL=2 Slice:P Poc:40 I:1 P:282 SKIP:637 size=1108 bytes
4146[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.650667
4147[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.650667 queue head -1 ts N/A
4148[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
4149[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.416667
4150[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.416667 queue head -1 ts N/A
4151[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.672
4152[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.672 queue head -1 ts N/A
4153[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.693333
4154[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.693333 queue head -1 ts N/A
4155[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4156[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.458333
4157[libx264 @ 000001c54e7588c0] frame= 441 QP=17.77 NAL=2 Slice:P Poc:48 I:173 P:626 SKIP:121 size=4651 bytes
4158[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.458333 queue head -1 ts N/A
4159[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.714667
4160[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.714667 queue head -1 ts N/A
4161[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.736
4162[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.736 queue head -1 ts N/A
4163[libx264 @ 000001c54e7588c0] frame= 442 QP=20.54 NAL=2 Slice:B Poc:44 I:3 P:305 SKIP:612 size=800 bytes
4164[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4165[libx264 @ 000001c54e7588c0] frame= 443 QP=21.25 NAL=0 Slice:B Poc:42 I:0 P:82 SKIP:838 size=180 bytes
4166[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.5
4167[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.5 queue head -1 ts N/A
4168[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.757333
4169[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.757333 queue head -1 ts N/A
4170[libx264 @ 000001c54e7588c0] frame= 444 QP=21.22 NAL=0 Slice:B Poc:46 I:0 P:158 SKIP:762 size=385 bytes
4171[libx264 @ 000001c54e7588c0] frame= 445 QP=19.20 NAL=2 Slice:P Poc:52 I:9 P:327 SKIP:584 size=1928 bytes
4172[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.778667
4173[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.778667 queue head -1 ts N/A
4174[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4175[libx264 @ 000001c54e7588c0] frame= 446 QP=28.10 NAL=0 Slice:B Poc:50 I:1 P:69 SKIP:850 size=256 bytes
4176[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.541667
4177[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.541667 queue head -1 ts N/A
4178[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.8
4179[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.8 queue head -1 ts N/A
4180[libx264 @ 000001c54e7588c0] frame= 447 QP=20.50 NAL=2 Slice:P Poc:54 I:5 P:231 SKIP:684 size=1223 bytes
4181[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.821333
4182[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.821333 queue head -1 ts N/A
4183[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4184[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.583333
4185[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.583333 queue head -1 ts N/A
4186[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.842667
4187[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.842667 queue head -1 ts N/A
4188[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.864
4189[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.864 queue head -1 ts N/A
4190[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4191[libx264 @ 000001c54e7588c0] frame= 448 QP=20.53 NAL=2 Slice:P Poc:56 I:2 P:219 SKIP:699 size=1080 bytes
4192[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.625
4193[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.625 queue head -1 ts N/A
4194[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.885333
4195[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.885333 queue head -1 ts N/A
4196[libx264 @ 000001c54e7588c0] frame= 449 QP=20.19 NAL=2 Slice:P Poc:58 I:3 P:193 SKIP:724 size=821 bytes
4197[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.906667
4198[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.906667 queue head -1 ts N/A
4199[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4200[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.666667
4201[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.666667 queue head -1 ts N/A
4202[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.928
4203[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.928 queue head -1 ts N/A
4204[libx264 @ 000001c54e7588c0] frame= 450 QP=14.72 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=22469 bytes
4205[hls @ 000001c54e794a00] Opening 'BigBuckBunny_320x180_6S600K360_00003.ts' for writing
4206[file @ 000001c5506fe740] Setting default whitelist 'file,crypto,data'
4207[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.949333
4208[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.949333 queue head -1 ts N/A
4209[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4210[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.970667
4211[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.970667 queue head -1 ts N/A
4212[AVIOContext @ 000001c550358800] Statistics: 559488 bytes written, 0 seeks, 3 writeouts
4213[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.708333
4214[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.708333 queue head -1 ts N/A
4215[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 20.992
4216[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 20.992 queue head -1 ts N/A
4217[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4218[libx264 @ 000001c54e7588c0] frame= 451 QP=20.05 NAL=2 Slice:P Poc:6 I:10 P:238 SKIP:672 size=1364 bytes
4219[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.75
4220[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.75 queue head -1 ts N/A
4221[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.013333
4222[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.013333 queue head -1 ts N/A
4223[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4224[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.791667
4225[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.791667 queue head -1 ts N/A
4226[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.034667
4227[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.034667 queue head -1 ts N/A
4228[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.056
4229[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.056 queue head -1 ts N/A
4230[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4231[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.833333
4232[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.833333 queue head -1 ts N/A
4233[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.077333
4234[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.077333 queue head -1 ts N/A
4235[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.098667
4236[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.098667 queue head -1 ts N/A
4237[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4238[libx264 @ 000001c54e7588c0] frame= 452 QP=24.73 NAL=2 Slice:B Poc:2 I:0 P:75 SKIP:845 size=183 bytes
4239[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.875
4240[libx264 @ 000001c54e7588c0] frame= 453 QP=26.34 NAL=0 Slice:B Poc:4 I:0 P:54 SKIP:866 size=131 bytes
4241[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.875 queue head -1 ts N/A
4242[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.12
4243[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.12 queue head -1 ts N/A
4244[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.141333
4245[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.141333 queue head -1 ts N/A
4246[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
4247[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.916667
4248[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.916667 queue head -1 ts N/A
4249[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.162667
4250[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.162667 queue head -1 ts N/A
4251[libx264 @ 000001c54e7588c0] frame= 454 QP=17.31 NAL=2 Slice:P Poc:14 I:72 P:602 SKIP:246 size=3554 bytes
4252[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.184
4253[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.184 queue head -1 ts N/A
4254[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4255[libx264 @ 000001c54e7588c0] frame= 455 QP=20.80 NAL=2 Slice:B Poc:10 I:5 P:202 SKIP:713 size=614 bytes
4256[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 20.958333
4257[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 20.958333 queue head -1 ts N/A
4258[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.205333
4259[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.205333 queue head -1 ts N/A
4260[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.226667
4261[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.226667 queue head -1 ts N/A
4262[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4263[libx264 @ 000001c54e7588c0] frame= 456 QP=25.19 NAL=0 Slice:B Poc:8 I:0 P:78 SKIP:842 size=237 bytes
4264[libx264 @ 000001c54e7588c0] frame= 457 QP=22.13 NAL=0 Slice:B Poc:12 I:2 P:134 SKIP:784 size=298 bytes
4265[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21
4266[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21 queue head -1 ts N/A
4267[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.248
4268[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.248 queue head -1 ts N/A
4269[libx264 @ 000001c54e7588c0] frame= 458 QP=18.11 NAL=2 Slice:P Poc:22 I:11 P:290 SKIP:619 size=1149 bytes
4270[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.269333
4271[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.269333 queue head -1 ts N/A
4272[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4273[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.041667
4274[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.041667 queue head -1 ts N/A
4275[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.290667
4276[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.290667 queue head -1 ts N/A
4277[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.312
4278[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.312 queue head -1 ts N/A
4279[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4280[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.083333
4281[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.083333 queue head -1 ts N/A
4282[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.333333
4283[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.333333 queue head -1 ts N/A
4284[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.354667
4285[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.354667 queue head -1 ts N/A
4286[libx264 @ 000001c54e7588c0] frame= 459 QP=20.48 NAL=2 Slice:B Poc:18 I:1 P:92 SKIP:827 size=275 bytes
4287[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4288[libx264 @ 000001c54e7588c0] frame= 460 QP=22.33 NAL=0 Slice:B Poc:16 I:0 P:52 SKIP:868 size=117 bytes
4289[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.125
4290[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.125 queue head -1 ts N/A
4291[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.376
4292[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.376 queue head -1 ts N/A
4293[libx264 @ 000001c54e7588c0] frame= 461 QP=26.84 NAL=0 Slice:B Poc:20 I:0 P:16 SKIP:904 size=55 bytes
4294[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.397333
4295[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.397333 queue head -1 ts N/A
4296[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4297[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.166667
4298[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.166667 queue head -1 ts N/A
4299[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.418667
4300[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.418667 queue head -1 ts N/A
4301[libx264 @ 000001c54e7588c0] frame= 462 QP=20.75 NAL=2 Slice:P Poc:30 I:5 P:184 SKIP:731 size=982 bytes
4302[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.44
4303[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.44 queue head -1 ts N/A
4304[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4305[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.208333
4306[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.208333 queue head -1 ts N/A
4307[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.461333
4308[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.461333 queue head -1 ts N/A
4309[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.482667
4310[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.482667 queue head -1 ts N/A
4311[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4312[libx264 @ 000001c54e7588c0] frame= 463 QP=23.21 NAL=2 Slice:B Poc:26 I:1 P:51 SKIP:868 size=233 bytes
4313[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.25
4314[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.25 queue head -1 ts N/A
4315[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.504
4316[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.504 queue head -1 ts N/A
4317[libx264 @ 000001c54e7588c0] frame= 464 QP=26.37 NAL=0 Slice:B Poc:24 I:1 P:19 SKIP:900 size=93 bytes
4318[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.525333
4319[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.525333 queue head -1 ts N/A
4320[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4321[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.546667
4322[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.546667 queue head -1 ts N/A
4323[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.291667
4324[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.291667 queue head -1 ts N/A
4325[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.568
4326[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.568 queue head -1 ts N/A
4327[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4328[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 21.250000
4329[libx264 @ 000001c54e7588c0] frame= 465 QP=27.23 NAL=0 Slice:B Poc:28 I:0 P:22 SKIP:898 size=92 bytes
4330[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.589333
4331[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.589333 queue head -1 ts N/A
4332[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.333333
4333[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.333333 queue head -1 ts N/A
4334[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.610667
4335[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.610667 queue head -1 ts N/A
4336[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4337[libx264 @ 000001c54e7588c0] frame= 466 QP=17.93 NAL=2 Slice:P Poc:36 I:73 P:578 SKIP:269 size=2951 bytes
4338[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.375
4339[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.375 queue head -1 ts N/A
4340[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.632
4341[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.632 queue head -1 ts N/A
4342[libx264 @ 000001c54e7588c0] frame= 467 QP=22.27 NAL=2 Slice:B Poc:32 I:1 P:65 SKIP:854 size=204 bytes
4343[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.653333
4344[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.653333 queue head -1 ts N/A
4345[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
4346[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.416667
4347[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.416667 queue head -1 ts N/A
4348[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.674667
4349[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.674667 queue head -1 ts N/A
4350[libx264 @ 000001c54e7588c0] frame= 468 QP=22.16 NAL=0 Slice:B Poc:34 I:1 P:136 SKIP:783 size=234 bytes
4351[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.696
4352[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.696 queue head -1 ts N/A
4353[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4354[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.458333
4355[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.458333 queue head -1 ts N/A
4356[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.717333
4357[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.717333 queue head -1 ts N/A
4358[libx264 @ 000001c54e7588c0] frame= 469 QP=19.89 NAL=2 Slice:P Poc:44 I:7 P:230 SKIP:683 size=1000 bytes
4359[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.738667
4360[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.738667 queue head -1 ts N/A
4361[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4362[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.76
4363[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.76 queue head -1 ts N/A
4364[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.5
4365[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.5 queue head -1 ts N/A
4366[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.781333
4367[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.781333 queue head -1 ts N/A
4368[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4369[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.802667
4370[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.802667 queue head -1 ts N/A
4371[libx264 @ 000001c54e7588c0] frame= 470 QP=21.62 NAL=2 Slice:B Poc:40 I:1 P:87 SKIP:832 size=344 bytes
4372[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.541667
4373[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.541667 queue head -1 ts N/A
4374[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.824
4375[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.824 queue head -1 ts N/A
4376[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4377[libx264 @ 000001c54e7588c0] frame= 471 QP=25.30 NAL=0 Slice:B Poc:38 I:1 P:47 SKIP:872 size=116 bytes
4378[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.583333
4379[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.583333 queue head -1 ts N/A
4380[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.845333
4381[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.845333 queue head -1 ts N/A
4382[libx264 @ 000001c54e7588c0] frame= 472 QP=23.84 NAL=0 Slice:B Poc:42 I:0 P:32 SKIP:888 size=105 bytes
4383[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.866667
4384[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.866667 queue head -1 ts N/A
4385[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4386[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.625
4387[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.625 queue head -1 ts N/A
4388[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.888
4389[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.888 queue head -1 ts N/A
4390[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4391[libx264 @ 000001c54e7588c0] frame= 473 QP=19.91 NAL=2 Slice:P Poc:46 I:3 P:171 SKIP:746 size=680 bytes
4392[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.666667
4393[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.666667 queue head -1 ts N/A
4394[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.909333
4395[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.909333 queue head -1 ts N/A
4396[libx264 @ 000001c54e7588c0] frame= 474 QP=21.65 NAL=2 Slice:P Poc:48 I:4 P:134 SKIP:782 size=559 bytes
4397[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.930667
4398[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.930667 queue head -1 ts N/A
4399[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4400[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.708333
4401[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.708333 queue head -1 ts N/A
4402[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.952
4403[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.952 queue head -1 ts N/A
4404[libx264 @ 000001c54e7588c0] frame= 475 QP=22.55 NAL=2 Slice:P Poc:54 I:117 P:173 SKIP:630 size=2768 bytes
4405[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.973333
4406[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.973333 queue head -1 ts N/A
4407[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4408[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.75
4409[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.75 queue head -1 ts N/A
4410[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 21.994667
4411[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 21.994667 queue head -1 ts N/A
4412[libx264 @ 000001c54e7588c0] frame= 476 QP=23.50 NAL=2 Slice:B Poc:50 I:3 P:153 SKIP:764 size=496 bytes
4413[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.016
4414[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.016 queue head -1 ts N/A
4415[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4416[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.791667
4417[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.791667 queue head -1 ts N/A
4418[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.037333
4419[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.037333 queue head -1 ts N/A
4420[libx264 @ 000001c54e7588c0] frame= 477 QP=26.54 NAL=0 Slice:B Poc:52 I:25 P:155 SKIP:740 size=1035 bytes
4421[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.058667
4422[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.058667 queue head -1 ts N/A
4423[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4424[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.833333
4425[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.833333 queue head -1 ts N/A
4426[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.08
4427[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.08 queue head -1 ts N/A
4428[libx264 @ 000001c54e7588c0] frame= 478 QP=22.91 NAL=2 Slice:P Poc:56 I:118 P:223 SKIP:579 size=3191 bytes
4429[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.101333
4430[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.101333 queue head -1 ts N/A
4431[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4432[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.875
4433[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.875 queue head -1 ts N/A
4434[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.122667
4435[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.122667 queue head -1 ts N/A
4436[libx264 @ 000001c54e7588c0] frame= 479 QP=22.54 NAL=2 Slice:P Poc:58 I:58 P:284 SKIP:578 size=2660 bytes
4437[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.144
4438[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.144 queue head -1 ts N/A
4439[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
4440[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.916667
4441[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.916667 queue head -1 ts N/A
4442[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.165333
4443[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.165333 queue head -1 ts N/A
4444[libx264 @ 000001c54e7588c0] frame= 480 QP=16.40 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=20921 bytes
4445[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.186667
4446[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.186667 queue head -1 ts N/A
4447[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4448[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 21.958333
4449[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 21.958333 queue head -1 ts N/A
4450[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.208
4451[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.208 queue head -1 ts N/A
4452[libx264 @ 000001c54e7588c0] frame= 481 QP=19.95 NAL=2 Slice:P Poc:8 I:58 P:354 SKIP:508 size=2448 bytes
4453[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.229333
4454[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.229333 queue head -1 ts N/A
4455[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4456[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22
4457[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22 queue head -1 ts N/A
4458[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.250667
4459[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.250667 queue head -1 ts N/A
4460[libx264 @ 000001c54e7588c0] frame= 482 QP=23.20 NAL=2 Slice:B Poc:4 I:8 P:265 SKIP:647 size=961 bytes
4461[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.272
4462[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.272 queue head -1 ts N/A
4463[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4464[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.041667
4465[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.041667 queue head -1 ts N/A
4466[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.293333
4467[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.293333 queue head -1 ts N/A
4468[libx264 @ 000001c54e7588c0] frame= 483 QP=21.42 NAL=0 Slice:B Poc:2 I:45 P:217 SKIP:658 size=1128 bytes
4469[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.314667
4470[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.314667 queue head -1 ts N/A
4471[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4472[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.083333
4473[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.083333 queue head -1 ts N/A
4474[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.336
4475[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.336 queue head -1 ts N/A
4476[libx264 @ 000001c54e7588c0] frame= 484 QP=24.04 NAL=0 Slice:B Poc:6 I:53 P:209 SKIP:658 size=1447 bytes
4477[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.357333
4478[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.357333 queue head -1 ts N/A
4479[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4480[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.125
4481[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.125 queue head -1 ts N/A
4482[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.378667
4483[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.378667 queue head -1 ts N/A
4484[libx264 @ 000001c54e7588c0] frame= 485 QP=22.31 NAL=2 Slice:P Poc:12 I:11 P:306 SKIP:603 size=1629 bytes
4485[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.4
4486[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.4 queue head -1 ts N/A
4487[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4488[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.166667
4489[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.166667 queue head -1 ts N/A
4490[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.421333
4491[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.421333 queue head -1 ts N/A
4492[libx264 @ 000001c54e7588c0] frame= 486 QP=24.55 NAL=0 Slice:B Poc:10 I:45 P:161 SKIP:714 size=1085 bytes
4493[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.442667
4494[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.442667 queue head -1 ts N/A
4495[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4496[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.208333
4497[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.208333 queue head -1 ts N/A
4498[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.464
4499[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.464 queue head -1 ts N/A
4500[libx264 @ 000001c54e7588c0] frame= 487 QP=23.43 NAL=2 Slice:P Poc:18 I:130 P:297 SKIP:493 size=2775 bytes
4501[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.485333
4502[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.485333 queue head -1 ts N/A
4503[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4504[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.25
4505[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.25 queue head -1 ts N/A
4506[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.506667
4507[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.506667 queue head -1 ts N/A
4508[libx264 @ 000001c54e7588c0] frame= 488 QP=24.19 NAL=2 Slice:B Poc:14 I:62 P:265 SKIP:593 size=1738 bytes
4509[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.528
4510[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.528 queue head -1 ts N/A
4511[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4512[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.291667
4513[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.291667 queue head -1 ts N/A
4514[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.549333
4515[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.549333 queue head -1 ts N/A
4516[libx264 @ 000001c54e7588c0] frame= 489 QP=26.11 NAL=0 Slice:B Poc:16 I:67 P:241 SKIP:612 size=1810 bytes
4517[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.570667
4518[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.570667 queue head -1 ts N/A
4519[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4520[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.333333
4521[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.333333 queue head -1 ts N/A
4522[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.592
4523[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.592 queue head -1 ts N/A
4524[libx264 @ 000001c54e7588c0] frame= 490 QP=23.94 NAL=2 Slice:P Poc:22 I:302 P:225 SKIP:393 size=6796 bytes
4525[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.613333
4526[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.613333 queue head -1 ts N/A
4527[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4528[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.375
4529[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.375 queue head -1 ts N/A
4530[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.634667
4531[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.634667 queue head -1 ts N/A
4532[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.656
4533[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.656 queue head -1 ts N/A
4534[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
4535[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.416667
4536[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.416667 queue head -1 ts N/A
4537[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.677333
4538[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.677333 queue head -1 ts N/A
4539[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.698667
4540[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.698667 queue head -1 ts N/A
4541[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4542[libx264 @ 000001c54e7588c0] frame= 491 QP=27.27 NAL=0 Slice:B Poc:20 I:159 P:224 SKIP:537 size=2985 bytes
4543[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.72
4544[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.72 queue head -1 ts N/A
4545[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.458333
4546[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.458333 queue head -1 ts N/A
4547[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.741333
4548[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.741333 queue head -1 ts N/A
4549[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4550[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.5
4551[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.5 queue head -1 ts N/A
4552[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4553[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.762667
4554[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.762667 queue head -1 ts N/A
4555[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.784
4556[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.784 queue head -1 ts N/A
4557[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.541667
4558[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.541667 queue head -1 ts N/A
4559[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.805333
4560[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.805333 queue head -1 ts N/A
4561[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4562[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.583333
4563[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.583333 queue head -1 ts N/A
4564[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.826667
4565[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.826667 queue head -1 ts N/A
4566[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.848
4567[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.848 queue head -1 ts N/A
4568[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4569[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.625
4570[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.625 queue head -1 ts N/A
4571[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.869333
4572[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.869333 queue head -1 ts N/A
4573[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.890667
4574[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.890667 queue head -1 ts N/A
4575[libx264 @ 000001c54e7588c0] frame= 492 QP=21.01 NAL=2 Slice:P Poc:24 I:217 P:587 SKIP:116 size=6649 bytes
4576[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4577[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.912
4578[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.912 queue head -1 ts N/A
4579[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.666667
4580[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.666667 queue head -1 ts N/A
4581[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.933333
4582[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.933333 queue head -1 ts N/A
4583[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4584[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.708333
4585[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.708333 queue head -1 ts N/A
4586[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.954667
4587[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.954667 queue head -1 ts N/A
4588[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.976
4589[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.976 queue head -1 ts N/A
4590[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4591[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.75
4592[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.75 queue head -1 ts N/A
4593[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 22.997333
4594[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 22.997333 queue head -1 ts N/A
4595[libx264 @ 000001c54e7588c0] frame= 493 QP=22.09 NAL=2 Slice:P Poc:26 I:61 P:566 SKIP:293 size=4416 bytes
4596[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.018667
4597[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.018667 queue head -1 ts N/A
4598[libx264 @ 000001c54e7588c0] frame= 494 QP=21.55 NAL=2 Slice:P Poc:34 I:222 P:367 SKIP:331 size=5730 bytes
4599[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 22.500000
4600[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4601[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.791667
4602[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.791667 queue head -1 ts N/A
4603[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.04
4604[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.04 queue head -1 ts N/A
4605[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.061333
4606[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.061333 queue head -1 ts N/A
4607[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4608[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.833333
4609[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.833333 queue head -1 ts N/A
4610[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.082667
4611[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.082667 queue head -1 ts N/A
4612[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.104
4613[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.104 queue head -1 ts N/A
4614[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4615[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.875
4616[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.875 queue head -1 ts N/A
4617[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.125333
4618[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.125333 queue head -1 ts N/A
4619[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.146667
4620[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.146667 queue head -1 ts N/A
4621[libx264 @ 000001c54e7588c0] frame= 495 QP=24.33 NAL=2 Slice:B Poc:30 I:62 P:364 SKIP:494 size=3342 bytes
4622[h264 @ 000001c54f300300] nal_unit_type: 5(IDR), nal_ref_idc: 3
4623[libx264 @ 000001c54e7588c0] frame= 496 QP=27.08 NAL=0 Slice:B Poc:28 I:19 P:367 SKIP:534 size=1662 bytes
4624[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.168
4625[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.168 queue head -1 ts N/A
4626[libx264 @ 000001c54e7588c0] frame= 497 QP=27.84 NAL=0 Slice:B Poc:32 I:16 P:303 SKIP:601 size=1521 bytes
4627[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.916667
4628[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.916667 queue head -1 ts N/A
4629[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.189333
4630[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.189333 queue head -1 ts N/A
4631[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4632[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 22.958333
4633[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 22.958333 queue head -1 ts N/A
4634[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.210667
4635[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.210667 queue head -1 ts N/A
4636[libx264 @ 000001c54e7588c0] frame= 498 QP=22.37 NAL=2 Slice:P Poc:36 I:55 P:384 SKIP:481 size=3096 bytes
4637[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.232
4638[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.232 queue head -1 ts N/A
4639[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4640[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23
4641[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23 queue head -1 ts N/A
4642[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.253333
4643[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.253333 queue head -1 ts N/A
4644[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.274667
4645[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.274667 queue head -1 ts N/A
4646[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4647[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.041667
4648[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.041667 queue head -1 ts N/A
4649[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.296
4650[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.296 queue head -1 ts N/A
4651[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.317333
4652[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.317333 queue head -1 ts N/A
4653[libx264 @ 000001c54e7588c0] frame= 499 QP=22.04 NAL=2 Slice:P Poc:38 I:123 P:297 SKIP:500 size=3583 bytes
4654[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4655[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.083333
4656[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.083333 queue head -1 ts N/A
4657[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.338667
4658[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.338667 queue head -1 ts N/A
4659[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.36
4660[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.36 queue head -1 ts N/A
4661[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4662[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.125
4663[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.125 queue head -1 ts N/A
4664[libx264 @ 000001c54e7588c0] frame= 500 QP=20.80 NAL=2 Slice:P Poc:40 I:216 P:233 SKIP:471 size=4420 bytes
4665[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.381333
4666[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.381333 queue head -1 ts N/A
4667[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.402667
4668[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.402667 queue head -1 ts N/A
4669[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.424
4670[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.424 queue head -1 ts N/A
4671[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4672[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.166667
4673[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.166667 queue head -1 ts N/A
4674[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4675[libx264 @ 000001c54e7588c0] frame= 501 QP=18.95 NAL=2 Slice:P Poc:42 I:89 P:439 SKIP:392 size=3861 bytes
4676[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.445333
4677[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.445333 queue head -1 ts N/A
4678[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.208333
4679[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.208333 queue head -1 ts N/A
4680[libx264 @ 000001c54e7588c0] frame= 502 QP=17.08 NAL=2 Slice:P Poc:50 I:238 P:616 SKIP:66 size=5794 bytes
4681[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.466667
4682[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.466667 queue head -1 ts N/A
4683[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.488
4684[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.488 queue head -1 ts N/A
4685[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.509333
4686[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.509333 queue head -1 ts N/A
4687[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.530667
4688[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.530667 queue head -1 ts N/A
4689[h264 @ 000001c54fa30640] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4690[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4691[libx264 @ 000001c54e7588c0] frame= 503 QP=21.72 NAL=2 Slice:B Poc:46 I:17 P:346 SKIP:557 size=903 bytes
4692[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.552
4693[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.552 queue head -1 ts N/A
4694[libx264 @ 000001c54e7588c0] frame= 504 QP=22.47 NAL=0 Slice:B Poc:44 I:11 P:190 SKIP:719 size=589 bytes
4695[libx264 @ 000001c54e7588c0] frame= 505 QP=23.38 NAL=0 Slice:B Poc:48 I:9 P:181 SKIP:730 size=441 bytes
4696[libx264 @ 000001c54e7588c0] frame= 506 QP=19.99 NAL=2 Slice:P Poc:58 I:6 P:261 SKIP:653 size=1262 bytes
4697[libx264 @ 000001c54e7588c0] frame= 507 QP=22.18 NAL=2 Slice:B Poc:54 I:8 P:93 SKIP:819 size=306 bytes
4698[libx264 @ 000001c54e7588c0] frame= 508 QP=28.90 NAL=0 Slice:B Poc:52 I:1 P:39 SKIP:880 size=152 bytes
4699[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.25
4700[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.25 queue head -1 ts N/A
4701[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4702[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.573333
4703[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.573333 queue head -1 ts N/A
4704[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.291667
4705[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.291667 queue head -1 ts N/A
4706[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.594667
4707[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.594667 queue head -1 ts N/A
4708[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.333333
4709[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.333333 queue head -1 ts N/A
4710[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.616
4711[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.616 queue head -1 ts N/A
4712[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4713[libx264 @ 000001c54e7588c0] frame= 509 QP=26.79 NAL=0 Slice:B Poc:56 I:1 P:30 SKIP:889 size=117 bytes
4714[libx264 @ 000001c54e7588c0] frame= 510 QP=14.37 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=21622 bytes
4715[libx264 @ 000001c54e7588c0] frame= 511 QP=18.70 NAL=2 Slice:P Poc:8 I:16 P:295 SKIP:609 size=1347 bytes
4716[libx264 @ 000001c54e7588c0] frame= 512 QP=22.64 NAL=2 Slice:B Poc:4 I:9 P:108 SKIP:803 size=400 bytes
4717[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.375
4718[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.375 queue head -1 ts N/A
4719[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.637333
4720[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.637333 queue head -1 ts N/A
4721[h264 @ 000001c54ed5df00] nal_unit_type: 5(IDR), nal_ref_idc: 3
4722[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.416667
4723[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.416667 queue head -1 ts N/A
4724[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.658667
4725[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.658667 queue head -1 ts N/A
4726[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.68
4727[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.68 queue head -1 ts N/A
4728[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4729[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.458333
4730[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.458333 queue head -1 ts N/A
4731[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.701333
4732[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.701333 queue head -1 ts N/A
4733[libx264 @ 000001c54e7588c0] frame= 513 QP=21.77 NAL=0 Slice:B Poc:2 I:3 P:65 SKIP:852 size=223 bytes
4734[libx264 @ 000001c54e7588c0] frame= 514 QP=23.33 NAL=0 Slice:B Poc:6 I:0 P:43 SKIP:877 size=178 bytes
4735[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.722667
4736[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.722667 queue head -1 ts N/A
4737[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4738[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.5
4739[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.5 queue head -1 ts N/A
4740[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.744
4741[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.744 queue head -1 ts N/A
4742[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.765333
4743[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.765333 queue head -1 ts N/A
4744[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4745[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.541667
4746[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.541667 queue head -1 ts N/A
4747[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.786667
4748[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.786667 queue head -1 ts N/A
4749[libx264 @ 000001c54e7588c0] frame= 515 QP=16.95 NAL=2 Slice:P Poc:16 I:94 P:555 SKIP:271 size=2655 bytes
4750[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.808
4751[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.808 queue head -1 ts N/A
4752[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4753[libx264 @ 000001c54e7588c0] frame= 516 QP=21.80 NAL=2 Slice:B Poc:12 I:6 P:172 SKIP:742 size=423 bytes
4754[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.583333
4755[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.583333 queue head -1 ts N/A
4756[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.829333
4757[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.829333 queue head -1 ts N/A
4758[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.850667
4759[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.850667 queue head -1 ts N/A
4760[libx264 @ 000001c54e7588c0] frame= 517 QP=22.78 NAL=0 Slice:B Poc:10 I:0 P:85 SKIP:835 size=204 bytes
4761[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4762[libx264 @ 000001c54e7588c0] frame= 518 QP=24.14 NAL=0 Slice:B Poc:14 I:1 P:42 SKIP:877 size=139 bytes
4763[libx264 @ 000001c54e7588c0] frame= 519 QP=18.73 NAL=2 Slice:P Poc:24 I:10 P:261 SKIP:649 size=1240 bytes
4764[libx264 @ 000001c54e7588c0] frame= 520 QP=23.02 NAL=2 Slice:B Poc:20 I:0 P:73 SKIP:847 size=229 bytes
4765[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.625
4766[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.625 queue head -1 ts N/A
4767[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.872
4768[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.872 queue head -1 ts N/A
4769[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.893333
4770[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.893333 queue head -1 ts N/A
4771[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4772[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.666667
4773[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.666667 queue head -1 ts N/A
4774[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.914667
4775[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.914667 queue head -1 ts N/A
4776[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.936
4777[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.936 queue head -1 ts N/A
4778[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4779[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.957333
4780[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.957333 queue head -1 ts N/A
4781[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.708333
4782[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.708333 queue head -1 ts N/A
4783[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 23.978667
4784[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 23.978667 queue head -1 ts N/A
4785[h264 @ 000001c54eb6aa80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4786[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.75
4787[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.75 queue head -1 ts N/A
4788[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 24
4789[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 24 queue head -1 ts N/A
4790[out#0/hls @ 000001c54e755dc0] sq: send 1 ts 24.021333
4791[out#0/hls @ 000001c54e755dc0] sq: receive 1 ts 24.021333 queue head -1 ts N/A
4792[libx264 @ 000001c54e7588c0] frame= 521 QP=27.02 NAL=0 Slice:B Poc:18 I:0 P:28 SKIP:892 size=97 bytes
4793[h264 @ 000001c54eb6b540] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4794[libx264 @ 000001c54e7588c0] frame= 522 QP=24.59 NAL=0 Slice:B Poc:22 I:0 P:29 SKIP:891 size=106 bytes
4795[libx264 @ 000001c54e7588c0] frame= 523 QP=18.59 NAL=2 Slice:P Poc:32 I:7 P:226 SKIP:687 size=948 bytes
4796[libx264 @ 000001c54e7588c0] frame= 524 QP=20.43 NAL=2 Slice:B Poc:28 I:4 P:85 SKIP:831 size=260 bytes
4797[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.791667
4798[out_0_1 @ 000001c54f300200] EOF on sink link out_0_1:default.
4799[af#0:1 @ 000001c54fa30540] Filtergraph returned EOF, finishing
4800[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.791667 queue head -1 ts N/A
4801[af#0:1 @ 000001c54fa30540] All consumers returned EOF
4802[vost#0:0/libx264 @ 000001c54e7f7b00] Forced keyframe at time 23.750000
4803[out#0/hls @ 000001c54e755dc0] sq: 1 EOF
4804[out#0/hls @ 000001c54e755dc0] sq: finish 1; head ts 24.021333
4805[out#0/hls @ 000001c54e755dc0] sq: 1 EOF
4806[aist#0:1/aac @ 000001c54ed5ebc0] [dec:aac @ 000001c54ee237c0] Decoder returned EOF, finishing
4807[af#0:1 @ 000001c54fa30540] Terminating thread with return code 0 (success)
4808[aist#0:1/aac @ 000001c54ed5ebc0] [dec:aac @ 000001c54ee237c0] Terminating thread with return code 0 (success)
4809[aist#0:1/aac @ 000001c54ed5ebc0] All consumers of this stream are done
4810[h264 @ 000001c54eb6fac0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4811[h264 @ 000001c54eb70580] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4812[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.833333
4813[h264 @ 000001c54fa30640] nal_unit_type: 5(IDR), nal_ref_idc: 3
4814[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.833333 queue head -1 ts N/A
4815[h264 @ 000001c54eb715c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4816[h264 @ 000001c54eb70e80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4817[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.875
4818[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.875 queue head -1 ts N/A
4819[h264 @ 000001c54eb71980] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4820[h264 @ 000001c54ed5df00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4821[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.916667
4822[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.916667 queue head -1 ts N/A
4823[h264 @ 000001c54eb964c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4824[h264 @ 000001c54ed5b340] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4825[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 23.958333
4826[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 23.958333 queue head -1 ts N/A
4827[h264 @ 000001c54ed5bcc0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4828[h264 @ 000001c54f300300] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4829[out#0/hls @ 000001c54e755dc0] sq: send 0 ts 24
4830[out#0/hls @ 000001c54e755dc0] sq: receive 0 ts 24 queue head -1 ts N/A
4831[h264 @ 000001c54e808b00] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4832[h264 @ 000001c54e809480] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4833[out_0_0 @ 000001c55009fd40] EOF on sink link out_0_0:default.
4834[vf#0:0 @ 000001c54ed27800] Filtergraph returned EOF, finishing
4835[vf#0:0 @ 000001c54ed27800] All consumers returned EOF
4836[out#0/hls @ 000001c54e755dc0] sq: 0 EOF
4837[out#0/hls @ 000001c54e755dc0] sq: finish 0; head ts 24
4838[out#0/hls @ 000001c54e755dc0] sq: finish queue
4839[h264 @ 000001c54eb680c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2
4840[h264 @ 000001c54eb6aa80] nal_unit_type: 5(IDR), nal_ref_idc: 3
4841[out#0/hls @ 000001c54e755dc0] sq: 0 EOF
4842[out#0/hls @ 000001c54e755dc0] sq: finish queue
4843[vist#0:0/h264 @ 000001c54e75bc00] [dec:h264 @ 000001c54ed27980] Decoder returned EOF, finishing
4844[vf#0:0 @ 000001c54ed27800] Terminating thread with return code 0 (success)
4845[vist#0:0/h264 @ 000001c54e75bc00] [dec:h264 @ 000001c54ed27980] Terminating thread with return code 0 (success)
4846[vist#0:0/h264 @ 000001c54e75bc00] All consumers of this stream are done
4847[in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e754b80] All consumers are done
4848[in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e754b80] Terminating thread with return code 0 (success)
4849[libx264 @ 000001c54e7588c0] frame= 525 QP=21.97 NAL=0 Slice:B Poc:26 I:0 P:61 SKIP:859 size=156 bytes
4850[libx264 @ 000001c54e7588c0] frame= 526 QP=25.00 NAL=0 Slice:B Poc:30 I:1 P:31 SKIP:888 size=101 bytes
4851[libx264 @ 000001c54e7588c0] frame= 527 QP=17.17 NAL=2 Slice:P Poc:40 I:71 P:530 SKIP:319 size=2502 bytes
4852[libx264 @ 000001c54e7588c0] frame= 528 QP=21.52 NAL=2 Slice:B Poc:36 I:7 P:169 SKIP:744 size=431 bytes
4853[aost#0:1/aac @ 000001c54ee22380] Encoder returned EOF, finishing
4854[aost#0:1/aac @ 000001c54ee22380] Terminating thread with return code 0 (success)
4855[libx264 @ 000001c54e7588c0] frame= 529 QP=22.26 NAL=0 Slice:B Poc:34 I:2 P:117 SKIP:801 size=248 bytes
4856[libx264 @ 000001c54e7588c0] frame= 530 QP=22.32 NAL=0 Slice:B Poc:38 I:3 P:55 SKIP:862 size=180 bytes
4857[vost#0:0/libx264 @ 000001c54e7f7b00] Encoder thread received EOF
4858[libx264 @ 000001c54e7588c0] frame= 531 QP=18.12 NAL=2 Slice:P Poc:48 I:9 P:197 SKIP:714 size=971 bytes
4859[libx264 @ 000001c54e7588c0] frame= 532 QP=20.49 NAL=2 Slice:B Poc:44 I:2 P:80 SKIP:838 size=246 bytes
4860[libx264 @ 000001c54e7588c0] frame= 533 QP=25.31 NAL=0 Slice:B Poc:42 I:3 P:30 SKIP:887 size=101 bytes
4861[libx264 @ 000001c54e7588c0] frame= 534 QP=29.28 NAL=0 Slice:B Poc:46 I:1 P:15 SKIP:904 size=80 bytes
4862[libx264 @ 000001c54e7588c0] frame= 535 QP=19.40 NAL=2 Slice:P Poc:56 I:17 P:176 SKIP:727 size=749 bytes
4863[libx264 @ 000001c54e7588c0] frame= 536 QP=21.49 NAL=2 Slice:B Poc:52 I:1 P:76 SKIP:843 size=259 bytes
4864[libx264 @ 000001c54e7588c0] frame= 537 QP=20.78 NAL=0 Slice:B Poc:50 I:1 P:46 SKIP:873 size=169 bytes
4865[libx264 @ 000001c54e7588c0] frame= 538 QP=21.69 NAL=0 Slice:B Poc:54 I:0 P:34 SKIP:886 size=122 bytes
4866[libx264 @ 000001c54e7588c0] frame= 539 QP=19.50 NAL=2 Slice:P Poc:58 I:1 P:122 SKIP:797 size=464 bytes
4867[libx264 @ 000001c54e7588c0] frame= 540 QP=14.90 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=19616 bytes
4868[libx264 @ 000001c54e7588c0] frame= 541 QP=19.06 NAL=2 Slice:P Poc:8 I:11 P:166 SKIP:743 size=580 bytes
4869[libx264 @ 000001c54e7588c0] frame= 542 QP=19.91 NAL=2 Slice:B Poc:4 I:0 P:63 SKIP:857 size=188 bytes
4870[libx264 @ 000001c54e7588c0] frame= 543 QP=22.60 NAL=0 Slice:B Poc:2 I:0 P:43 SKIP:877 size=112 bytes
4871[libx264 @ 000001c54e7588c0] frame= 544 QP=26.70 NAL=0 Slice:B Poc:6 I:0 P:32 SKIP:888 size=97 bytes
4872[libx264 @ 000001c54e7588c0] frame= 545 QP=19.18 NAL=2 Slice:P Poc:16 I:10 P:151 SKIP:759 size=518 bytes
4873[libx264 @ 000001c54e7588c0] frame= 546 QP=20.30 NAL=2 Slice:B Poc:12 I:7 P:58 SKIP:855 size=209 bytes
4874[libx264 @ 000001c54e7588c0] frame= 547 QP=24.01 NAL=0 Slice:B Poc:10 I:0 P:24 SKIP:896 size=125 bytes
4875[libx264 @ 000001c54e7588c0] frame= 548 QP=20.09 NAL=0 Slice:B Poc:14 I:1 P:52 SKIP:867 size=130 bytes
4876[libx264 @ 000001c54e7588c0] frame= 549 QP=21.26 NAL=2 Slice:P Poc:24 I:203 P:281 SKIP:436 size=1280 bytes
4877[libx264 @ 000001c54e7588c0] frame= 550 QP=19.16 NAL=2 Slice:B Poc:20 I:6 P:195 SKIP:719 size=388 bytes
4878[libx264 @ 000001c54e7588c0] frame= 551 QP=20.48 NAL=0 Slice:B Poc:18 I:4 P:68 SKIP:848 size=152 bytes
4879[libx264 @ 000001c54e7588c0] frame= 552 QP=21.77 NAL=0 Slice:B Poc:22 I:3 P:190 SKIP:727 size=296 bytes
4880[libx264 @ 000001c54e7588c0] frame= 553 QP=26.14 NAL=2 Slice:P Poc:26 I:920 P:0 SKIP:0 size=22523 bytes
4881[libx264 @ 000001c54e7588c0] frame= 554 QP=23.54 NAL=2 Slice:P Poc:28 I:0 P:876 SKIP:44 size=6409 bytes
4882[libx264 @ 000001c54e7588c0] frame= 555 QP=22.66 NAL=2 Slice:P Poc:34 I:5 P:853 SKIP:62 size=6865 bytes
4883[libx264 @ 000001c54e7588c0] frame= 556 QP=26.63 NAL=2 Slice:B Poc:30 I:0 P:274 SKIP:646 size=509 bytes
4884[libx264 @ 000001c54e7588c0] frame= 557 QP=28.66 NAL=0 Slice:B Poc:32 I:0 P:280 SKIP:640 size=388 bytes
4885[libx264 @ 000001c54e7588c0] frame= 558 QP=22.31 NAL=2 Slice:P Poc:36 I:1 P:856 SKIP:63 size=6733 bytes
4886[libx264 @ 000001c54e7588c0] frame= 559 QP=21.92 NAL=2 Slice:P Poc:38 I:0 P:651 SKIP:269 size=4298 bytes
4887[libx264 @ 000001c54e7588c0] frame= 560 QP=21.89 NAL=2 Slice:P Poc:40 I:1 P:720 SKIP:199 size=4886 bytes
4888[libx264 @ 000001c54e7588c0] frame= 561 QP=22.12 NAL=2 Slice:P Poc:44 I:7 P:767 SKIP:146 size=5280 bytes
4889[libx264 @ 000001c54e7588c0] frame= 562 QP=25.66 NAL=0 Slice:B Poc:42 I:0 P:283 SKIP:637 size=492 bytes
4890[libx264 @ 000001c54e7588c0] frame= 563 QP=22.51 NAL=2 Slice:P Poc:48 I:10 P:909 SKIP:1 size=10646 bytes
4891[libx264 @ 000001c54e7588c0] frame= 564 QP=27.66 NAL=0 Slice:B Poc:46 I:0 P:250 SKIP:670 size=485 bytes
4892[libx264 @ 000001c54e7588c0] frame= 565 QP=24.03 NAL=2 Slice:P Poc:52 I:4 P:452 SKIP:464 size=1990 bytes
4893[libx264 @ 000001c54e7588c0] frame= 566 QP=30.89 NAL=0 Slice:B Poc:50 I:0 P:204 SKIP:716 size=262 bytes
4894[libx264 @ 000001c54e7588c0] frame= 567 QP=24.22 NAL=2 Slice:P Poc:58 I:16 P:588 SKIP:316 size=2924 bytes
4895[libx264 @ 000001c54e7588c0] frame= 568 QP=26.55 NAL=2 Slice:B Poc:54 I:0 P:315 SKIP:605 size=514 bytes
4896[libx264 @ 000001c54e7588c0] frame= 569 QP=29.92 NAL=0 Slice:B Poc:56 I:0 P:317 SKIP:603 size=414 bytes
4897[libx264 @ 000001c54e7588c0] frame= 570 QP=20.74 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=34199 bytes
4898[libx264 @ 000001c54e7588c0] frame= 571 QP=24.38 NAL=2 Slice:P Poc:2 I:0 P:526 SKIP:394 size=2176 bytes
4899[libx264 @ 000001c54e7588c0] frame= 572 QP=24.65 NAL=2 Slice:P Poc:4 I:0 P:604 SKIP:316 size=2931 bytes
4900[libx264 @ 000001c54e7588c0] frame= 573 QP=24.98 NAL=2 Slice:P Poc:6 I:1 P:623 SKIP:296 size=2813 bytes
4901[libx264 @ 000001c54e7588c0] frame= 574 QP=26.24 NAL=2 Slice:P Poc:8 I:2 P:422 SKIP:496 size=1501 bytes
4902[libx264 @ 000001c54e7588c0] frame= 575 QP=27.80 NAL=2 Slice:P Poc:10 I:1 P:364 SKIP:555 size=1005 bytes
4903[vost#0:0/libx264 @ 000001c54e7f7b00] Terminating thread with return code 0 (success)
4904[out#0/hls @ 000001c54e755dc0] All streams finished
4905[out#0/hls @ 000001c54e755dc0] Terminating thread with return code 0 (success)
4906[hls @ 000001c54e794a00] Opening 'BigBuckBunny_320x180_6S600K360_00004.ts' for writing
4907[file @ 000001c54fdd6200] Setting default whitelist 'file,crypto,data'
4908[AVIOContext @ 000001c550358800] Statistics: 443304 bytes written, 0 seeks, 2 writeouts
4909[hls @ 000001c54e794a00] Opening 'BigBuckBunny_320x180_6S600K360.m3u8' for writing
4910[file @ 000001c54fdd6200] Setting default whitelist 'file,crypto,data'
4911EXT-X-MEDIA-SEQUENCE:1
4912[AVIOContext @ 000001c550358800] Statistics: 345 bytes written, 0 seeks, 1 writeouts
4913[out#0/hls @ 000001c54e755dc0] Output file #0 (BigBuckBunny_320x180_6S600K360.m3u8):
4914[out#0/hls @ 000001c54e755dc0] Output stream #0:0 (video): 576 frames encoded; 576 packets muxed (1628172 bytes);
4915[out#0/hls @ 000001c54e755dc0] Output stream #0:1 (audio): 1124 frames encoded (1150976 samples); 1125 packets muxed (386948 bytes);
4916[out#0/hls @ 000001c54e755dc0] Total: 1701 packets (2015120 bytes) muxed
4917[out#0/hls @ 000001c54e755dc0] video:1590KiB audio:378KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown
4918frame= 576 fps=0.0 q=-1.0 Lsize=N/A time=00:00:23.91 bitrate=N/A speed=26.3x
4919[libx264 @ 000001c54e7588c0] frame I:20 Avg QP:16.75 size: 23305
4920[libx264 @ 000001c54e7588c0] frame P:296 Avg QP:22.04 size: 3228
4921[libx264 @ 000001c54e7588c0] frame B:260 Avg QP:22.37 size: 791
4922[libx264 @ 000001c54e7588c0] consecutive B-frames: 33.9% 12.2% 17.2% 36.8%
4923[libx264 @ 000001c54e7588c0] mb I I16..4: 31.1% 0.0% 68.9%
4924[libx264 @ 000001c54e7588c0] mb P I16..4: 6.5% 0.0% 2.8% P16..4: 32.1% 11.1% 6.8% 0.0% 0.0% skip:40.6%
4925[libx264 @ 000001c54e7588c0] mb B I16..4: 4.5% 0.0% 0.4% B16..8: 16.2% 2.1% 0.2% direct:10.3% skip:66.3% L0:53.0% L1:38.5% BI: 8.5%
4926[libx264 @ 000001c54e7588c0] coded y,uvDC,uvAC intra: 33.3% 53.0% 29.2% inter: 11.0% 21.8% 1.8%
4927[libx264 @ 000001c54e7588c0] i16 v,h,dc,p: 55% 29% 11% 5%
4928[libx264 @ 000001c54e7588c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 26% 20% 16% 6% 7% 6% 7% 6% 7%
4929[libx264 @ 000001c54e7588c0] i8c dc,h,v,p: 48% 28% 18% 6%
4930[libx264 @ 000001c54e7588c0] Weighted P-Frames: Y:5.1% UV:3.7%
4931[libx264 @ 000001c54e7588c0] ref P L0: 79.7% 20.3%
4932[libx264 @ 000001c54e7588c0] ref B L0: 80.5% 19.5%
4933[libx264 @ 000001c54e7588c0] ref B L1: 96.1% 3.9%
4934[libx264 @ 000001c54e7588c0] kb/s:542.47
4935[aac @ 000001c54eb71d40] Qavg: 321.920
4936[in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e754b80] Input file #0 (BigBuckBunny_320x180.mp4):
4937[in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e754b80] Input stream #0:0 (video): 610 packets read (2096525 bytes); 586 frames decoded; 0 decode errors;
4938[in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e754b80] Input stream #0:1 (audio): 1145 packets read (487610 bytes); 1135 frames decoded; 0 decode errors (1162240 samples);
4939[in#0/mov,mp4,m4a,3gp,3g2,mj2 @ 000001c54e754b80] Total: 1755 packets (2584135 bytes) demuxed
4940[AVIOContext @ 000001c54e760640] Statistics: 2998402 bytes read, 2 seeks