Opened 4 years ago

Closed 4 years ago

#8517 closed defect (fixed)

segment output first flv file video corrupted

Reported by: Vonger Owned by:
Priority: important Component: avformat
Version: git-master Keywords: segment regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: yes

Description

Summary of the bug:
use segment, the first output file is abnormal. out000.flv can not show video by ffplay, but I can hear sound, from the log looks like the video data is corrupted. Rest output files such as out001.flv, out002.flv is able to play normally.

How to reproduce:

ffmpeg -i input.mkv -c copy -f segment out%03d.flv
ffplay out000.flv
ffmpeg 4.2.2
built on Linux, MacOS

Change History (9)

comment:1 by Vonger, 4 years ago

Summary: segment flv format output first file video stream corruptedsegment output first flv file video corrupted

comment:2 by Vonger, 4 years ago

Component: undeterminedavformat
Priority: importantcritical

comment:3 by Carl Eugen Hoyos, 4 years ago

Priority: criticalnormal
Version: 4.2unspecified

Is the issue reproducible with current FFmpeg git head? Please provide the command line you tested together with the complete, uncut console output to make this a valid ticket.

comment:4 by Vonger, 4 years ago

This is my full command and logs, because the error is very long I have to cut off.
And also the git latest trunk can not compile in macos, so i have to use n4.2.2, but the problem should be there in git-head version too.

only need two command to repeat this:

./ffmpeg -i ~/Downloads/jm.mkv -c copy -f segment out%03d.flv
./ffplay out000.flv

and this is the log:

command: ./ffmpeg -i ~/Downloads/jm.mkv -c copy -f segment out%03d.flv
ffmpeg version n4.2.2 Copyright (c) 2000-2019 the FFmpeg developers

built with Apple clang version 11.0.0 (clang-1100.0.33.17)
configuration:
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100

Input #0, matroska,webm, from '/Users/vonger/Downloads/jm.mkv':

Metadata:

encoder : libebml v1.3.4 + libmatroska v1.4.5
creation_time : 2019-11-27T15:47:42.000000Z

Duration: 01:52:02.85, start: 0.000000, bitrate: 2310 kb/s

Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Metadata:

BPS : 2180012
BPS-eng : 2180012
DURATION : 01:52:02.799000000
DURATION-eng : 01:52:02.799000000
NUMBER_OF_FRAMES: 161186
NUMBER_OF_FRAMES-eng: 161186
NUMBER_OF_BYTES : 1831973581
NUMBER_OF_BYTES-eng: 1831973581
_STATISTICS_WRITING_APP: mkvmerge v9.4.2 ('So High') 32bit
_STATISTICS_WRITING_APP-eng: mkvmerge v9.4.2 ('So High') 32bit
_STATISTICS_WRITING_DATE_UTC: 2019-11-27 15:47:42
_STATISTICS_WRITING_DATE_UTC-eng: 2019-11-27 15:47:42
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp (default)
Metadata:

BPS : 127875
BPS-eng : 127875
DURATION : 01:52:02.837000000
DURATION-eng : 01:52:02.837000000
NUMBER_OF_FRAMES: 315133
NUMBER_OF_FRAMES-eng: 315133
NUMBER_OF_BYTES : 107460787
NUMBER_OF_BYTES-eng: 107460787
_STATISTICS_WRITING_APP: mkvmerge v9.4.2 ('So High') 32bit
_STATISTICS_WRITING_APP-eng: mkvmerge v9.4.2 ('So High') 32bit
_STATISTICS_WRITING_DATE_UTC: 2019-11-27 15:47:42
_STATISTICS_WRITING_DATE_UTC-eng: 2019-11-27 15:47:42
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

[segment @ 0x7f888182c600] Opening 'out000.flv' for writing
Output #0, segment, to 'out%03d.flv':

Metadata:

encoder : Lavf58.29.100
Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
Metadata:

BPS : 2180012
BPS-eng : 2180012
DURATION : 01:52:02.799000000
DURATION-eng : 01:52:02.799000000
NUMBER_OF_FRAMES: 161186
NUMBER_OF_FRAMES-eng: 161186
NUMBER_OF_BYTES : 1831973581
NUMBER_OF_BYTES-eng: 1831973581
_STATISTICS_WRITING_APP: mkvmerge v9.4.2 ('So High') 32bit
_STATISTICS_WRITING_APP-eng: mkvmerge v9.4.2 ('So High') 32bit
_STATISTICS_WRITING_DATE_UTC: 2019-11-27 15:47:42
_STATISTICS_WRITING_DATE_UTC-eng: 2019-11-27 15:47:42
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp (default)
Metadata:

BPS : 127875
BPS-eng : 127875
DURATION : 01:52:02.837000000
DURATION-eng : 01:52:02.837000000
NUMBER_OF_FRAMES: 315133
NUMBER_OF_FRAMES-eng: 315133
NUMBER_OF_BYTES : 107460787
NUMBER_OF_BYTES-eng: 107460787
_STATISTICS_WRITING_APP: mkvmerge v9.4.2 ('So High') 32bit
_STATISTICS_WRITING_APP-eng: mkvmerge v9.4.2 ('So High') 32bit
_STATISTICS_WRITING_DATE_UTC: 2019-11-27 15:47:42
_STATISTICS_WRITING_DATE_UTC-eng: 2019-11-27 15:47:42
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

Stream mapping:

Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)

Press [q] to stop, ? for help
[segment @ 0x7f888182c600] Opening 'out001.flv' for writing
[segment @ 0x7f888182c600] Opening 'out002.flv' for writing
[segment @ 0x7f888182c600] Opening 'out003.flv' for writing
[segment @ 0x7f888182c600] Opening 'out004.flv' for writing
[segment @ 0x7f888182c600] Opening 'out005.flv' for writing
[segment @ 0x7f888182c600] Opening 'out006.flv' for writing
[segment @ 0x7f888182c600] Opening 'out007.flv' for writing
[segment @ 0x7f888182c600] Opening 'out008.flv' for writing
[segment @ 0x7f888182c600] Opening 'out009.flv' for writing
[segment @ 0x7f888182c600] Opening 'out010.flv' for writing
[segment @ 0x7f888182c600] Opening 'out011.flv' for writing
[segment @ 0x7f888182c600] Opening 'out012.flv' for writing
...(end normally)

command: ./ffplay out000.flv
ffplay version n4.2.2 Copyright (c) 2003-2019 the FFmpeg developers

built with Apple clang version 11.0.0 (clang-1100.0.33.17)
configuration:
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100

[flv @ 0x7fab078b6a00] Video codec (0) is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[flv @ 0x7fab078b6a00] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[flv @ 0x7fab078b6a00] Changing the codec id midstream is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[flv @ 0x7fab078b6a00] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[flv @ 0x7fab078b6a00] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, flv, from 'out000.flv':

Metadata:

encoder : Lavf58.29.100

Duration: 00:00:10.09, start: 0.000000, bitrate: 3810 kb/s

Stream #0:0: Video: h264, none, 23.98 fps, 1k tbr, 1k tbn
Stream #0:1: Audio: aac, 44100 Hz, stereo, fltp

[flv @ 0x7fab078b6a00] Packet mismatch 909390896 94 1756
[h264 @ 0x7fab08074000] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[h264 @ 0x7fab08074000] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
[h264 @ 0x7fab08074000] no frame!
[NULL @ 0x7fab0a000000] missing picture in access unit with size 72
[NULL @ 0x7fab0a000000] missing picture in access unit with size 69

Last message repeated 3 times

[NULL @ 0x7fab0a000000] missing picture in access unit with size 77
[NULL @ 0x7fab0a000000] missing picture in access unit with size 71
[h264 @ 0x7fab08028000] No start code is found.
[h264 @ 0x7fab08028000] Error splitting the input into NAL units.
[NULL @ 0x7fab0a000000] missing picture in access unit with size 69

Last message repeated 2 times

[NULL @ 0x7fab0a000000] missing picture in access unit with size 77
[NULL @ 0x7fab0a000000] missing picture in access unit with size 71
[NULL @ 0x7fab0a000000] missing picture in access unit with size 69

Last message repeated 2 times

[NULL @ 0x7fab0a000000] missing picture in access unit with size 77
[NULL @ 0x7fab0a000000] missing picture in access unit with size 71
[h264 @ 0x7fab08028600] No start code is found.
[h264 @ 0x7fab08028600] Error splitting the input into NAL units.
[NULL @ 0x7fab0a000000] missing picture in access unit with size 69

Last message repeated 2 times

[NULL @ 0x7fab0a000000] missing picture in access unit with size 15200
[NULL @ 0x7fab0a000000] missing picture in access unit with size 101
[h264 @ 0x7fab0783ce00] No start code is found.
[h264 @ 0x7fab0783ce00] Error splitting the input into NAL units.
[NULL @ 0x7fab0a000000] missing picture in access unit with size 69
[NULL @ 0x7fab0a000000] missing picture in access unit with size 99
[NULL @ 0x7fab0a000000] missing picture in access unit with size 9560
[NULL @ 0x7fab0a000000] missing picture in access unit with size 6534
[NULL @ 0x7fab0a000000] missing picture in access unit with size 4626
[NULL @ 0x7fab0a000000] missing picture in access unit with size 4340
[h264 @ 0x7fab0a002c00] No start code is found.
[h264 @ 0x7fab0a002c00] Error splitting the input into NAL units.
[NULL @ 0x7fab0a000000] missing picture in access unit with size 16320
[NULL @ 0x7fab0a000000] missing picture in access unit with size 9821
[NULL @ 0x7fab0a000000] missing picture in access unit with size 8762
[NULL @ 0x7fab0a000000] missing picture in access unit with size 9687
[h264 @ 0x7fab0984c200] No start code is found.
[h264 @ 0x7fab0984c200] Error splitting the input into NAL units.
[h264 @ 0x7fab0987d800] No start code is found.
[h264 @ 0x7fab0987d800] Error splitting the input into NAL units.
[h264 @ 0x7fab0987ec00] No start code is found.
[h264 @ 0x7fab0987ec00] Error splitting the input into NAL units.
[h264 @ 0x7fab0c010000] No start code is found.
[h264 @ 0x7fab0c010000] Error splitting the input into NAL units.
[h264 @ 0x7fab08074000] No start code is found.
[h264 @ 0x7fab08074000] Error splitting the input into NAL units.
[h264 @ 0x7fab08028000] No start code is found.
[h264 @ 0x7fab08028000] Error splitting the input into NAL units.
[h264 @ 0x7fab08028600] No start code is found.
[h264 @ 0x7fab08028600] Error splitting the input into NAL units.
[h264 @ 0x7fab0783ce00] No start code is found.
[h264 @ 0x7fab0783ce00] Error splitting the input into NAL units.
[h264 @ 0x7fab0a002c00] No start code is found.
[h264 @ 0x7fab0a002c00] Error splitting the input into NAL units.
[h264 @ 0x7fab0984c200] No start code is found.
[h264 @ 0x7fab0984c200] Error splitting the input into NAL units.
[h264 @ 0x7fab0987d800] No start code is found.
[h264 @ 0x7fab0987d800] Error splitting the input into NAL units.
[h264 @ 0x7fab0987ec00] No start code is found.
[h264 @ 0x7fab0987ec00] Error splitting the input into NAL units.
[h264 @ 0x7fab0c010000] No start code is found.
[h264 @ 0x7fab0c010000] Error splitting the input into NAL units.
[h264 @ 0x7fab08074000] No start code is found.
[h264 @ 0x7fab08074000] Error splitting the input into NAL units.
[h264 @ 0x7fab08028000] No start code is found.
[h264 @ 0x7fab08028000] Error splitting the input into NAL units.
[h264 @ 0x7fab08028600] No start code is found.
[h264 @ 0x7fab08028600] Error splitting the input into NAL units.
[h264 @ 0x7fab0783ce00] No start code is found.
[h264 @ 0x7fab0783ce00] Error splitting the input into NAL units.
[h264 @ 0x7fab0a002c00] No start code is found.
[h264 @ 0x7fab0a002c00] Error splitting the input into NAL units.
...(a lot of error, can not play)

command: ./ffplay out001.flv
ffplay version n4.2.2 Copyright (c) 2003-2019 the FFmpeg developers

built with Apple clang version 11.0.0 (clang-1100.0.33.17)
configuration:
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100

Input #0, flv, from 'out001.flv':

Metadata:

encoder : Lavf58.29.100

Duration: 00:00:10.09, start: 10.011000, bitrate: 2694 kb/s

Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp

10.03 A-V: -0.094 fd= 0 aq= 16KB vq= 4KB sq= 0B f=0/0

...(play normally)

comment:5 by Vonger, 4 years ago

I have tried on latest trunk, same issue.

comment:6 by haohualv, 4 years ago

Version: unspecifiedgit-master

Same issue, first video is corrupted (black screen) after segmenting. All other parts remains okay.
Using the latest Windows build (ffmpeg-20200628-4cfcfb3-win64-static).
The command is: ffmpeg -i .\Test_1.2G.flv -c copy -f segment -segment_time 5 -segment_list_type m3u8 -segment_list out.m3u8 -report out%03d.flv

The full report is too large, only pasting the part related to the first video. Please take a loot at this issue, thanks!

ffmpeg started on 2020-07-02 at 12:30:14
Report written to "ffmpeg-20200702-123014.log"
Log level: 48
Command line:
"C:
Users
haohualv
Downloads
ffmpeg-20200628-4cfcfb3-win64-static
ffmpeg-20200628-4cfcfb3-win64-static
bin
ffmpeg.exe" -i ".
Test_1.2G.flv" -c copy -f segment -segment_time 5 -segment_list_type m3u8 -segment_list out.m3u8 -report "out%03d.flv"
ffmpeg version git-2020-06-28-4cfcfb3 Copyright (c) 2000-2020 the FFmpeg developers

built with gcc 9.3.1 (GCC) 20200621
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
libavutil 56. 55.100 / 56. 55.100
libavcodec 58. 93.100 / 58. 93.100
libavformat 58. 47.100 / 58. 47.100
libavdevice 58. 11.100 / 58. 11.100
libavfilter 7. 86.100 / 7. 86.100
libswscale 5. 8.100 / 5. 8.100
libswresample 3. 8.100 / 3. 8.100
libpostproc 55. 8.100 / 55. 8.100

Splitting the commandline.
Reading option '-i' ... matched as input url with argument '.\Test_1.2G.flv'.
Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'segment'.
Reading option '-segment_time' ... matched as AVOption 'segment_time' with argument '5'.
Reading option '-segment_list_type' ... matched as AVOption 'segment_list_type' with argument 'm3u8'.
Reading option '-segment_list' ... matched as AVOption 'segment_list' with argument 'out.m3u8'.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option 'out%03d.flv' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url .\Test_1.2G.flv.
Successfully parsed a group of options.
Opening an input file: .\Test_1.2G.flv.
[NULL @ 0000027c966eefc0] Opening '.\Test_1.2G.flv' for reading
[file @ 0000027c966efec0] Setting default whitelist 'file,crypto,data'
[flv @ 0000027c966eefc0] Format flv probed with size=2048 and score=100
[flv @ 0000027c966eefc0] Before avformat_find_stream_info() pos: 13 bytes read:32768 seeks:0 nb_streams:0
[flv @ 0000027c966eefc0] keyframe stream hasn't been created
[NULL @ 0000027c966f3900] nal_unit_type: 7(SPS), nal_ref_idc: 3
[NULL @ 0000027c966f3900] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0000027c966f3900] nal_unit_type: 7(SPS), nal_ref_idc: 3
[h264 @ 0000027c966f3900] nal_unit_type: 8(PPS), nal_ref_idc: 3
[h264 @ 0000027c966f3900] nal_unit_type: 6(SEI), nal_ref_idc: 0
[h264 @ 0000027c966f3900] nal_unit_type: 5(IDR), nal_ref_idc: 3
[h264 @ 0000027c966f3900] Format yuv420p chosen by get_format().
[h264 @ 0000027c966f3900] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0000027c966f3900] no picture
[flv @ 0000027c966eefc0] All info found
[flv @ 0000027c966eefc0] rfps: 29.666667 0.013716
[flv @ 0000027c966eefc0] rfps: 29.750000 0.007248
[flv @ 0000027c966eefc0] rfps: 29.833333 0.002841
[flv @ 0000027c966eefc0] rfps: 29.916667 0.000495
[flv @ 0000027c966eefc0] rfps: 30.000000 0.000209
[flv @ 0000027c966eefc0] rfps: 60.000000 0.000836
[flv @ 0000027c966eefc0] rfps: 120.000000 0.003344
[flv @ 0000027c966eefc0] rfps: 240.000000 0.013376
[flv @ 0000027c966eefc0] rfps: 29.970030 0.000075
[flv @ 0000027c966eefc0] rfps: 59.940060 0.000298
[flv @ 0000027c966eefc0] After avformat_find_stream_info() pos: 423748 bytes read:455671 seeks:0 frames:101
Input #0, flv, from '.\Test_1.2G.flv':

Metadata:

description : Bilibili VXCode Swarm Transcoder v0.2.30(gap_fixed:False)
metadatacreator : Version 1.9
hasKeyframes : true
hasVideo : true
hasAudio : true
hasMetadata : true
canSeekToEnd : true
datasize : 1314773809
videosize : 1258034547
audiosize : 55679562
lasttimestamp : 3447
lastkeyframetimestamp: 3447
lastkeyframelocation: 1314786981

Duration: 00:57:27.55, start: 0.060000, bitrate: 3050 kb/s

Stream #0:0, 41, 1/1000: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 2916 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc
Stream #0:1, 60, 1/1000: Audio: aac (LC), 48000 Hz, stereo, fltp, 125 kb/s

Successfully opened the file.
Parsing a group of options: output url out%03d.flv.
Applying option c (codec name) with argument copy.
Applying option f (force format) with argument segment.
Successfully parsed a group of options.
Opening an output file: out%03d.flv.
Successfully opened the file.
[segment @ 0000027c96e505c0] Selected stream id:0 type:video
[segment @ 0000027c96e505c0] Opening 'out000.flv' for writing
[file @ 0000027c94bc7300] Setting default whitelist 'file,crypto,data'
[flv @ 0000027c97052f80] Ignoring metadata for hasKeyframes
[flv @ 0000027c97052f80] Ignoring metadata for hasVideo
[flv @ 0000027c97052f80] Ignoring metadata for hasAudio
[flv @ 0000027c97052f80] Ignoring metadata for hasMetadata
[flv @ 0000027c97052f80] Ignoring metadata for datasize
[flv @ 0000027c97052f80] Ignoring metadata for lasttimestamp
Output #0, segment, to 'out%03d.flv':

Metadata:

description : Bilibili VXCode Swarm Transcoder v0.2.30(gap_fixed:False)
metadatacreator : Version 1.9
hasKeyframes : true
hasVideo : true
hasAudio : true
hasMetadata : true
canSeekToEnd : true
datasize : 1314773809
videosize : 1258034547
audiosize : 55679562
lasttimestamp : 3447
lastkeyframetimestamp: 3447
lastkeyframelocation: 1314786981
encoder : Lavf58.47.100
Stream #0:0, 0, 1/1000: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 2916 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 29.97 tbc
Stream #0:1, 0, 1/1000: Audio: aac (LC), 48000 Hz, stereo, fltp, 125 kb/s

Stream mapping:

Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)

Press [q] to stop, ? for help
cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
cur_dts is invalid st:1 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[segment @ 0000027c96e505c0] segment:'out000.flv' starts with packet stream:0 pts:67 pts_time:0.067 frame:0
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:67 pts_time:0.067 dts:0 dts_time:0 -> pts:67 pts_time:0.067 dts:0 dts_time:0
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:167 pts_time:0.167 dts:34 dts_time:0.034 -> pts:167 pts_time:0.167 dts:34 dts_time:0.034
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:60 pts_time:0.06 dts:60 dts_time:0.06 -> pts:60 pts_time:0.06 dts:60 dts_time:0.06
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:100 pts_time:0.1 dts:67 dts_time:0.067 -> pts:100 pts_time:0.1 dts:67 dts_time:0.067
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:82 pts_time:0.082 dts:82 dts_time:0.082 -> pts:82 pts_time:0.082 dts:82 dts_time:0.082
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:134 pts_time:0.134 dts:100 dts_time:0.1 -> pts:134 pts_time:0.134 dts:100 dts_time:0.1
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:103 pts_time:0.103 dts:103 dts_time:0.103 -> pts:103 pts_time:0.103 dts:103 dts_time:0.103
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:125 pts_time:0.125 dts:125 dts_time:0.125 -> pts:125 pts_time:0.125 dts:125 dts_time:0.125
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:301 pts_time:0.301 dts:134 dts_time:0.134 -> pts:301 pts_time:0.301 dts:134 dts_time:0.134
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:146 pts_time:0.146 dts:146 dts_time:0.146 -> pts:146 pts_time:0.146 dts:146 dts_time:0.146
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:234 pts_time:0.234 dts:167 dts_time:0.167 -> pts:234 pts_time:0.234 dts:167 dts_time:0.167
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:168 pts_time:0.168 dts:168 dts_time:0.168 -> pts:168 pts_time:0.168 dts:168 dts_time:0.168
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:189 pts_time:0.189 dts:189 dts_time:0.189 -> pts:189 pts_time:0.189 dts:189 dts_time:0.189
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:200 pts_time:0.2 dts:200 dts_time:0.2 -> pts:200 pts_time:0.2 dts:200 dts_time:0.2
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:210 pts_time:0.21 dts:210 dts_time:0.21 -> pts:210 pts_time:0.21 dts:210 dts_time:0.21
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:232 pts_time:0.232 dts:232 dts_time:0.232 -> pts:232 pts_time:0.232 dts:232 dts_time:0.232
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:267 pts_time:0.267 dts:234 dts_time:0.234 -> pts:267 pts_time:0.267 dts:234 dts_time:0.234
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:253 pts_time:0.253 dts:253 dts_time:0.253 -> pts:253 pts_time:0.253 dts:253 dts_time:0.253
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:434 pts_time:0.434 dts:267 dts_time:0.267 -> pts:434 pts_time:0.434 dts:267 dts_time:0.267
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:274 pts_time:0.274 dts:274 dts_time:0.274 -> pts:274 pts_time:0.274 dts:274 dts_time:0.274
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:296 pts_time:0.296 dts:296 dts_time:0.296 -> pts:296 pts_time:0.296 dts:296 dts_time:0.296
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:367 pts_time:0.367 dts:301 dts_time:0.301 -> pts:367 pts_time:0.367 dts:301 dts_time:0.301
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:317 pts_time:0.317 dts:317 dts_time:0.317 -> pts:317 pts_time:0.317 dts:317 dts_time:0.317
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:334 pts_time:0.334 dts:334 dts_time:0.334 -> pts:334 pts_time:0.334 dts:334 dts_time:0.334
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:338 pts_time:0.338 dts:338 dts_time:0.338 -> pts:338 pts_time:0.338 dts:338 dts_time:0.338
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:360 pts_time:0.36 dts:360 dts_time:0.36 -> pts:360 pts_time:0.36 dts:360 dts_time:0.36
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:401 pts_time:0.401 dts:367 dts_time:0.367 -> pts:401 pts_time:0.401 dts:367 dts_time:0.367
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:381 pts_time:0.381 dts:381 dts_time:0.381 -> pts:381 pts_time:0.381 dts:381 dts_time:0.381
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:534 pts_time:0.534 dts:401 dts_time:0.401 -> pts:534 pts_time:0.534 dts:401 dts_time:0.401
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:402 pts_time:0.402 dts:402 dts_time:0.402 -> pts:402 pts_time:0.402 dts:402 dts_time:0.402
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:424 pts_time:0.424 dts:424 dts_time:0.424 -> pts:424 pts_time:0.424 dts:424 dts_time:0.424
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:467 pts_time:0.467 dts:434 dts_time:0.434 -> pts:467 pts_time:0.467 dts:434 dts_time:0.434
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:445 pts_time:0.445 dts:445 dts_time:0.445 -> pts:445 pts_time:0.445 dts:445 dts_time:0.445
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:466 pts_time:0.466 dts:466 dts_time:0.466 -> pts:466 pts_time:0.466 dts:466 dts_time:0.466
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:501 pts_time:0.501 dts:467 dts_time:0.467 -> pts:501 pts_time:0.501 dts:467 dts_time:0.467
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:488 pts_time:0.488 dts:488 dts_time:0.488 -> pts:488 pts_time:0.488 dts:488 dts_time:0.488
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:668 pts_time:0.668 dts:501 dts_time:0.501 -> pts:668 pts_time:0.668 dts:501 dts_time:0.501
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:509 pts_time:0.509 dts:509 dts_time:0.509 -> pts:509 pts_time:0.509 dts:509 dts_time:0.509
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:530 pts_time:0.53 dts:530 dts_time:0.53 -> pts:530 pts_time:0.53 dts:530 dts_time:0.53
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:601 pts_time:0.601 dts:534 dts_time:0.534 -> pts:601 pts_time:0.601 dts:534 dts_time:0.534
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:552 pts_time:0.552 dts:552 dts_time:0.552 -> pts:552 pts_time:0.552 dts:552 dts_time:0.552
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:568 pts_time:0.568 dts:568 dts_time:0.568 -> pts:568 pts_time:0.568 dts:568 dts_time:0.568
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:573 pts_time:0.573 dts:573 dts_time:0.573 -> pts:573 pts_time:0.573 dts:573 dts_time:0.573
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:594 pts_time:0.594 dts:594 dts_time:0.594 -> pts:594 pts_time:0.594 dts:594 dts_time:0.594
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:634 pts_time:0.634 dts:601 dts_time:0.601 -> pts:634 pts_time:0.634 dts:601 dts_time:0.601
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:616 pts_time:0.616 dts:616 dts_time:0.616 -> pts:616 pts_time:0.616 dts:616 dts_time:0.616
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:768 pts_time:0.768 dts:634 dts_time:0.634 -> pts:768 pts_time:0.768 dts:634 dts_time:0.634
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:637 pts_time:0.637 dts:637 dts_time:0.637 -> pts:637 pts_time:0.637 dts:637 dts_time:0.637
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:658 pts_time:0.658 dts:658 dts_time:0.658 -> pts:658 pts_time:0.658 dts:658 dts_time:0.658
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:701 pts_time:0.701 dts:668 dts_time:0.668 -> pts:701 pts_time:0.701 dts:668 dts_time:0.668
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:680 pts_time:0.68 dts:680 dts_time:0.68 -> pts:680 pts_time:0.68 dts:680 dts_time:0.68
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:734 pts_time:0.734 dts:701 dts_time:0.701 -> pts:734 pts_time:0.734 dts:701 dts_time:0.701
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:701 pts_time:0.701 dts:701 dts_time:0.701 -> pts:701 pts_time:0.701 dts:701 dts_time:0.701
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:722 pts_time:0.722 dts:722 dts_time:0.722 -> pts:722 pts_time:0.722 dts:722 dts_time:0.722
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:901 pts_time:0.901 dts:734 dts_time:0.734 -> pts:901 pts_time:0.901 dts:734 dts_time:0.734
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:744 pts_time:0.744 dts:744 dts_time:0.744 -> pts:744 pts_time:0.744 dts:744 dts_time:0.744
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:765 pts_time:0.765 dts:765 dts_time:0.765 -> pts:765 pts_time:0.765 dts:765 dts_time:0.765
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:834 pts_time:0.834 dts:768 dts_time:0.768 -> pts:834 pts_time:0.834 dts:768 dts_time:0.768
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:786 pts_time:0.786 dts:786 dts_time:0.786 -> pts:786 pts_time:0.786 dts:786 dts_time:0.786
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:801 pts_time:0.801 dts:801 dts_time:0.801 -> pts:801 pts_time:0.801 dts:801 dts_time:0.801
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:808 pts_time:0.808 dts:808 dts_time:0.808 -> pts:808 pts_time:0.808 dts:808 dts_time:0.808
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:829 pts_time:0.829 dts:829 dts_time:0.829 -> pts:829 pts_time:0.829 dts:829 dts_time:0.829
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:868 pts_time:0.868 dts:834 dts_time:0.834 -> pts:868 pts_time:0.868 dts:834 dts_time:0.834
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:850 pts_time:0.85 dts:850 dts_time:0.85 -> pts:850 pts_time:0.85 dts:850 dts_time:0.85
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1035 pts_time:1.035 dts:868 dts_time:0.868 -> pts:1035 pts_time:1.035 dts:868 dts_time:0.868
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:872 pts_time:0.872 dts:872 dts_time:0.872 -> pts:872 pts_time:0.872 dts:872 dts_time:0.872
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:893 pts_time:0.893 dts:893 dts_time:0.893 -> pts:893 pts_time:0.893 dts:893 dts_time:0.893
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:968 pts_time:0.968 dts:901 dts_time:0.901 -> pts:968 pts_time:0.968 dts:901 dts_time:0.901
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:914 pts_time:0.914 dts:914 dts_time:0.914 -> pts:914 pts_time:0.914 dts:914 dts_time:0.914
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:935 pts_time:0.935 dts:935 dts_time:0.935 -> pts:935 pts_time:0.935 dts:935 dts_time:0.935
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:936 pts_time:0.936 dts:936 dts_time:0.936 -> pts:936 pts_time:0.936 dts:936 dts_time:0.936
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:957 pts_time:0.957 dts:957 dts_time:0.957 -> pts:957 pts_time:0.957 dts:957 dts_time:0.957
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1001 pts_time:1.001 dts:968 dts_time:0.968 -> pts:1001 pts_time:1.001 dts:968 dts_time:0.968
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:978 pts_time:0.978 dts:978 dts_time:0.978 -> pts:978 pts_time:0.978 dts:978 dts_time:0.978
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1000 pts_time:1 dts:1000 dts_time:1 -> pts:1000 pts_time:1 dts:1000 dts_time:1
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1168 pts_time:1.168 dts:1001 dts_time:1.001 -> pts:1168 pts_time:1.168 dts:1001 dts_time:1.001
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1021 pts_time:1.021 dts:1021 dts_time:1.021 -> pts:1021 pts_time:1.021 dts:1021 dts_time:1.021
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1101 pts_time:1.101 dts:1035 dts_time:1.035 -> pts:1101 pts_time:1.101 dts:1035 dts_time:1.035
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1042 pts_time:1.042 dts:1042 dts_time:1.042 -> pts:1042 pts_time:1.042 dts:1042 dts_time:1.042
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1064 pts_time:1.064 dts:1064 dts_time:1.064 -> pts:1064 pts_time:1.064 dts:1064 dts_time:1.064
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1068 pts_time:1.068 dts:1068 dts_time:1.068 -> pts:1068 pts_time:1.068 dts:1068 dts_time:1.068
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1085 pts_time:1.085 dts:1085 dts_time:1.085 -> pts:1085 pts_time:1.085 dts:1085 dts_time:1.085
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1135 pts_time:1.135 dts:1101 dts_time:1.101 -> pts:1135 pts_time:1.135 dts:1101 dts_time:1.101
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1106 pts_time:1.106 dts:1106 dts_time:1.106 -> pts:1106 pts_time:1.106 dts:1106 dts_time:1.106
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1128 pts_time:1.128 dts:1128 dts_time:1.128 -> pts:1128 pts_time:1.128 dts:1128 dts_time:1.128
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1302 pts_time:1.302 dts:1135 dts_time:1.135 -> pts:1302 pts_time:1.302 dts:1135 dts_time:1.135
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1149 pts_time:1.149 dts:1149 dts_time:1.149 -> pts:1149 pts_time:1.149 dts:1149 dts_time:1.149
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1235 pts_time:1.235 dts:1168 dts_time:1.168 -> pts:1235 pts_time:1.235 dts:1168 dts_time:1.168
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1170 pts_time:1.17 dts:1170 dts_time:1.17 -> pts:1170 pts_time:1.17 dts:1170 dts_time:1.17
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1192 pts_time:1.192 dts:1192 dts_time:1.192 -> pts:1192 pts_time:1.192 dts:1192 dts_time:1.192
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1201 pts_time:1.201 dts:1201 dts_time:1.201 -> pts:1201 pts_time:1.201 dts:1201 dts_time:1.201
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1213 pts_time:1.213 dts:1213 dts_time:1.213 -> pts:1213 pts_time:1.213 dts:1213 dts_time:1.213
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1234 pts_time:1.234 dts:1234 dts_time:1.234 -> pts:1234 pts_time:1.234 dts:1234 dts_time:1.234
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1268 pts_time:1.268 dts:1235 dts_time:1.235 -> pts:1268 pts_time:1.268 dts:1235 dts_time:1.235
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1256 pts_time:1.256 dts:1256 dts_time:1.256 -> pts:1256 pts_time:1.256 dts:1256 dts_time:1.256
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1435 pts_time:1.435 dts:1268 dts_time:1.268 -> pts:1435 pts_time:1.435 dts:1268 dts_time:1.268
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1277 pts_time:1.277 dts:1277 dts_time:1.277 -> pts:1277 pts_time:1.277 dts:1277 dts_time:1.277
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1298 pts_time:1.298 dts:1298 dts_time:1.298 -> pts:1298 pts_time:1.298 dts:1298 dts_time:1.298
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1368 pts_time:1.368 dts:1302 dts_time:1.302 -> pts:1368 pts_time:1.368 dts:1302 dts_time:1.302
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1320 pts_time:1.32 dts:1320 dts_time:1.32 -> pts:1320 pts_time:1.32 dts:1320 dts_time:1.32
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1335 pts_time:1.335 dts:1335 dts_time:1.335 -> pts:1335 pts_time:1.335 dts:1335 dts_time:1.335
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1341 pts_time:1.341 dts:1341 dts_time:1.341 -> pts:1341 pts_time:1.341 dts:1341 dts_time:1.341
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1362 pts_time:1.362 dts:1362 dts_time:1.362 -> pts:1362 pts_time:1.362 dts:1362 dts_time:1.362
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1402 pts_time:1.402 dts:1368 dts_time:1.368 -> pts:1402 pts_time:1.402 dts:1368 dts_time:1.368
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1384 pts_time:1.384 dts:1384 dts_time:1.384 -> pts:1384 pts_time:1.384 dts:1384 dts_time:1.384
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1569 pts_time:1.569 dts:1402 dts_time:1.402 -> pts:1569 pts_time:1.569 dts:1402 dts_time:1.402
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1405 pts_time:1.405 dts:1405 dts_time:1.405 -> pts:1405 pts_time:1.405 dts:1405 dts_time:1.405
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1426 pts_time:1.426 dts:1426 dts_time:1.426 -> pts:1426 pts_time:1.426 dts:1426 dts_time:1.426
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1502 pts_time:1.502 dts:1435 dts_time:1.435 -> pts:1502 pts_time:1.502 dts:1435 dts_time:1.435
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1448 pts_time:1.448 dts:1448 dts_time:1.448 -> pts:1448 pts_time:1.448 dts:1448 dts_time:1.448
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1468 pts_time:1.468 dts:1468 dts_time:1.468 -> pts:1468 pts_time:1.468 dts:1468 dts_time:1.468
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1469 pts_time:1.469 dts:1469 dts_time:1.469 -> pts:1469 pts_time:1.469 dts:1469 dts_time:1.469
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1490 pts_time:1.49 dts:1490 dts_time:1.49 -> pts:1490 pts_time:1.49 dts:1490 dts_time:1.49
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1535 pts_time:1.535 dts:1502 dts_time:1.502 -> pts:1535 pts_time:1.535 dts:1502 dts_time:1.502
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1512 pts_time:1.512 dts:1512 dts_time:1.512 -> pts:1512 pts_time:1.512 dts:1512 dts_time:1.512
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1533 pts_time:1.533 dts:1533 dts_time:1.533 -> pts:1533 pts_time:1.533 dts:1533 dts_time:1.533
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1702 pts_time:1.702 dts:1535 dts_time:1.535 -> pts:1702 pts_time:1.702 dts:1535 dts_time:1.535
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1554 pts_time:1.554 dts:1554 dts_time:1.554 -> pts:1554 pts_time:1.554 dts:1554 dts_time:1.554
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1635 pts_time:1.635 dts:1569 dts_time:1.569 -> pts:1635 pts_time:1.635 dts:1569 dts_time:1.569
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1576 pts_time:1.576 dts:1576 dts_time:1.576 -> pts:1576 pts_time:1.576 dts:1576 dts_time:1.576
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1597 pts_time:1.597 dts:1597 dts_time:1.597 -> pts:1597 pts_time:1.597 dts:1597 dts_time:1.597
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1602 pts_time:1.602 dts:1602 dts_time:1.602 -> pts:1602 pts_time:1.602 dts:1602 dts_time:1.602
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1618 pts_time:1.618 dts:1618 dts_time:1.618 -> pts:1618 pts_time:1.618 dts:1618 dts_time:1.618
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1669 pts_time:1.669 dts:1635 dts_time:1.635 -> pts:1669 pts_time:1.669 dts:1635 dts_time:1.635
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1640 pts_time:1.64 dts:1640 dts_time:1.64 -> pts:1640 pts_time:1.64 dts:1640 dts_time:1.64
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1661 pts_time:1.661 dts:1661 dts_time:1.661 -> pts:1661 pts_time:1.661 dts:1661 dts_time:1.661
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1835 pts_time:1.835 dts:1669 dts_time:1.669 -> pts:1835 pts_time:1.835 dts:1669 dts_time:1.669
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1682 pts_time:1.682 dts:1682 dts_time:1.682 -> pts:1682 pts_time:1.682 dts:1682 dts_time:1.682
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1769 pts_time:1.769 dts:1702 dts_time:1.702 -> pts:1769 pts_time:1.769 dts:1702 dts_time:1.702
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1704 pts_time:1.704 dts:1704 dts_time:1.704 -> pts:1704 pts_time:1.704 dts:1704 dts_time:1.704
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1725 pts_time:1.725 dts:1725 dts_time:1.725 -> pts:1725 pts_time:1.725 dts:1725 dts_time:1.725
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1735 pts_time:1.735 dts:1735 dts_time:1.735 -> pts:1735 pts_time:1.735 dts:1735 dts_time:1.735
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1746 pts_time:1.746 dts:1746 dts_time:1.746 -> pts:1746 pts_time:1.746 dts:1746 dts_time:1.746
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1768 pts_time:1.768 dts:1768 dts_time:1.768 -> pts:1768 pts_time:1.768 dts:1768 dts_time:1.768
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1802 pts_time:1.802 dts:1769 dts_time:1.769 -> pts:1802 pts_time:1.802 dts:1769 dts_time:1.769
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1789 pts_time:1.789 dts:1789 dts_time:1.789 -> pts:1789 pts_time:1.789 dts:1789 dts_time:1.789
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1969 pts_time:1.969 dts:1802 dts_time:1.802 -> pts:1969 pts_time:1.969 dts:1802 dts_time:1.802
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1810 pts_time:1.81 dts:1810 dts_time:1.81 -> pts:1810 pts_time:1.81 dts:1810 dts_time:1.81
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1832 pts_time:1.832 dts:1832 dts_time:1.832 -> pts:1832 pts_time:1.832 dts:1832 dts_time:1.832
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1902 pts_time:1.902 dts:1835 dts_time:1.835 -> pts:1902 pts_time:1.902 dts:1835 dts_time:1.835
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1853 pts_time:1.853 dts:1853 dts_time:1.853 -> pts:1853 pts_time:1.853 dts:1853 dts_time:1.853
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1869 pts_time:1.869 dts:1869 dts_time:1.869 -> pts:1869 pts_time:1.869 dts:1869 dts_time:1.869
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1874 pts_time:1.874 dts:1874 dts_time:1.874 -> pts:1874 pts_time:1.874 dts:1874 dts_time:1.874
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1896 pts_time:1.896 dts:1896 dts_time:1.896 -> pts:1896 pts_time:1.896 dts:1896 dts_time:1.896
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:1936 pts_time:1.936 dts:1902 dts_time:1.902 -> pts:1936 pts_time:1.936 dts:1902 dts_time:1.902
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1917 pts_time:1.917 dts:1917 dts_time:1.917 -> pts:1917 pts_time:1.917 dts:1917 dts_time:1.917
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2102 pts_time:2.102 dts:1936 dts_time:1.936 -> pts:2102 pts_time:2.102 dts:1936 dts_time:1.936
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1938 pts_time:1.938 dts:1938 dts_time:1.938 -> pts:1938 pts_time:1.938 dts:1938 dts_time:1.938
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1960 pts_time:1.96 dts:1960 dts_time:1.96 -> pts:1960 pts_time:1.96 dts:1960 dts_time:1.96
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2036 pts_time:2.036 dts:1969 dts_time:1.969 -> pts:2036 pts_time:2.036 dts:1969 dts_time:1.969
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:1981 pts_time:1.981 dts:1981 dts_time:1.981 -> pts:1981 pts_time:1.981 dts:1981 dts_time:1.981
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2002 pts_time:2.002 dts:2002 dts_time:2.002 -> pts:2002 pts_time:2.002 dts:2002 dts_time:2.002
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2002 pts_time:2.002 dts:2002 dts_time:2.002 -> pts:2002 pts_time:2.002 dts:2002 dts_time:2.002
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2024 pts_time:2.024 dts:2024 dts_time:2.024 -> pts:2024 pts_time:2.024 dts:2024 dts_time:2.024
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2069 pts_time:2.069 dts:2036 dts_time:2.036 -> pts:2069 pts_time:2.069 dts:2036 dts_time:2.036
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2045 pts_time:2.045 dts:2045 dts_time:2.045 -> pts:2045 pts_time:2.045 dts:2045 dts_time:2.045
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2066 pts_time:2.066 dts:2066 dts_time:2.066 -> pts:2066 pts_time:2.066 dts:2066 dts_time:2.066
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2202 pts_time:2.202 dts:2069 dts_time:2.069 -> pts:2202 pts_time:2.202 dts:2069 dts_time:2.069
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2088 pts_time:2.088 dts:2088 dts_time:2.088 -> pts:2088 pts_time:2.088 dts:2088 dts_time:2.088
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2136 pts_time:2.136 dts:2102 dts_time:2.102 -> pts:2136 pts_time:2.136 dts:2102 dts_time:2.102
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2109 pts_time:2.109 dts:2109 dts_time:2.109 -> pts:2109 pts_time:2.109 dts:2109 dts_time:2.109
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2130 pts_time:2.13 dts:2130 dts_time:2.13 -> pts:2130 pts_time:2.13 dts:2130 dts_time:2.13
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2169 pts_time:2.169 dts:2136 dts_time:2.136 -> pts:2169 pts_time:2.169 dts:2136 dts_time:2.136
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2152 pts_time:2.152 dts:2152 dts_time:2.152 -> pts:2152 pts_time:2.152 dts:2152 dts_time:2.152
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2336 pts_time:2.336 dts:2169 dts_time:2.169 -> pts:2336 pts_time:2.336 dts:2169 dts_time:2.169
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2173 pts_time:2.173 dts:2173 dts_time:2.173 -> pts:2173 pts_time:2.173 dts:2173 dts_time:2.173
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2194 pts_time:2.194 dts:2194 dts_time:2.194 -> pts:2194 pts_time:2.194 dts:2194 dts_time:2.194
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2269 pts_time:2.269 dts:2202 dts_time:2.202 -> pts:2269 pts_time:2.269 dts:2202 dts_time:2.202
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2216 pts_time:2.216 dts:2216 dts_time:2.216 -> pts:2216 pts_time:2.216 dts:2216 dts_time:2.216
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2236 pts_time:2.236 dts:2236 dts_time:2.236 -> pts:2236 pts_time:2.236 dts:2236 dts_time:2.236
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2237 pts_time:2.237 dts:2237 dts_time:2.237 -> pts:2237 pts_time:2.237 dts:2237 dts_time:2.237
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2258 pts_time:2.258 dts:2258 dts_time:2.258 -> pts:2258 pts_time:2.258 dts:2258 dts_time:2.258
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2303 pts_time:2.303 dts:2269 dts_time:2.269 -> pts:2303 pts_time:2.303 dts:2269 dts_time:2.269
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2280 pts_time:2.28 dts:2280 dts_time:2.28 -> pts:2280 pts_time:2.28 dts:2280 dts_time:2.28
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2301 pts_time:2.301 dts:2301 dts_time:2.301 -> pts:2301 pts_time:2.301 dts:2301 dts_time:2.301
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2469 pts_time:2.469 dts:2303 dts_time:2.303 -> pts:2469 pts_time:2.469 dts:2303 dts_time:2.303
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2322 pts_time:2.322 dts:2322 dts_time:2.322 -> pts:2322 pts_time:2.322 dts:2322 dts_time:2.322
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2403 pts_time:2.403 dts:2336 dts_time:2.336 -> pts:2403 pts_time:2.403 dts:2336 dts_time:2.336
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2344 pts_time:2.344 dts:2344 dts_time:2.344 -> pts:2344 pts_time:2.344 dts:2344 dts_time:2.344
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2365 pts_time:2.365 dts:2365 dts_time:2.365 -> pts:2365 pts_time:2.365 dts:2365 dts_time:2.365
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2369 pts_time:2.369 dts:2369 dts_time:2.369 -> pts:2369 pts_time:2.369 dts:2369 dts_time:2.369
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2386 pts_time:2.386 dts:2386 dts_time:2.386 -> pts:2386 pts_time:2.386 dts:2386 dts_time:2.386
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2436 pts_time:2.436 dts:2403 dts_time:2.403 -> pts:2436 pts_time:2.436 dts:2403 dts_time:2.403
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2408 pts_time:2.408 dts:2408 dts_time:2.408 -> pts:2408 pts_time:2.408 dts:2408 dts_time:2.408
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2429 pts_time:2.429 dts:2429 dts_time:2.429 -> pts:2429 pts_time:2.429 dts:2429 dts_time:2.429
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2570 pts_time:2.57 dts:2436 dts_time:2.436 -> pts:2570 pts_time:2.57 dts:2436 dts_time:2.436
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2450 pts_time:2.45 dts:2450 dts_time:2.45 -> pts:2450 pts_time:2.45 dts:2450 dts_time:2.45
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2503 pts_time:2.503 dts:2469 dts_time:2.469 -> pts:2503 pts_time:2.503 dts:2469 dts_time:2.469
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2472 pts_time:2.472 dts:2472 dts_time:2.472 -> pts:2472 pts_time:2.472 dts:2472 dts_time:2.472
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2493 pts_time:2.493 dts:2493 dts_time:2.493 -> pts:2493 pts_time:2.493 dts:2493 dts_time:2.493
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2536 pts_time:2.536 dts:2503 dts_time:2.503 -> pts:2536 pts_time:2.536 dts:2503 dts_time:2.503
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2514 pts_time:2.514 dts:2514 dts_time:2.514 -> pts:2514 pts_time:2.514 dts:2514 dts_time:2.514
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2670 pts_time:2.67 dts:2536 dts_time:2.536 -> pts:2670 pts_time:2.67 dts:2536 dts_time:2.536
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2536 pts_time:2.536 dts:2536 dts_time:2.536 -> pts:2536 pts_time:2.536 dts:2536 dts_time:2.536
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2557 pts_time:2.557 dts:2557 dts_time:2.557 -> pts:2557 pts_time:2.557 dts:2557 dts_time:2.557
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2603 pts_time:2.603 dts:2570 dts_time:2.57 -> pts:2603 pts_time:2.603 dts:2570 dts_time:2.57
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2578 pts_time:2.578 dts:2578 dts_time:2.578 -> pts:2578 pts_time:2.578 dts:2578 dts_time:2.578
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2600 pts_time:2.6 dts:2600 dts_time:2.6 -> pts:2600 pts_time:2.6 dts:2600 dts_time:2.6
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2636 pts_time:2.636 dts:2603 dts_time:2.603 -> pts:2636 pts_time:2.636 dts:2603 dts_time:2.603
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2621 pts_time:2.621 dts:2621 dts_time:2.621 -> pts:2621 pts_time:2.621 dts:2621 dts_time:2.621
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2803 pts_time:2.803 dts:2636 dts_time:2.636 -> pts:2803 pts_time:2.803 dts:2636 dts_time:2.636
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2642 pts_time:2.642 dts:2642 dts_time:2.642 -> pts:2642 pts_time:2.642 dts:2642 dts_time:2.642
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2664 pts_time:2.664 dts:2664 dts_time:2.664 -> pts:2664 pts_time:2.664 dts:2664 dts_time:2.664
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2736 pts_time:2.736 dts:2670 dts_time:2.67 -> pts:2736 pts_time:2.736 dts:2670 dts_time:2.67
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2685 pts_time:2.685 dts:2685 dts_time:2.685 -> pts:2685 pts_time:2.685 dts:2685 dts_time:2.685
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2703 pts_time:2.703 dts:2703 dts_time:2.703 -> pts:2703 pts_time:2.703 dts:2703 dts_time:2.703
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2706 pts_time:2.706 dts:2706 dts_time:2.706 -> pts:2706 pts_time:2.706 dts:2706 dts_time:2.706
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2728 pts_time:2.728 dts:2728 dts_time:2.728 -> pts:2728 pts_time:2.728 dts:2728 dts_time:2.728
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2770 pts_time:2.77 dts:2736 dts_time:2.736 -> pts:2770 pts_time:2.77 dts:2736 dts_time:2.736
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2749 pts_time:2.749 dts:2749 dts_time:2.749 -> pts:2749 pts_time:2.749 dts:2749 dts_time:2.749
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2903 pts_time:2.903 dts:2770 dts_time:2.77 -> pts:2903 pts_time:2.903 dts:2770 dts_time:2.77
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2770 pts_time:2.77 dts:2770 dts_time:2.77 -> pts:2770 pts_time:2.77 dts:2770 dts_time:2.77
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2792 pts_time:2.792 dts:2792 dts_time:2.792 -> pts:2792 pts_time:2.792 dts:2792 dts_time:2.792
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2836 pts_time:2.836 dts:2803 dts_time:2.803 -> pts:2836 pts_time:2.836 dts:2803 dts_time:2.803
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2813 pts_time:2.813 dts:2813 dts_time:2.813 -> pts:2813 pts_time:2.813 dts:2813 dts_time:2.813
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2834 pts_time:2.834 dts:2834 dts_time:2.834 -> pts:2834 pts_time:2.834 dts:2834 dts_time:2.834
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2870 pts_time:2.87 dts:2836 dts_time:2.836 -> pts:2870 pts_time:2.87 dts:2836 dts_time:2.836
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2856 pts_time:2.856 dts:2856 dts_time:2.856 -> pts:2856 pts_time:2.856 dts:2856 dts_time:2.856
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3037 pts_time:3.037 dts:2870 dts_time:2.87 -> pts:3037 pts_time:3.037 dts:2870 dts_time:2.87
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2877 pts_time:2.877 dts:2877 dts_time:2.877 -> pts:2877 pts_time:2.877 dts:2877 dts_time:2.877
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2898 pts_time:2.898 dts:2898 dts_time:2.898 -> pts:2898 pts_time:2.898 dts:2898 dts_time:2.898
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2970 pts_time:2.97 dts:2903 dts_time:2.903 -> pts:2970 pts_time:2.97 dts:2903 dts_time:2.903
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2920 pts_time:2.92 dts:2920 dts_time:2.92 -> pts:2920 pts_time:2.92 dts:2920 dts_time:2.92
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:2937 pts_time:2.937 dts:2937 dts_time:2.937 -> pts:2937 pts_time:2.937 dts:2937 dts_time:2.937
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2941 pts_time:2.941 dts:2941 dts_time:2.941 -> pts:2941 pts_time:2.941 dts:2941 dts_time:2.941
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2962 pts_time:2.962 dts:2962 dts_time:2.962 -> pts:2962 pts_time:2.962 dts:2962 dts_time:2.962
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3003 pts_time:3.003 dts:2970 dts_time:2.97 -> pts:3003 pts_time:3.003 dts:2970 dts_time:2.97
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:2984 pts_time:2.984 dts:2984 dts_time:2.984 -> pts:2984 pts_time:2.984 dts:2984 dts_time:2.984
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3170 pts_time:3.17 dts:3003 dts_time:3.003 -> pts:3170 pts_time:3.17 dts:3003 dts_time:3.003
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3005 pts_time:3.005 dts:3005 dts_time:3.005 -> pts:3005 pts_time:3.005 dts:3005 dts_time:3.005
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3026 pts_time:3.026 dts:3026 dts_time:3.026 -> pts:3026 pts_time:3.026 dts:3026 dts_time:3.026
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3103 pts_time:3.103 dts:3037 dts_time:3.037 -> pts:3103 pts_time:3.103 dts:3037 dts_time:3.037
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3048 pts_time:3.048 dts:3048 dts_time:3.048 -> pts:3048 pts_time:3.048 dts:3048 dts_time:3.048
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3069 pts_time:3.069 dts:3069 dts_time:3.069 -> pts:3069 pts_time:3.069 dts:3069 dts_time:3.069
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3070 pts_time:3.07 dts:3070 dts_time:3.07 -> pts:3070 pts_time:3.07 dts:3070 dts_time:3.07
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3090 pts_time:3.09 dts:3090 dts_time:3.09 -> pts:3090 pts_time:3.09 dts:3090 dts_time:3.09
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3137 pts_time:3.137 dts:3103 dts_time:3.103 -> pts:3137 pts_time:3.137 dts:3103 dts_time:3.103
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3112 pts_time:3.112 dts:3112 dts_time:3.112 -> pts:3112 pts_time:3.112 dts:3112 dts_time:3.112
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3133 pts_time:3.133 dts:3133 dts_time:3.133 -> pts:3133 pts_time:3.133 dts:3133 dts_time:3.133
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3304 pts_time:3.304 dts:3137 dts_time:3.137 -> pts:3304 pts_time:3.304 dts:3137 dts_time:3.137
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3154 pts_time:3.154 dts:3154 dts_time:3.154 -> pts:3154 pts_time:3.154 dts:3154 dts_time:3.154
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3237 pts_time:3.237 dts:3170 dts_time:3.17 -> pts:3237 pts_time:3.237 dts:3170 dts_time:3.17
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3176 pts_time:3.176 dts:3176 dts_time:3.176 -> pts:3176 pts_time:3.176 dts:3176 dts_time:3.176
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3197 pts_time:3.197 dts:3197 dts_time:3.197 -> pts:3197 pts_time:3.197 dts:3197 dts_time:3.197
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3203 pts_time:3.203 dts:3203 dts_time:3.203 -> pts:3203 pts_time:3.203 dts:3203 dts_time:3.203
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3218 pts_time:3.218 dts:3218 dts_time:3.218 -> pts:3218 pts_time:3.218 dts:3218 dts_time:3.218
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3270 pts_time:3.27 dts:3237 dts_time:3.237 -> pts:3270 pts_time:3.27 dts:3237 dts_time:3.237
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3240 pts_time:3.24 dts:3240 dts_time:3.24 -> pts:3240 pts_time:3.24 dts:3240 dts_time:3.24
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3261 pts_time:3.261 dts:3261 dts_time:3.261 -> pts:3261 pts_time:3.261 dts:3261 dts_time:3.261
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3437 pts_time:3.437 dts:3270 dts_time:3.27 -> pts:3437 pts_time:3.437 dts:3270 dts_time:3.27
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3282 pts_time:3.282 dts:3282 dts_time:3.282 -> pts:3282 pts_time:3.282 dts:3282 dts_time:3.282
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3370 pts_time:3.37 dts:3304 dts_time:3.304 -> pts:3370 pts_time:3.37 dts:3304 dts_time:3.304
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3304 pts_time:3.304 dts:3304 dts_time:3.304 -> pts:3304 pts_time:3.304 dts:3304 dts_time:3.304
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3325 pts_time:3.325 dts:3325 dts_time:3.325 -> pts:3325 pts_time:3.325 dts:3325 dts_time:3.325
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3337 pts_time:3.337 dts:3337 dts_time:3.337 -> pts:3337 pts_time:3.337 dts:3337 dts_time:3.337
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3346 pts_time:3.346 dts:3346 dts_time:3.346 -> pts:3346 pts_time:3.346 dts:3346 dts_time:3.346
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3368 pts_time:3.368 dts:3368 dts_time:3.368 -> pts:3368 pts_time:3.368 dts:3368 dts_time:3.368
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3404 pts_time:3.404 dts:3370 dts_time:3.37 -> pts:3404 pts_time:3.404 dts:3370 dts_time:3.37
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3389 pts_time:3.389 dts:3389 dts_time:3.389 -> pts:3389 pts_time:3.389 dts:3389 dts_time:3.389
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3571 pts_time:3.571 dts:3404 dts_time:3.404 -> pts:3571 pts_time:3.571 dts:3404 dts_time:3.404
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3410 pts_time:3.41 dts:3410 dts_time:3.41 -> pts:3410 pts_time:3.41 dts:3410 dts_time:3.41
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3432 pts_time:3.432 dts:3432 dts_time:3.432 -> pts:3432 pts_time:3.432 dts:3432 dts_time:3.432
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3504 pts_time:3.504 dts:3437 dts_time:3.437 -> pts:3504 pts_time:3.504 dts:3437 dts_time:3.437
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3453 pts_time:3.453 dts:3453 dts_time:3.453 -> pts:3453 pts_time:3.453 dts:3453 dts_time:3.453
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3470 pts_time:3.47 dts:3470 dts_time:3.47 -> pts:3470 pts_time:3.47 dts:3470 dts_time:3.47
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3474 pts_time:3.474 dts:3474 dts_time:3.474 -> pts:3474 pts_time:3.474 dts:3474 dts_time:3.474
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3496 pts_time:3.496 dts:3496 dts_time:3.496 -> pts:3496 pts_time:3.496 dts:3496 dts_time:3.496
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3537 pts_time:3.537 dts:3504 dts_time:3.504 -> pts:3537 pts_time:3.537 dts:3504 dts_time:3.504
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3517 pts_time:3.517 dts:3517 dts_time:3.517 -> pts:3517 pts_time:3.517 dts:3517 dts_time:3.517
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3671 pts_time:3.671 dts:3537 dts_time:3.537 -> pts:3671 pts_time:3.671 dts:3537 dts_time:3.537
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3538 pts_time:3.538 dts:3538 dts_time:3.538 -> pts:3538 pts_time:3.538 dts:3538 dts_time:3.538
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3560 pts_time:3.56 dts:3560 dts_time:3.56 -> pts:3560 pts_time:3.56 dts:3560 dts_time:3.56
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3604 pts_time:3.604 dts:3571 dts_time:3.571 -> pts:3604 pts_time:3.604 dts:3571 dts_time:3.571
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3581 pts_time:3.581 dts:3581 dts_time:3.581 -> pts:3581 pts_time:3.581 dts:3581 dts_time:3.581
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3602 pts_time:3.602 dts:3602 dts_time:3.602 -> pts:3602 pts_time:3.602 dts:3602 dts_time:3.602
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3637 pts_time:3.637 dts:3604 dts_time:3.604 -> pts:3637 pts_time:3.637 dts:3604 dts_time:3.604
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3624 pts_time:3.624 dts:3624 dts_time:3.624 -> pts:3624 pts_time:3.624 dts:3624 dts_time:3.624
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3771 pts_time:3.771 dts:3637 dts_time:3.637 -> pts:3771 pts_time:3.771 dts:3637 dts_time:3.637
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3645 pts_time:3.645 dts:3645 dts_time:3.645 -> pts:3645 pts_time:3.645 dts:3645 dts_time:3.645
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3666 pts_time:3.666 dts:3666 dts_time:3.666 -> pts:3666 pts_time:3.666 dts:3666 dts_time:3.666
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3704 pts_time:3.704 dts:3671 dts_time:3.671 -> pts:3704 pts_time:3.704 dts:3671 dts_time:3.671
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3688 pts_time:3.688 dts:3688 dts_time:3.688 -> pts:3688 pts_time:3.688 dts:3688 dts_time:3.688
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3737 pts_time:3.737 dts:3704 dts_time:3.704 -> pts:3737 pts_time:3.737 dts:3704 dts_time:3.704
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3709 pts_time:3.709 dts:3709 dts_time:3.709 -> pts:3709 pts_time:3.709 dts:3709 dts_time:3.709
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3730 pts_time:3.73 dts:3730 dts_time:3.73 -> pts:3730 pts_time:3.73 dts:3730 dts_time:3.73
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3904 pts_time:3.904 dts:3737 dts_time:3.737 -> pts:3904 pts_time:3.904 dts:3737 dts_time:3.737
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3752 pts_time:3.752 dts:3752 dts_time:3.752 -> pts:3752 pts_time:3.752 dts:3752 dts_time:3.752
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3837 pts_time:3.837 dts:3771 dts_time:3.771 -> pts:3837 pts_time:3.837 dts:3771 dts_time:3.771
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3773 pts_time:3.773 dts:3773 dts_time:3.773 -> pts:3773 pts_time:3.773 dts:3773 dts_time:3.773
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3794 pts_time:3.794 dts:3794 dts_time:3.794 -> pts:3794 pts_time:3.794 dts:3794 dts_time:3.794
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3804 pts_time:3.804 dts:3804 dts_time:3.804 -> pts:3804 pts_time:3.804 dts:3804 dts_time:3.804
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3816 pts_time:3.816 dts:3816 dts_time:3.816 -> pts:3816 pts_time:3.816 dts:3816 dts_time:3.816
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3871 pts_time:3.871 dts:3837 dts_time:3.837 -> pts:3871 pts_time:3.871 dts:3837 dts_time:3.837
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3837 pts_time:3.837 dts:3837 dts_time:3.837 -> pts:3837 pts_time:3.837 dts:3837 dts_time:3.837
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3858 pts_time:3.858 dts:3858 dts_time:3.858 -> pts:3858 pts_time:3.858 dts:3858 dts_time:3.858
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4004 pts_time:4.004 dts:3871 dts_time:3.871 -> pts:4004 pts_time:4.004 dts:3871 dts_time:3.871
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3880 pts_time:3.88 dts:3880 dts_time:3.88 -> pts:3880 pts_time:3.88 dts:3880 dts_time:3.88
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3901 pts_time:3.901 dts:3901 dts_time:3.901 -> pts:3901 pts_time:3.901 dts:3901 dts_time:3.901
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3938 pts_time:3.938 dts:3904 dts_time:3.904 -> pts:3938 pts_time:3.938 dts:3904 dts_time:3.904
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3922 pts_time:3.922 dts:3922 dts_time:3.922 -> pts:3922 pts_time:3.922 dts:3922 dts_time:3.922
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:3971 pts_time:3.971 dts:3938 dts_time:3.938 -> pts:3971 pts_time:3.971 dts:3938 dts_time:3.938
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3944 pts_time:3.944 dts:3944 dts_time:3.944 -> pts:3944 pts_time:3.944 dts:3944 dts_time:3.944
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3965 pts_time:3.965 dts:3965 dts_time:3.965 -> pts:3965 pts_time:3.965 dts:3965 dts_time:3.965
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4138 pts_time:4.138 dts:3971 dts_time:3.971 -> pts:4138 pts_time:4.138 dts:3971 dts_time:3.971
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:3986 pts_time:3.986 dts:3986 dts_time:3.986 -> pts:3986 pts_time:3.986 dts:3986 dts_time:3.986
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4071 pts_time:4.071 dts:4004 dts_time:4.004 -> pts:4071 pts_time:4.071 dts:4004 dts_time:4.004
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4008 pts_time:4.008 dts:4008 dts_time:4.008 -> pts:4008 pts_time:4.008 dts:4008 dts_time:4.008
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4029 pts_time:4.029 dts:4029 dts_time:4.029 -> pts:4029 pts_time:4.029 dts:4029 dts_time:4.029
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4038 pts_time:4.038 dts:4038 dts_time:4.038 -> pts:4038 pts_time:4.038 dts:4038 dts_time:4.038
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4050 pts_time:4.05 dts:4050 dts_time:4.05 -> pts:4050 pts_time:4.05 dts:4050 dts_time:4.05
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4104 pts_time:4.104 dts:4071 dts_time:4.071 -> pts:4104 pts_time:4.104 dts:4071 dts_time:4.071
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4072 pts_time:4.072 dts:4072 dts_time:4.072 -> pts:4072 pts_time:4.072 dts:4072 dts_time:4.072
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4093 pts_time:4.093 dts:4093 dts_time:4.093 -> pts:4093 pts_time:4.093 dts:4093 dts_time:4.093
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4271 pts_time:4.271 dts:4104 dts_time:4.104 -> pts:4271 pts_time:4.271 dts:4104 dts_time:4.104
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4114 pts_time:4.114 dts:4114 dts_time:4.114 -> pts:4114 pts_time:4.114 dts:4114 dts_time:4.114
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4136 pts_time:4.136 dts:4136 dts_time:4.136 -> pts:4136 pts_time:4.136 dts:4136 dts_time:4.136
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4204 pts_time:4.204 dts:4138 dts_time:4.138 -> pts:4204 pts_time:4.204 dts:4138 dts_time:4.138
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4157 pts_time:4.157 dts:4157 dts_time:4.157 -> pts:4157 pts_time:4.157 dts:4157 dts_time:4.157
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4171 pts_time:4.171 dts:4171 dts_time:4.171 -> pts:4171 pts_time:4.171 dts:4171 dts_time:4.171
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4178 pts_time:4.178 dts:4178 dts_time:4.178 -> pts:4178 pts_time:4.178 dts:4178 dts_time:4.178
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4200 pts_time:4.2 dts:4200 dts_time:4.2 -> pts:4200 pts_time:4.2 dts:4200 dts_time:4.2
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4238 pts_time:4.238 dts:4204 dts_time:4.204 -> pts:4238 pts_time:4.238 dts:4204 dts_time:4.204
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4221 pts_time:4.221 dts:4221 dts_time:4.221 -> pts:4221 pts_time:4.221 dts:4221 dts_time:4.221
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4405 pts_time:4.405 dts:4238 dts_time:4.238 -> pts:4405 pts_time:4.405 dts:4238 dts_time:4.238
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4242 pts_time:4.242 dts:4242 dts_time:4.242 -> pts:4242 pts_time:4.242 dts:4242 dts_time:4.242
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4264 pts_time:4.264 dts:4264 dts_time:4.264 -> pts:4264 pts_time:4.264 dts:4264 dts_time:4.264
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4338 pts_time:4.338 dts:4271 dts_time:4.271 -> pts:4338 pts_time:4.338 dts:4271 dts_time:4.271
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4285 pts_time:4.285 dts:4285 dts_time:4.285 -> pts:4285 pts_time:4.285 dts:4285 dts_time:4.285
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4305 pts_time:4.305 dts:4305 dts_time:4.305 -> pts:4305 pts_time:4.305 dts:4305 dts_time:4.305
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4306 pts_time:4.306 dts:4306 dts_time:4.306 -> pts:4306 pts_time:4.306 dts:4306 dts_time:4.306
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4328 pts_time:4.328 dts:4328 dts_time:4.328 -> pts:4328 pts_time:4.328 dts:4328 dts_time:4.328
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4371 pts_time:4.371 dts:4338 dts_time:4.338 -> pts:4371 pts_time:4.371 dts:4338 dts_time:4.338
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4349 pts_time:4.349 dts:4349 dts_time:4.349 -> pts:4349 pts_time:4.349 dts:4349 dts_time:4.349
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4370 pts_time:4.37 dts:4370 dts_time:4.37 -> pts:4370 pts_time:4.37 dts:4370 dts_time:4.37
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4505 pts_time:4.505 dts:4371 dts_time:4.371 -> pts:4505 pts_time:4.505 dts:4371 dts_time:4.371
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4392 pts_time:4.392 dts:4392 dts_time:4.392 -> pts:4392 pts_time:4.392 dts:4392 dts_time:4.392
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4438 pts_time:4.438 dts:4405 dts_time:4.405 -> pts:4438 pts_time:4.438 dts:4405 dts_time:4.405
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4413 pts_time:4.413 dts:4413 dts_time:4.413 -> pts:4413 pts_time:4.413 dts:4413 dts_time:4.413
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4434 pts_time:4.434 dts:4434 dts_time:4.434 -> pts:4434 pts_time:4.434 dts:4434 dts_time:4.434
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4471 pts_time:4.471 dts:4438 dts_time:4.438 -> pts:4471 pts_time:4.471 dts:4438 dts_time:4.438
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4456 pts_time:4.456 dts:4456 dts_time:4.456 -> pts:4456 pts_time:4.456 dts:4456 dts_time:4.456
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4638 pts_time:4.638 dts:4471 dts_time:4.471 -> pts:4638 pts_time:4.638 dts:4471 dts_time:4.471
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4477 pts_time:4.477 dts:4477 dts_time:4.477 -> pts:4477 pts_time:4.477 dts:4477 dts_time:4.477
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4498 pts_time:4.498 dts:4498 dts_time:4.498 -> pts:4498 pts_time:4.498 dts:4498 dts_time:4.498
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4572 pts_time:4.572 dts:4505 dts_time:4.505 -> pts:4572 pts_time:4.572 dts:4505 dts_time:4.505
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4520 pts_time:4.52 dts:4520 dts_time:4.52 -> pts:4520 pts_time:4.52 dts:4520 dts_time:4.52
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4538 pts_time:4.538 dts:4538 dts_time:4.538 -> pts:4538 pts_time:4.538 dts:4538 dts_time:4.538
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4541 pts_time:4.541 dts:4541 dts_time:4.541 -> pts:4541 pts_time:4.541 dts:4541 dts_time:4.541
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4562 pts_time:4.562 dts:4562 dts_time:4.562 -> pts:4562 pts_time:4.562 dts:4562 dts_time:4.562
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4605 pts_time:4.605 dts:4572 dts_time:4.572 -> pts:4605 pts_time:4.605 dts:4572 dts_time:4.572
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4584 pts_time:4.584 dts:4584 dts_time:4.584 -> pts:4584 pts_time:4.584 dts:4584 dts_time:4.584
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4772 pts_time:4.772 dts:4605 dts_time:4.605 -> pts:4772 pts_time:4.772 dts:4605 dts_time:4.605
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4605 pts_time:4.605 dts:4605 dts_time:4.605 -> pts:4605 pts_time:4.605 dts:4605 dts_time:4.605
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4626 pts_time:4.626 dts:4626 dts_time:4.626 -> pts:4626 pts_time:4.626 dts:4626 dts_time:4.626
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4705 pts_time:4.705 dts:4638 dts_time:4.638 -> pts:4705 pts_time:4.705 dts:4638 dts_time:4.638
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4648 pts_time:4.648 dts:4648 dts_time:4.648 -> pts:4648 pts_time:4.648 dts:4648 dts_time:4.648
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4669 pts_time:4.669 dts:4669 dts_time:4.669 -> pts:4669 pts_time:4.669 dts:4669 dts_time:4.669
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4672 pts_time:4.672 dts:4672 dts_time:4.672 -> pts:4672 pts_time:4.672 dts:4672 dts_time:4.672
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4690 pts_time:4.69 dts:4690 dts_time:4.69 -> pts:4690 pts_time:4.69 dts:4690 dts_time:4.69
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4738 pts_time:4.738 dts:4705 dts_time:4.705 -> pts:4738 pts_time:4.738 dts:4705 dts_time:4.705
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4712 pts_time:4.712 dts:4712 dts_time:4.712 -> pts:4712 pts_time:4.712 dts:4712 dts_time:4.712
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4733 pts_time:4.733 dts:4733 dts_time:4.733 -> pts:4733 pts_time:4.733 dts:4733 dts_time:4.733
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4905 pts_time:4.905 dts:4738 dts_time:4.738 -> pts:4905 pts_time:4.905 dts:4738 dts_time:4.738
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4754 pts_time:4.754 dts:4754 dts_time:4.754 -> pts:4754 pts_time:4.754 dts:4754 dts_time:4.754
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4838 pts_time:4.838 dts:4772 dts_time:4.772 -> pts:4838 pts_time:4.838 dts:4772 dts_time:4.772
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4776 pts_time:4.776 dts:4776 dts_time:4.776 -> pts:4776 pts_time:4.776 dts:4776 dts_time:4.776
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4797 pts_time:4.797 dts:4797 dts_time:4.797 -> pts:4797 pts_time:4.797 dts:4797 dts_time:4.797
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4805 pts_time:4.805 dts:4805 dts_time:4.805 -> pts:4805 pts_time:4.805 dts:4805 dts_time:4.805
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4818 pts_time:4.818 dts:4818 dts_time:4.818 -> pts:4818 pts_time:4.818 dts:4818 dts_time:4.818
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4872 pts_time:4.872 dts:4838 dts_time:4.838 -> pts:4872 pts_time:4.872 dts:4838 dts_time:4.838
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4840 pts_time:4.84 dts:4840 dts_time:4.84 -> pts:4840 pts_time:4.84 dts:4840 dts_time:4.84
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4861 pts_time:4.861 dts:4861 dts_time:4.861 -> pts:4861 pts_time:4.861 dts:4861 dts_time:4.861
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:5039 pts_time:5.039 dts:4872 dts_time:4.872 -> pts:5039 pts_time:5.039 dts:4872 dts_time:4.872
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4882 pts_time:4.882 dts:4882 dts_time:4.882 -> pts:4882 pts_time:4.882 dts:4882 dts_time:4.882
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4904 pts_time:4.904 dts:4904 dts_time:4.904 -> pts:4904 pts_time:4.904 dts:4904 dts_time:4.904
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4972 pts_time:4.972 dts:4905 dts_time:4.905 -> pts:4972 pts_time:4.972 dts:4905 dts_time:4.905
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4925 pts_time:4.925 dts:4925 dts_time:4.925 -> pts:4925 pts_time:4.925 dts:4925 dts_time:4.925
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:4939 pts_time:4.939 dts:4939 dts_time:4.939 -> pts:4939 pts_time:4.939 dts:4939 dts_time:4.939
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4946 pts_time:4.946 dts:4946 dts_time:4.946 -> pts:4946 pts_time:4.946 dts:4946 dts_time:4.946
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4968 pts_time:4.968 dts:4968 dts_time:4.968 -> pts:4968 pts_time:4.968 dts:4968 dts_time:4.968
[segment @ 0000027c96e505c0] stream:0 start_pts_time:0 pts:5005 pts_time:5.005 dts:4972 dts_time:4.972 -> pts:5005 pts_time:5.005 dts:4972 dts_time:4.972
[segment @ 0000027c96e505c0] stream:1 start_pts_time:0 pts:4989 pts_time:4.989 dts:4989 dts_time:4.989 -> pts:4989 pts_time:4.989 dts:4989 dts_time:4.989
[segment @ 0000027c96e505c0] Opening 'out.m3u8.tmp' for writing
[file @ 0000027c966f2700] Setting default whitelist 'file,crypto,data'
[segment @ 0000027c96e505c0] EXT-X-MEDIA-SEQUENCE:0
[AVIOContext @ 0000027c966eee00] Statistics: 0 seeks, 1 writeouts
[segment @ 0000027c96e505c0] segment:'out000.flv' count:0 ended
[AVIOContext @ 0000027c97046040] Statistics: 2 seeks, 8 writeouts
[segment @ 0000027c96e505c0] Opening 'out001.flv' for writing
[file @ 0000027c9701ab00] Setting default whitelist 'file,crypto,data'
[flv @ 0000027c97052f80] Ignoring metadata for hasKeyframes
[flv @ 0000027c97052f80] Ignoring metadata for hasVideo
[flv @ 0000027c97052f80] Ignoring metadata for hasAudio
[flv @ 0000027c97052f80] Ignoring metadata for hasMetadata
[flv @ 0000027c97052f80] Ignoring metadata for datasize
[flv @ 0000027c97052f80] Ignoring metadata for lasttimestamp
[segment @ 0000027c96e505c0] segment:'out001.flv' starts with packet stream:0 pts:5072 pts_time:5.072 frame:150
....

comment:7 by mkver, 4 years ago

Analyzed by developer: set
Priority: normalimportant
Reproduced by developer: set

This is a regression since 053d33b46b169f35e644ddbf2a2e482515d3a8fe. The segment muxer resets the codec_tag before writing the header since this commit due to faulty logic in seg_write_header().

comment:8 by mkver, 4 years ago

Keywords: regression added

comment:9 by mkver, 4 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.