Opened 6 years ago

Last modified 6 years ago

#7067 new defect

ffmpeg -f segment fails after 30 minutes

Reported by: MusashiSakamoto Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: segment
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

When I used command below to convert video stream received from named pipe into .ts file which is HLS formatted,it stops working with the speed gradually going down after about 30 minutes. Here is the log right before it stopped working.

How to reproduce:

sudo ffmpeg -i named_pipe.mkv \
-c:v libx264 -r 10 -g 30 -map 0  \
-qmin 18 -qmax 30 \
-f segment -segment_format mpegts -segment_time 3 \
-segment_list list.m3u8 \
-segment_list_type hls\
-segment_list_size 20 -strftime 1 \
%Y-%m-%d_%Hh%Mm%Ss.ts

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Attachments (2)

ログ結果.pdf (36.2 KB ) - added by MusashiSakamoto 6 years ago.
logging during its operation
ffmpeg-20180306-155522.log.zip (203.2 KB ) - added by MusashiSakamoto 6 years ago.

Download all attachments as: .zip

Change History (11)

by MusashiSakamoto, 6 years ago

Attachment: ログ結果.pdf added

logging during its operation

comment:1 by Carl Eugen Hoyos, 6 years ago

Priority: criticalnormal

To make this a valid ticket, please provide the command line you tested together with the complete, uncut console output.

comment:2 by MusashiSakamoto, 6 years ago

The failing command is:

sudo ffmpeg -i named_pipe.mkv \
-c:v libx264 -r 10 -g 30 -map 0  \
-qmin 18 -qmax 30 \
-f segment -segment_format mpegts -segment_time 3 \
-segment_list list.m3u8 \
-segment_list_type hls\
-segment_list_size 20 -strftime 1 \
%Y-%m-%d_%Hh%Mm%Ss.ts

Console with this commands reads(Sorry I had to cut the log. It was too long and did not meet the requirements of the length. The whole log is in the uploaded zip file.) :

ffmpeg started on 2018-03-06 at 15:55:22
Report written to "ffmpeg-20180306-155522.log"
Command line:
ffmpeg -i /home/ubuntu/uedaWorkspace/input.mkv -report -v 9 -loglevel 99 -c:v nvenc_h264 -r 10 -g 30 -map 0 -rc constqp -qmin 20 -qmax 26 -s 1280x720 -aspect 16:9 -f segment -segment_format mpegts -segment_time 3 -segment_list /var/www/html/hls/list.m3u8 -segment_list_type hls -segment_list_flags +live -segment_list_size 20 -strftime 1 "/var/www/html/hls/%Y-%m-%d_%Hh%Mm%Ss.ts"
ffmpeg version 3.4.1-1~16.04.york0 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.5) 20160609
  configuration: --prefix=/usr --extra-version='1~16.04.york0' --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
Splitting the commandline.
Reading option '-i' ... matched as input url with argument '/home/ubuntu/uedaWorkspace/input.mkv'.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'nvenc_h264'.
Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '10'.
Reading option '-g' ... matched as AVOption 'g' with argument '30'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
Reading option '-rc' ... matched as AVOption 'rc' with argument 'constqp'.
Reading option '-qmin' ... matched as AVOption 'qmin' with argument '20'.
Reading option '-qmax' ... matched as AVOption 'qmax' with argument '26'.
Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '1280x720'.
Reading option '-aspect' ... matched as option 'aspect' (set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)) with argument '16:9'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'segment'.
Reading option '-segment_format' ... matched as AVOption 'segment_format' with argument 'mpegts'.
Reading option '-segment_time' ... matched as AVOption 'segment_time' with argument '3'.
Reading option '-segment_list' ... matched as AVOption 'segment_list' with argument '/var/www/html/hls/list.m3u8'.
Reading option '-segment_list_type' ... matched as AVOption 'segment_list_type' with argument 'hls'.
Reading option '-segment_list_flags' ... matched as AVOption 'segment_list_flags' with argument '+live'.
Reading option '-segment_list_size' ... matched as AVOption 'segment_list_size' with argument '20'.
Reading option '-strftime' ... matched as AVOption 'strftime' with argument '1'.
Reading option '/var/www/html/hls/%Y-%m-%d_%Hh%Mm%Ss.ts' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option v (set logging level) with argument 9.
Applying option loglevel (set logging level) with argument 99.
Successfully parsed a group of options.
Parsing a group of options: input url /home/ubuntu/uedaWorkspace/input.mkv.
Successfully parsed a group of options.
Opening an input file: /home/ubuntu/uedaWorkspace/input.mkv.
[NULL @ 0x5639c4b45f00] Opening '/home/ubuntu/uedaWorkspace/input.mkv' for reading
[file @ 0x5639c4b46700] Setting default whitelist 'file,crypto'
[matroska,webm @ 0x5639c4b45f00] Format matroska,webm probed with size=2048 and score=100
st:0 removing common factor 1000000 from timebase
[matroska,webm @ 0x5639c4b45f00] Before avformat_find_stream_info() pos: 546 bytes read:8761 seeks:0 nb_streams:1
[h264 @ 0x5639c4b487a0] nal_unit_type: 7, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] nal_unit_type: 8, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] nal_unit_type: 7, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] nal_unit_type: 8, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] nal_unit_type: 5, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0x5639c4b487a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] Frame num gap 2 0
[h264 @ 0x5639c4b487a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b487a0] nal_unit_type: 1, nal_ref_idc: 1
[matroska,webm @ 0x5639c4b45f00] All info found
[matroska,webm @ 0x5639c4b45f00] rfps: 29.750000 0.013940
[matroska,webm @ 0x5639c4b45f00] rfps: 29.833333 0.008635
[matroska,webm @ 0x5639c4b45f00] rfps: 29.916667 0.005385
[matroska,webm @ 0x5639c4b45f00] rfps: 29.916667 0.018162
[matroska,webm @ 0x5639c4b45f00] rfps: 30.000000 0.004190
[matroska,webm @ 0x5639c4b45f00] rfps: 30.000000 0.004190
[matroska,webm @ 0x5639c4b45f00] rfps: 60.000000 0.016760
[matroska,webm @ 0x5639c4b45f00] rfps: 120.000000 0.007040
[matroska,webm @ 0x5639c4b45f00] rfps: 29.970030 0.004383
[matroska,webm @ 0x5639c4b45f00] rfps: 29.970030 0.004383
[matroska,webm @ 0x5639c4b45f00] rfps: 59.940060 0.017532
[matroska,webm @ 0x5639c4b45f00] Setting avg frame rate based on r frame rate
[matroska,webm @ 0x5639c4b45f00] After avformat_find_stream_info() pos: 1573337 bytes read:1573337 seeks:0 frames:48
Input #0, matroska,webm, from '/home/ubuntu/uedaWorkspace/input.mkv':
  Metadata:
    title           : Kinesis Video SDK
    encoder         : Kinesis Video SDK
    AWS_KINESISVIDEO_FRAGMENT_NUMBER: 91343852342132937440357877788436603523577113365
    AWS_KINESISVIDEO_SERVER_TIMESTAMP: 1520319321.837
    AWS_KINESISVIDEO_PRODUCER_TIMESTAMP: 1520319321.882
  Duration: N/A, start: 2151.606000, bitrate: N/A
    Stream #0:0(eng), 48, 1/1000: Video: h264 (High), 1 reference frame, yuv420p(progressive, left), 1920x1080 (1920x1088), 0/1, SAR 1:1 DAR 16:9, 30 fps, 30 tbr, 1k tbn, 2k tbc (default)
    Metadata:
      title           : kinesis_video
Successfully opened the file.
Parsing a group of options: output url /var/www/html/hls/%Y-%m-%d_%Hh%Mm%Ss.ts.
Applying option c:v (codec name) with argument nvenc_h264.
Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 10.
Applying option map (set input stream mapping) with argument 0.
Applying option s (set frame size (WxH or abbreviation)) with argument 1280x720.
Applying option aspect (set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)) with argument 16:9.
Applying option f (force format) with argument segment.
Successfully parsed a group of options.
Opening an output file: /var/www/html/hls/%Y-%m-%d_%Hh%Mm%Ss.ts.
Successfully opened the file.
detected 16 logical cores
[h264 @ 0x5639c4c46e20] nal_unit_type: 7, nal_ref_idc: 1
[h264 @ 0x5639c4c46e20] nal_unit_type: 8, nal_ref_idc: 1
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (native) -> h264 (nvenc_h264))
Press [q] to stop, [?] for help
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4c46e20] nal_unit_type: 5, nal_ref_idc: 1
[h264 @ 0x5639c4c46e20] Reinit context to 1920x1088, pix_fmt: yuv420p
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b552a0] Frame num gap 2 0
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
[graph 0 input from stream 0:0 @ 0x5639c4b4f3c0] Setting 'video_size' to value '1920x1080'
[graph 0 input from stream 0:0 @ 0x5639c4b4f3c0] Setting 'pix_fmt' to value '0'
[graph 0 input from stream 0:0 @ 0x5639c4b4f3c0] Setting 'time_base' to value '1/1000'
[graph 0 input from stream 0:0 @ 0x5639c4b4f3c0] Setting 'pixel_aspect' to value '1/1'
[graph 0 input from stream 0:0 @ 0x5639c4b4f3c0] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 0x5639c4b4f3c0] Setting 'frame_rate' to value '30/1'
[graph 0 input from stream 0:0 @ 0x5639c4b4f3c0] w:1920 h:1080 pixfmt:yuv420p tb:1/1000 fr:30/1 sar:1/1 sws_param:flags=2
[scaler_out_0_0 @ 0x5639c4b592e0] Setting 'w' to value '1280'
[scaler_out_0_0 @ 0x5639c4b592e0] Setting 'h' to value '720'
[scaler_out_0_0 @ 0x5639c4b592e0] Setting 'flags' to value 'bicubic'
[scaler_out_0_0 @ 0x5639c4b592e0] w:1280 h:720 flags:'bicubic' interl:0
[format @ 0x5639c4c98700] compat: called with args=[yuv420p|nv12|p010le|yuv444p|yuv444p16le|bgr0|rgb0|cuda]
[format @ 0x5639c4c98700] Setting 'pix_fmts' to value 'yuv420p|nv12|p010le|yuv444p|yuv444p16le|bgr0|rgb0|cuda'
[AVFilterGraph @ 0x5639c4b480a0] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
[scaler_out_0_0 @ 0x5639c4b592e0] w:1920 h:1080 fmt:yuv420p sar:1/1 -> w:1280 h:720 fmt:yuv420p sar:1/1 flags:0x4
[nvenc_h264 @ 0x5639c4c46960] This encoder is deprecated, use 'h264_nvenc' instead
[nvenc_h264 @ 0x5639c4c46960] Loaded Nvenc version 8.0
[nvenc_h264 @ 0x5639c4c46960] Nvenc initialized successfully
[nvenc_h264 @ 0x5639c4c46960] 1 CUDA capable devices found
[nvenc_h264 @ 0x5639c4c46960] [ GPU #0 - < Tesla M60 > has Compute SM 5.2 ]
[nvenc_h264 @ 0x5639c4c46960] supports NVENC
[segment @ 0x5639c4b4ab20] Selected stream id:0 type:video
[segment @ 0x5639c4b4ab20] Opening '/var/www/html/hls/2018-03-06_15h55m23s.ts' for writing
[file @ 0x5639c6511340] Setting default whitelist 'file,crypto'
[mpegts @ 0x5639c650fce0] muxrate VBR, pcr every 1 pkts, sdt every 200, pat/pmt every 40 pkts
Output #0, segment, to '/var/www/html/hls/%Y-%m-%d_%Hh%Mm%Ss.ts':
  Metadata:
    title           : Kinesis Video SDK
    AWS_KINESISVIDEO_PRODUCER_TIMESTAMP: 1520319321.882
    AWS_KINESISVIDEO_FRAGMENT_NUMBER: 91343852342132937440357877788436603523577113365
    AWS_KINESISVIDEO_SERVER_TIMESTAMP: 1520319321.837
    encoder         : Lavf57.83.100
    Stream #0:0(eng), 0, 1/90000: Video: h264 (nvenc_h264) (Main), 1 reference frame, yuv420p(left), 1280x720 [SAR 1:1 DAR 16:9], 0/1, q=-1--1, 2000 kb/s, 10 fps, 90k tbn, 10 tbc (default)
    Metadata:
      title           : kinesis_video
      encoder         : Lavc57.107.100 nvenc_h264
    Side data:
      cpb: bitrate max/min/avg: 0/0/2000000 buffer size: 4000000 vbv_delay: -1
Clipping frame in rate conversion by 0.000008
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
[segment @ 0x5639c4b4ab20] segment:'/var/www/html/hls/2018-03-06_15h55m23s.ts' starts with packet stream:0 pts:0 pts_time:0 frame:0
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:0 pts_time:0 dts:0 dts_time:0 -> pts:0 pts_time:0 dts:0 dts_time:0
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 3 from stream 0 at ts 1
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 3 from stream 0 at ts 1
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:9000 pts_time:0.1 dts:9000 dts_time:0.1 -> pts:9000 pts_time:0.1 dts:9000 dts_time:0.1
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 4 from stream 0 at ts 2
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 4 from stream 0 at ts 2
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:18000 pts_time:0.2 dts:18000 dts_time:0.2 -> pts:18000 pts_time:0.2 dts:18000 dts_time:0.2
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 5 from stream 0 at ts 3
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 5 from stream 0 at ts 3
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:27000 pts_time:0.3 dts:27000 dts_time:0.3 -> pts:27000 pts_time:0.3 dts:27000 dts_time:0.3
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 6 from stream 0 at ts 4
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 6 from stream 0 at ts 4
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:36000 pts_time:0.4 dts:36000 dts_time:0.4 -> pts:36000 pts_time:0.4 dts:36000 dts_time:0.4
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 7 from stream 0 at ts 5
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 7 from stream 0 at ts 5
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:45000 pts_time:0.5 dts:45000 dts_time:0.5 -> pts:45000 pts_time:0.5 dts:45000 dts_time:0.5
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 8 from stream 0 at ts 6
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 8 from stream 0 at ts 6
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:54000 pts_time:0.6 dts:54000 dts_time:0.6 -> pts:54000 pts_time:0.6 dts:54000 dts_time:0.6
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 9 from stream 0 at ts 7
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 9 from stream 0 at ts 7
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:63000 pts_time:0.7 dts:63000 dts_time:0.7 -> pts:63000 pts_time:0.7 dts:63000 dts_time:0.7
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 10 from stream 0 at ts 8
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 10 from stream 0 at ts 8
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:72000 pts_time:0.8 dts:72000 dts_time:0.8 -> pts:72000 pts_time:0.8 dts:72000 dts_time:0.8
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 11 from stream 0 at ts 9
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 11 from stream 0 at ts 9
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:81000 pts_time:0.9 dts:81000 dts_time:0.9 -> pts:81000 pts_time:0.9 dts:81000 dts_time:0.9
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 12 from stream 0 at ts 10
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 12 from stream 0 at ts 10
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:90000 pts_time:1 dts:90000 dts_time:1 -> pts:90000 pts_time:1 dts:90000 dts_time:1
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 13 from stream 0 at ts 11
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 13 from stream 0 at ts 11
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:99000 pts_time:1.1 dts:99000 dts_time:1.1 -> pts:99000 pts_time:1.1 dts:99000 dts_time:1.1
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 14 from stream 0 at ts 12
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 14 from stream 0 at ts 12
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:108000 pts_time:1.2 dts:108000 dts_time:1.2 -> pts:108000 pts_time:1.2 dts:108000 dts_time:1.2
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 15 from stream 0 at ts 13
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 15 from stream 0 at ts 13
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:117000 pts_time:1.3 dts:117000 dts_time:1.3 -> pts:117000 pts_time:1.3 dts:117000 dts_time:1.3
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 16 from stream 0 at ts 14
[h264 @ 0x5639c4fde520] nal_unit_type: 5, nal_ref_idc: 1
*** dropping frame 16 from stream 0 at ts 14
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:126000 pts_time:1.4 dts:126000 dts_time:1.4 -> pts:126000 pts_time:1.4 dts:126000 dts_time:1.4
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4ffa4a0] Frame num gap 2 0
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 17 from stream 0 at ts 15
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 17 from stream 0 at ts 15
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:135000 pts_time:1.5 dts:135000 dts_time:1.5 -> pts:135000 pts_time:1.5 dts:135000 dts_time:1.5
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 18 from stream 0 at ts 16
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 18 from stream 0 at ts 16
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:144000 pts_time:1.6 dts:144000 dts_time:1.6 -> pts:144000 pts_time:1.6 dts:144000 dts_time:1.6
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=32 speed=3.14x    
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 19 from stream 0 at ts 17
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 19 from stream 0 at ts 17
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:153000 pts_time:1.7 dts:153000 dts_time:1.7 -> pts:153000 pts_time:1.7 dts:153000 dts_time:1.7
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 20 from stream 0 at ts 18
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 20 from stream 0 at ts 18
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:162000 pts_time:1.8 dts:162000 dts_time:1.8 -> pts:162000 pts_time:1.8 dts:162000 dts_time:1.8
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 21 from stream 0 at ts 19
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 21 from stream 0 at ts 19
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:171000 pts_time:1.9 dts:171000 dts_time:1.9 -> pts:171000 pts_time:1.9 dts:171000 dts_time:1.9
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 22 from stream 0 at ts 20
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:180000 pts_time:2 dts:180000 dts_time:2 -> pts:180000 pts_time:2 dts:180000 dts_time:2
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 23 from stream 0 at ts 21
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 23 from stream 0 at ts 21
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:189000 pts_time:2.1 dts:189000 dts_time:2.1 -> pts:189000 pts_time:2.1 dts:189000 dts_time:2.1
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=41 speed=2.08x    
*** dropping frame 24 from stream 0 at ts 22
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 24 from stream 0 at ts 22
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:198000 pts_time:2.2 dts:198000 dts_time:2.2 -> pts:198000 pts_time:2.2 dts:198000 dts_time:2.2
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 25 from stream 0 at ts 23
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 25 from stream 0 at ts 23
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:207000 pts_time:2.3 dts:207000 dts_time:2.3 -> pts:207000 pts_time:2.3 dts:207000 dts_time:2.3
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 26 from stream 0 at ts 24
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 26 from stream 0 at ts 24
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:216000 pts_time:2.4 dts:216000 dts_time:2.4 -> pts:216000 pts_time:2.4 dts:216000 dts_time:2.4
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 27 from stream 0 at ts 25
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 27 from stream 0 at ts 25
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:225000 pts_time:2.5 dts:225000 dts_time:2.5 -> pts:225000 pts_time:2.5 dts:225000 dts_time:2.5
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 28 from stream 0 at ts 26
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 28 from stream 0 at ts 26
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:234000 pts_time:2.6 dts:234000 dts_time:2.6 -> pts:234000 pts_time:2.6 dts:234000 dts_time:2.6
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 29 from stream 0 at ts 27
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=52 speed=1.69x    
*** dropping frame 29 from stream 0 at ts 27
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:243000 pts_time:2.7 dts:243000 dts_time:2.7 -> pts:243000 pts_time:2.7 dts:243000 dts_time:2.7
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 30 from stream 0 at ts 28
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 30 from stream 0 at ts 28
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:252000 pts_time:2.8 dts:252000 dts_time:2.8 -> pts:252000 pts_time:2.8 dts:252000 dts_time:2.8
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 31 from stream 0 at ts 29
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 31 from stream 0 at ts 29
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:0 pts:261000 pts_time:2.9 dts:261000 dts_time:2.9 -> pts:261000 pts_time:2.9 dts:261000 dts_time:2.9
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 32 from stream 0 at ts 30
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 32 from stream 0 at ts 30
[segment @ 0x5639c4b4ab20] Opening '/var/www/html/hls/list.m3u8.tmp' for writing
[file @ 0x5639c4cfaf40] Setting default whitelist 'file,crypto'
[segment @ 0x5639c4b4ab20] EXT-X-MEDIA-SEQUENCE:0
[AVIOContext @ 0x5639c4e45880] Statistics: 0 seeks, 1 writeouts
[segment @ 0x5639c4b4ab20] segment:'/var/www/html/hls/2018-03-06_15h55m23s.ts' count:0 ended
[AVIOContext @ 0x5639c6551520] Statistics: 0 seeks, 1 writeouts
[segment @ 0x5639c4b4ab20] Opening '/var/www/html/hls/2018-03-06_15h55m25s.ts' for writing
[file @ 0x5639c4e45880] Setting default whitelist 'file,crypto'
[mpegts @ 0x5639c4d0b9e0] muxrate VBR, pcr every 9000 pkts, sdt every 200, pat/pmt every 40 pkts
[segment @ 0x5639c4b4ab20] segment:'/var/www/html/hls/2018-03-06_15h55m25s.ts' starts with packet stream:0 pts:270000 pts_time:3 frame:30
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:270000 pts_time:3 dts:270000 dts_time:3 -> pts:270000 pts_time:3 dts:270000 dts_time:3
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 33 from stream 0 at ts 31
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 33 from stream 0 at ts 31
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:279000 pts_time:3.1 dts:279000 dts_time:3.1 -> pts:279000 pts_time:3.1 dts:279000 dts_time:3.1
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 34 from stream 0 at ts 32
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=62 speed=1.52x    
*** dropping frame 34 from stream 0 at ts 32
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:288000 pts_time:3.2 dts:288000 dts_time:3.2 -> pts:288000 pts_time:3.2 dts:288000 dts_time:3.2
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 35 from stream 0 at ts 33
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 35 from stream 0 at ts 33
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:297000 pts_time:3.3 dts:297000 dts_time:3.3 -> pts:297000 pts_time:3.3 dts:297000 dts_time:3.3
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 36 from stream 0 at ts 34
[h264 @ 0x5639c4e68d20] nal_unit_type: 5, nal_ref_idc: 1
*** dropping frame 36 from stream 0 at ts 34
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:306000 pts_time:3.4 dts:306000 dts_time:3.4 -> pts:306000 pts_time:3.4 dts:306000 dts_time:3.4
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 37 from stream 0 at ts 35
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 37 from stream 0 at ts 35
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:315000 pts_time:3.5 dts:315000 dts_time:3.5 -> pts:315000 pts_time:3.5 dts:315000 dts_time:3.5
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 38 from stream 0 at ts 36
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 38 from stream 0 at ts 36
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:324000 pts_time:3.6 dts:324000 dts_time:3.6 -> pts:324000 pts_time:3.6 dts:324000 dts_time:3.6
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 39 from stream 0 at ts 37
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=72 speed=1.42x    
*** dropping frame 39 from stream 0 at ts 37
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:333000 pts_time:3.7 dts:333000 dts_time:3.7 -> pts:333000 pts_time:3.7 dts:333000 dts_time:3.7
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 40 from stream 0 at ts 38
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 40 from stream 0 at ts 38
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:342000 pts_time:3.8 dts:342000 dts_time:3.8 -> pts:342000 pts_time:3.8 dts:342000 dts_time:3.8
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 41 from stream 0 at ts 39
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 41 from stream 0 at ts 39
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:351000 pts_time:3.9 dts:351000 dts_time:3.9 -> pts:351000 pts_time:3.9 dts:351000 dts_time:3.9
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 42 from stream 0 at ts 40
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 42 from stream 0 at ts 40
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:360000 pts_time:4 dts:360000 dts_time:4 -> pts:360000 pts_time:4 dts:360000 dts_time:4
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 43 from stream 0 at ts 41
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 43 from stream 0 at ts 41
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:369000 pts_time:4.1 dts:369000 dts_time:4.1 -> pts:369000 pts_time:4.1 dts:369000 dts_time:4.1
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 44 from stream 0 at ts 42
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=82 speed=1.35x    
*** dropping frame 44 from stream 0 at ts 42
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:378000 pts_time:4.2 dts:378000 dts_time:4.2 -> pts:378000 pts_time:4.2 dts:378000 dts_time:4.2
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 45 from stream 0 at ts 43
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 45 from stream 0 at ts 43
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:387000 pts_time:4.3 dts:387000 dts_time:4.3 -> pts:387000 pts_time:4.3 dts:387000 dts_time:4.3
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 46 from stream 0 at ts 44
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 46 from stream 0 at ts 44
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:396000 pts_time:4.4 dts:396000 dts_time:4.4 -> pts:396000 pts_time:4.4 dts:396000 dts_time:4.4
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 47 from stream 0 at ts 45
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 47 from stream 0 at ts 45
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:405000 pts_time:4.5 dts:405000 dts_time:4.5 -> pts:405000 pts_time:4.5 dts:405000 dts_time:4.5
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 48 from stream 0 at ts 46
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 48 from stream 0 at ts 46
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:414000 pts_time:4.6 dts:414000 dts_time:4.6 -> pts:414000 pts_time:4.6 dts:414000 dts_time:4.6
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 49 from stream 0 at ts 47
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=92 speed=1.29x    
*** dropping frame 49 from stream 0 at ts 47
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:423000 pts_time:4.7 dts:423000 dts_time:4.7 -> pts:423000 pts_time:4.7 dts:423000 dts_time:4.7
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 50 from stream 0 at ts 48
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 50 from stream 0 at ts 48
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:432000 pts_time:4.8 dts:432000 dts_time:4.8 -> pts:432000 pts_time:4.8 dts:432000 dts_time:4.8
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 51 from stream 0 at ts 49
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 51 from stream 0 at ts 49
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:441000 pts_time:4.9 dts:441000 dts_time:4.9 -> pts:441000 pts_time:4.9 dts:441000 dts_time:4.9
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 52 from stream 0 at ts 50
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 52 from stream 0 at ts 50
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:450000 pts_time:5 dts:450000 dts_time:5 -> pts:450000 pts_time:5 dts:450000 dts_time:5
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 53 from stream 0 at ts 51
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 53 from stream 0 at ts 51
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:459000 pts_time:5.1 dts:459000 dts_time:5.1 -> pts:459000 pts_time:5.1 dts:459000 dts_time:5.1
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 54 from stream 0 at ts 52
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 54 from stream 0 at ts 52
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:468000 pts_time:5.2 dts:468000 dts_time:5.2 -> pts:468000 pts_time:5.2 dts:468000 dts_time:5.2
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=103 speed=1.28x    
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 55 from stream 0 at ts 53
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 55 from stream 0 at ts 53
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:477000 pts_time:5.3 dts:477000 dts_time:5.3 -> pts:477000 pts_time:5.3 dts:477000 dts_time:5.3
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 56 from stream 0 at ts 54
[h264 @ 0x5639c4db6a60] nal_unit_type: 5, nal_ref_idc: 1
*** dropping frame 56 from stream 0 at ts 54
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:486000 pts_time:5.4 dts:486000 dts_time:5.4 -> pts:486000 pts_time:5.4 dts:486000 dts_time:5.4
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4d81680] Frame num gap 2 0
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 57 from stream 0 at ts 55
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 57 from stream 0 at ts 55
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:495000 pts_time:5.5 dts:495000 dts_time:5.5 -> pts:495000 pts_time:5.5 dts:495000 dts_time:5.5
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 58 from stream 0 at ts 56
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 58 from stream 0 at ts 56
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:504000 pts_time:5.6 dts:504000 dts_time:5.6 -> pts:504000 pts_time:5.6 dts:504000 dts_time:5.6
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 59 from stream 0 at ts 57
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 59 from stream 0 at ts 57
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:513000 pts_time:5.7 dts:513000 dts_time:5.7 -> pts:513000 pts_time:5.7 dts:513000 dts_time:5.7
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=113 speed=1.23x    
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 60 from stream 0 at ts 58
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 60 from stream 0 at ts 58
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:522000 pts_time:5.8 dts:522000 dts_time:5.8 -> pts:522000 pts_time:5.8 dts:522000 dts_time:5.8
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 61 from stream 0 at ts 59
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 61 from stream 0 at ts 59
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:3 pts:531000 pts_time:5.9 dts:531000 dts_time:5.9 -> pts:531000 pts_time:5.9 dts:531000 dts_time:5.9
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 62 from stream 0 at ts 60
[segment @ 0x5639c4b4ab20] Opening '/var/www/html/hls/list.m3u8.tmp' for writing
[file @ 0x5639c4c23bc0] Setting default whitelist 'file,crypto'
[segment @ 0x5639c4b4ab20] EXT-X-MEDIA-SEQUENCE:0
[AVIOContext @ 0x5639c4d2c640] Statistics: 0 seeks, 1 writeouts
[segment @ 0x5639c4b4ab20] segment:'/var/www/html/hls/2018-03-06_15h55m25s.ts' count:1 ended
[AVIOContext @ 0x5639c4da7f60] Statistics: 0 seeks, 1 writeouts
[segment @ 0x5639c4b4ab20] Opening '/var/www/html/hls/2018-03-06_15h55m28s.ts' for writing
[file @ 0x5639c4c87d60] Setting default whitelist 'file,crypto'
[mpegts @ 0x5639c4ed8aa0] muxrate VBR, pcr every 9000 pkts, sdt every 200, pat/pmt every 40 pkts
[segment @ 0x5639c4b4ab20] segment:'/var/www/html/hls/2018-03-06_15h55m28s.ts' starts with packet stream:0 pts:540000 pts_time:6 frame:60
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:6 pts:540000 pts_time:6 dts:540000 dts_time:6 -> pts:540000 pts_time:6 dts:540000 dts_time:6
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 63 from stream 0 at ts 61
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 63 from stream 0 at ts 61
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:6 pts:549000 pts_time:6.1 dts:549000 dts_time:6.1 -> pts:549000 pts_time:6.1 dts:549000 dts_time:6.1
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 64 from stream 0 at ts 62
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 64 from stream 0 at ts 62
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:6 pts:558000 pts_time:6.2 dts:558000 dts_time:6.2 -> pts:558000 pts_time:6.2 dts:558000 dts_time:6.2
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 65 from stream 0 at ts 63
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=123 speed=1.21x    
*** dropping frame 65 from stream 0 at ts 63
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:6 pts:567000 pts_time:6.3 dts:567000 dts_time:6.3 -> pts:567000 pts_time:6.3 dts:567000 dts_time:6.3
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 66 from stream 0 at ts 64
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 66 from stream 0 at ts 64
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:6 pts:576000 pts_time:6.4 dts:576000 dts_time:6.4 -> pts:576000 pts_time:6.4 dts:576000 dts_time:6.4
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 67 from stream 0 at ts 65
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 67 from stream 0 at ts 65
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:6 pts:585000 pts_time:6.5 dts:585000 dts_time:6.5 -> pts:585000 pts_time:6.5 dts:585000 dts_time:6.5
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 68 from stream 0 at ts 66
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 68 from stream 0 at ts 66
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:6 pts:594000 pts_time:6.6 dts:594000 dts_time:6.6 -> pts:594000 pts_time:6.6 dts:594000 dts_time:6.6
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 69 from stream 0 at ts 67
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 69 from stream 0 at ts 67
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:6 pts:603000 pts_time:6.7 dts:603000 dts_time:6.7 -> pts:603000 pts_time:6.7 dts:603000 dts_time:6.7
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 70 from stream 0 at ts 68
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 70 from stream 0 at ts 68
.
.
.
Sorry..I have to cut it so that this log will be short enough to meet the limit.
.
.
.
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11881
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=33416 speed=0.203x    
*** dropping frame 2461 from stream 0 at ts -11881
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11880
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11880
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11880
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11879
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11879
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11879
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11878
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11877
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11877
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=33426 speed=0.18x    
*** dropping frame 2461 from stream 0 at ts -11877
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11877
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11876
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11876
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11876
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11875
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11875
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11875
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11874
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11874
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11874
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11873
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11873
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11873
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11872
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11872
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11872
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11871
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11871
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11871
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11870
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11870
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11870
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11869
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11869
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11868
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11868
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11868
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11868
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11867
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11867
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11867
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11866
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11866
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11866
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11865
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11865
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11865
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11864
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11864
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 5, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11864
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4e85dc0] Frame num gap 2 0
*** dropping frame 2461 from stream 0 at ts -11863
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11863
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11863
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11862
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11862
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11862
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11861
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11861
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11861
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11860
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11860
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11860
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11859
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11859
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11859
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11858
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11857
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11857
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11857
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11856
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11856
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11856
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11856
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11855
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11855
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11855
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11854
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11854
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11854
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11853
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11853
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11853
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11852
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11852
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11852
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11851
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11851
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11851
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11850
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11850
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11850
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11849
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11849
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11849
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11848
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11848
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11848
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11847
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11847
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11847
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11846
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11846
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11846
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11845
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11845
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11845
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11844
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11844
[h264 @ 0x5639c4db6a60] nal_unit_type: 5, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11844
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11843
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11843
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11843
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11842
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11842
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11842
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11841
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11841
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11841
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11840
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11840
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11840
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11839
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11839
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11839
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11838
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11838
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11838
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11837
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11837
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11837
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11836
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11836
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11836
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11835
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11835
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11835
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11834
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11834
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11834
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11833
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11833
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11833
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11832
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11832
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11832
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11831
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11831
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11831
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11830
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11830
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11830
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11829
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11829
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11829
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11828
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11828
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11828
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11827
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11827
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11827
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11826
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11826
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11826
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11825
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1rate=N/A dup=0 drop=33581 speed=0.18x    
*** dropping frame 2461 from stream 0 at ts -11825
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11825
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11824
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11824
[h264 @ 0x5639c50323a0] nal_unit_type: 5, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11824
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c504e320] Frame num gap 2 0
*** dropping frame 2461 from stream 0 at ts -11823
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11823
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11823
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11822
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11822
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11822
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11821
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11821
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11821
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11820
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11820
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11820
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11819
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11819
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11819
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11818
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11818
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11817
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11817
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11817
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11816
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11816
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11816
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11815
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11815
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11815
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11814
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11814
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11814
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11813
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11813
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11813
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11812
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11812
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11812
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11811
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11811
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11811
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11810
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11810
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11810
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11809
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11809
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11809
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11808
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11808
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11808
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11807
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11807
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11807
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11806
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11806
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11806
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11805
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11805
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11805
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11804
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11804
[h264 @ 0x5639c4edf160] nal_unit_type: 5, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11803
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
[h264 @ 0x5639c4f49440] Frame num gap 2 0
*** dropping frame 2461 from stream 0 at ts -11803
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11803
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11803
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11802
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11802
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11802
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11801
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11801
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11801
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11800
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11800
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11800
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11799
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11799
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11799
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11798
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11798
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11797
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11797
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11797
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11796
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11796
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11796
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11795
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11795
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11795
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11794
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11794
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11794
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11793
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11793
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11793
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11792
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11792
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11792
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11791
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11791
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11791
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11790
[h264 @ 0x5639c4b552a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11790
[h264 @ 0x5639c4db6a60] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11790
[h264 @ 0x5639c4d81680] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11789
[h264 @ 0x5639c4e4eb20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11789
[h264 @ 0x5639c4e55200] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11789
[h264 @ 0x5639c4e68d20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11788
[h264 @ 0x5639c4e7f6e0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11788
[h264 @ 0x5639c4e85dc0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11788
[h264 @ 0x5639c4edf160] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11787
[h264 @ 0x5639c4f49440] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11787
[h264 @ 0x5639c4fde520] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11787
[h264 @ 0x5639c4ffa4a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11786
[h264 @ 0x5639c5016420] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11786
[h264 @ 0x5639c50323a0] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11786
[h264 @ 0x5639c504e320] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11785
[h264 @ 0x5639c4c46e20] nal_unit_type: 1, nal_ref_idc: 1
*** dropping frame 2461 from stream 0 at ts -11785
*** dropping frame 2461 from stream 0 at ts -11785
*** dropping frame 2461 from stream 0 at ts -11784
*** dropping frame 2461 from stream 0 at ts -11784
*** dropping frame 2461 from stream 0 at ts -11784
*** dropping frame 2461 from stream 0 at ts -11783
*** dropping frame 2461 from stream 0 at ts -11783
*** dropping frame 2461 from stream 0 at ts -11783
*** dropping frame 2461 from stream 0 at ts -11782
*** dropping frame 2461 from stream 0 at ts -11782
*** dropping frame 2461 from stream 0 at ts -11782
*** dropping frame 2461 from stream 0 at ts -11781
*** dropping frame 2461 from stream 0 at ts -11781
*** dropping frame 2461 from stream 0 at ts -11781
*** dropping frame 2461 from stream 0 at ts -11780
*** dropping frame 2461 from stream 0 at ts -11780
[out_0_0 @ 0x5639c4b58b40] EOF on sink link out_0_0:default.
*** dropping frame 2461 from stream 0 at ts -11780
No more output streams to write to, finishing.
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:243 pts:22131000 pts_time:245.9 dts:22131000 dts_time:245.9 -> pts:22131000 pts_time:245.9 dts:22131000 dts_time:245.9
[segment @ 0x5639c4b4ab20] Opening '/var/www/html/hls/list.m3u8.tmp' for writing
[file @ 0x5639c6510be0] Setting default whitelist 'file,crypto'
[segment @ 0x5639c4b4ab20] EXT-X-MEDIA-SEQUENCE:62
[AVIOContext @ 0x5639c4f01f80] Statistics: 0 seeks, 1 writeouts
[segment @ 0x5639c4b4ab20] segment:'/var/www/html/hls/2018-03-06_15h59m25s.ts' count:81 ended
[AVIOContext @ 0x5639c4d1cca0] Statistics: 0 seeks, 1 writeouts
[segment @ 0x5639c4b4ab20] Opening '/var/www/html/hls/2018-03-06_16h18m11s.ts' for writing
[file @ 0x5639c4b8da80] Setting default whitelist 'file,crypto'
[mpegts @ 0x5639c655ff60] muxrate VBR, pcr every 9000 pkts, sdt every 200, pat/pmt every 40 pkts
[segment @ 0x5639c4b4ab20] segment:'/var/www/html/hls/2018-03-06_16h18m11s.ts' starts with packet stream:0 pts:22140000 pts_time:246 frame:2460
[segment @ 0x5639c4b4ab20] stream:0 start_pts_time:246 pts:22140000 pts_time:246 dts:22140000 dts_time:246 -> pts:22140000 pts_time:246 dts:22140000 dts_time:246
[segment @ 0x5639c4b4ab20] Opening '/var/www/html/hls/list.m3u8.tmp' for writing
[file @ 0x5639c4cee1a0] Setting default whitelist 'file,crypto'
[segment @ 0x5639c4b4ab20] EXT-X-MEDIA-SEQUENCE:63
[AVIOContext @ 0x5639c4b7e840] Statistics: 0 seeks, 1 writeouts
[segment @ 0x5639c4b4ab20] segment:'/var/www/html/hls/2018-03-06_16h18m11s.ts' count:82 ended
[AVIOContext @ 0x5639c4f01f80] Statistics: 0 seeks, 1 writeouts
frame= 2461 fps=1.8 q=24.0 Lsize=N/A time=00:04:06.00 bitrate=N/A dup=0 drop=33716 speed=0.18x    
video:3564kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Input file #0 (/home/ubuntu/uedaWorkspace/input.mkv):
  Input stream #0:0 (video): 36177 packets read (1203850227 bytes); 36177 frames decoded; 
  Total: 36177 packets (1203850227 bytes) demuxed
Output file #0 (/var/www/html/hls/%Y-%m-%d_%Hh%Mm%Ss.ts):
  Output stream #0:0 (video): 2461 frames encoded; 2461 packets muxed (3649387 bytes); 
  Total: 2461 packets (3649387 bytes) muxed
36177 frames successfully decoded, 0 decoding errors
[nvenc_h264 @ 0x5639c4c46960] Nvenc unloaded
[AVIOContext @ 0x5639c4b4ea60] Statistics: 1204584165 bytes read, 0 seeks
Last edited 6 years ago by MusashiSakamoto (previous) (diff)

by MusashiSakamoto, 6 years ago

comment:3 by Carl Eugen Hoyos, 6 years ago

How was the input file created?

Please test current FFmpeg git head.

in reply to:  3 ; comment:4 by MusashiSakamoto, 6 years ago

Replying to cehoyos:

How was the input file created?

  1. Receiving video stream from /dev/video0
  2. Processing the video stream by opencv
  3. Segmenting it by ffmpeg

Please test current FFmpeg git head.

OK, I'll try and let you know the result.

in reply to:  4 comment:5 by Carl Eugen Hoyos, 6 years ago

Replying to MusashiSakamoto:

Replying to cehoyos:

How was the input file created?

  1. Receiving video stream from /dev/video0
  2. Processing the video stream by opencv

Does it work if you skip this step?
Does it work if you first produce a file (longer than 30 minutes), stop the recording and feed the complete file to FFmpeg?

I wonder if mkv is really a useful streaming format...

comment:6 by MusashiSakamoto, 6 years ago

Thanks for the reply.

We tried feeding the complete file to FFmpeg the way you said.
But it didn't succeed.

Here is the command:

ffmpeg -i ./test.mkv \
-c:v libx264 -r 10 -g 30 \
-f segment -segment_format mpegts -segment_time 3 \
-segment_list ./ts/list.m3u8 \
-segment_list_type hls -segment_list_flags +live \
-segment_list_size 20 \
./ts/out%03d.ts

Here is the output log:

[segment @ 0x558a8db29380] Opening './ts/list.m3u8.tmp' for writing
[segment @ 0x558a8db29380] Opening './ts/out524.ts' for writing
[segment @ 0x558a8db29380] Opening './ts/list.m3u8.tmp' for writingp=0 drop=227018 speed=6.15x    
frame=15738 fps= 61 q=17.0 Lsize=N/A time=00:26:13.70 bitrate=N/A dup=0 drop=227382 speed=6.14x    
video:359257kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Last edited 6 years ago by MusashiSakamoto (previous) (diff)

in reply to:  6 ; comment:7 by Carl Eugen Hoyos, 6 years ago

Replying to MusashiSakamoto:

We tried feeding the complete file to FFmpeg the way you said.
But it didn't succeed.

Here is the command:

ffmpeg -i ./test.mkv \
-c:v libx264 -r 10 -g 30 \
-f segment -segment_format mpegts -segment_time 3 \
-segment_list ./ts/list.m3u8 \
-segment_list_type hls -segment_list_flags +live \
-segment_list_size 20 \
./ts/out%03d.ts

Here is the output log:

[segment @ 0x558a8db29380] Opening './ts/list.m3u8.tmp' for writing
[segment @ 0x558a8db29380] Opening './ts/out524.ts' for writing
[segment @ 0x558a8db29380] Opening './ts/list.m3u8.tmp' for writingp=0 drop=227018 speed=6.15x    
frame=15738 fps= 61 q=17.0 Lsize=N/A time=00:26:13.70 bitrate=N/A dup=0 drop=227382 speed=6.14x    
video:359257kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown

These are the only lines show on the console?

Please provide the input file.

in reply to:  7 comment:9 by MusashiSakamoto, 6 years ago

Last edited 6 years ago by MusashiSakamoto (previous) (diff)
Note: See TracTickets for help on using tickets.