Created
July 18, 2018 16:13
-
-
Save yugandhar91/47a1c30482d1e89a47f7b6fb6dd420ca to your computer and use it in GitHub Desktop.
ffmpeg h264_nvenc error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yugandharv@eclairs:~$ /home/yugandharv/bin/ffmpeg -hwaccel nvdec -i "udp://239.100.106.45:1234?localaddr=169.254.0.0&overrun_nonfatal=1&?fifo_size=2048000" -c:v h264_nvenc -map 0:v:0 -map 0:a:0 -deinterlace -c:a aac -b:a 96k -f flv rtmp://10.10.10.1/channel/1 -loglevel debug | |
ffmpeg version N-91439-gc71e1e6 Copyright (c) 2000-2018 the FFmpeg developers | |
built with gcc 6.4.0 (Ubuntu 6.4.0-17ubuntu1) 20180424 | |
configuration: --prefix=/home/yugandharv/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/yugandharv/ffmpeg_build/include --extra-ldflags=-L/home/yugandharv/ffmpeg_build/lib --extra-libs='-lpthread -lm' --bindir=/home/yugandharv/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-nonfree | |
libavutil 56. 18.102 / 56. 18.102 | |
libavcodec 58. 21.104 / 58. 21.104 | |
libavformat 58. 17.101 / 58. 17.101 | |
libavdevice 58. 4.101 / 58. 4.101 | |
libavfilter 7. 25.100 / 7. 25.100 | |
libswscale 5. 2.100 / 5. 2.100 | |
libswresample 3. 2.100 / 3. 2.100 | |
libpostproc 55. 2.100 / 55. 2.100 | |
Splitting the commandline. | |
Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'nvdec'. | |
Reading option '-i' ... matched as input url with argument 'udp://239.100.106.45:1234?localaddr=169.254.0.0&overrun_nonfatal=1&?fifo_size=2048000'. | |
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264_nvenc'. | |
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:v:0'. | |
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:a:0'. | |
Reading option '-deinterlace' ... matched as option 'deinterlace' (this option is deprecated, use the yadif filter instead) with argument '1'. | |
Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'aac'. | |
Reading option '-b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '96k'. | |
Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'. | |
Reading option 'rtmp://10.10.10.1/channel/1' ... matched as output url. | |
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'. | |
Finished splitting the commandline. | |
Parsing a group of options: global . | |
Applying option deinterlace (this option is deprecated, use the yadif filter instead) with argument 1. | |
Applying option loglevel (set logging level) with argument debug. | |
Successfully parsed a group of options. | |
Parsing a group of options: input url udp://239.100.106.45:1234?localaddr=169.254.0.0&overrun_nonfatal=1&?fifo_size=2048000. | |
Applying option hwaccel (use HW accelerated decoding) with argument nvdec. | |
Successfully parsed a group of options. | |
Opening an input file: udp://239.100.106.45:1234?localaddr=169.254.0.0&overrun_nonfatal=1&?fifo_size=2048000. | |
[NULL @ 0x55ef2443f6c0] Opening 'udp://239.100.106.45:1234?localaddr=169.254.0.0&overrun_nonfatal=1&?fifo_size=2048000' for reading | |
[udp @ 0x55ef24440280] No default whitelist set | |
[udp @ 0x55ef24440280] end receive buffer size reported is 131072 | |
[mpegts @ 0x55ef2443f6c0] Format mpegts probed with size=2048 and score=50 | |
[mpegts @ 0x55ef2443f6c0] stream=0 stream_type=1b pid=28b prog_reg_desc= | |
[mpegts @ 0x55ef2443f6c0] stream=1 stream_type=4 pid=28c prog_reg_desc= | |
[mpegts @ 0x55ef2443f6c0] Before avformat_find_stream_info() pos: 0 bytes read:93436 seeks:0 nb_streams:2 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[mpegts @ 0x55ef2443f6c0] probing stream 1 pp:2500 | |
[mpegts @ 0x55ef2443f6c0] Probe with size=2304, packets=1 detected mp3 with score=25 | |
[mpegts @ 0x55ef2443f6c0] probed stream 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] SPS unavailable in decode_picture_timing | |
[h264 @ 0x55ef24454c80] non-existing PPS 0 referenced | |
[h264 @ 0x55ef24454c80] decode_slice_header error | |
[h264 @ 0x55ef24454c80] no frame! | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 7(SPS), nal_ref_idc: 1 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 8(PPS), nal_ref_idc: 1 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[AVBSFContext @ 0x55ef2445b440] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 7(SPS), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 8(PPS), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24454c80] Format yuv420p chosen by get_format(). | |
[h264 @ 0x55ef24454c80] Reinit context to 720x576, pix_fmt: yuv420p | |
[h264 @ 0x55ef24454c80] Frame num gap 41 37 | |
[h264 @ 0x55ef24454c80] Frame num gap 41 38 | |
[h264 @ 0x55ef24454c80] Frame num gap 41 39 | |
[h264 @ 0x55ef24454c80] no picture | |
[h264 @ 0x55ef24454c80] mmco: unref short failure | |
[h264 @ 0x55ef24454c80] number of reference frames (0+4) exceeds max (3; probably corrupt input), discarding one | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[mpegts @ 0x55ef2443f6c0] Continuity check failed for pid 651 expected 13 got 14 | |
[mpegts @ 0x55ef2443f6c0] Continuity check failed for pid 652 expected 9 got 10 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24454c80] Increasing reorder buffer to 2 | |
[h264 @ 0x55ef24454c80] no picture ooo | |
[mpegts @ 0x55ef2443f6c0] PES packet size mismatch | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24454c80] no picture | |
[h264 @ 0x55ef24454c80] concealing 1337 DC, 1337 AC, 1337 MV errors in B frame | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
Last message repeated 1 times | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
Last message repeated 1 times | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
Last message repeated 1 times | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
Last message repeated 1 times | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
Last message repeated 1 times | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
Last message repeated 1 times | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
Last message repeated 1 times | |
[h264 @ 0x55ef24454c80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:3 | |
Last message repeated 32 times | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:2 | |
[h264 @ 0x55ef24454c80] ct_type:0 pic_struct:1 | |
[mpegts @ 0x55ef2443f6c0] max_analyze_duration 5000000 reached at 5016000 microseconds st:1 | |
[mpegts @ 0x55ef2443f6c0] After avformat_find_stream_info() pos: 1007492 bytes read:1007492 seeks:0 frames:400 | |
Input #0, mpegts, from 'udp://239.100.106.45:1234?localaddr=169.254.0.0&overrun_nonfatal=1&?fifo_size=2048000': | |
Duration: N/A, start: 1552.545822, bitrate: N/A | |
Program 36 | |
Metadata: | |
service_name : SANSKRITI | |
service_provider: PMSL | |
Stream #0:0[0x28b], 189, 1/90000: Video: h264 (Main), 1 reference frame ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg, top first, left), 720x576 [SAR 12:11 DAR 15:11], 0/1, 25 fps, 50 tbr, 90k tbn, 50 tbc | |
Stream #0:1[0x28c](eng), 211, 1/90000: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 128 kb/s | |
Successfully opened the file. | |
Parsing a group of options: output url rtmp://10.10.10.1/channel/1. | |
Applying option c:v (codec name) with argument h264_nvenc. | |
Applying option map (set input stream mapping) with argument 0:v:0. | |
Applying option map (set input stream mapping) with argument 0:a:0. | |
Applying option c:a (codec name) with argument aac. | |
Applying option b:a (video bitrate (please use -b:v)) with argument 96k. | |
Applying option f (force format) with argument flv. | |
Successfully parsed a group of options. | |
Opening an output file: rtmp://10.10.10.1/channel/1. | |
[rtmp @ 0x55ef248b6680] No default whitelist set | |
[tcp @ 0x55ef2470f680] No default whitelist set | |
[rtmp @ 0x55ef248b6680] Handshaking... | |
[rtmp @ 0x55ef248b6680] Type answer 3 | |
[rtmp @ 0x55ef248b6680] Server version 13.14.10.13 | |
[rtmp @ 0x55ef248b6680] Proto = rtmp, path = /channel/1, app = channel, fname = 1 | |
[rtmp @ 0x55ef248b6680] Window acknowledgement size = 5000000 | |
[rtmp @ 0x55ef248b6680] Max sent, unacked = 5000000 | |
[rtmp @ 0x55ef248b6680] New incoming chunk size = 4000 | |
[rtmp @ 0x55ef248b6680] Releasing stream... | |
[rtmp @ 0x55ef248b6680] FCPublish stream... | |
[rtmp @ 0x55ef248b6680] Creating stream... | |
[rtmp @ 0x55ef248b6680] Sending publish command for '1' | |
Successfully opened the file. | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded lib: libcuda.so.1 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuInit | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuDeviceGetCount | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuDeviceGet | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuDeviceGetName | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuDeviceComputeCapability | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuCtxCreate_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuCtxSetLimit | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuCtxPushCurrent_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuCtxPopCurrent_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuCtxDestroy_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuMemAlloc_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuMemFree_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuMemcpy2D_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuMemcpy2DAsync_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuGetErrorName | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuGetErrorString | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuStreamCreate | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuStreamQuery | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuStreamSynchronize | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuStreamDestroy_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuStreamAddCallback | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuEventCreate | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuEventDestroy_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuEventSynchronize | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuEventQuery | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuEventRecord | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuGLGetDevices_v2 | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuGraphicsGLRegisterImage | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuGraphicsUnregisterResource | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuGraphicsMapResources | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuGraphicsUnmapResources | |
[AVHWDeviceContext @ 0x55ef24457580] Loaded sym: cuGraphicsSubResourceGetMappedArray | |
detected 12 logical cores | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 7(SPS), nal_ref_idc: 1 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 8(PPS), nal_ref_idc: 1 | |
Stream mapping: | |
Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_nvenc)) | |
Stream #0:1 -> #0:1 (mp2 (native) -> aac (native)) | |
Press [q] to stop, [?] for help | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 1 times | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24bb5500] Format cuda chosen by get_format(). | |
[h264 @ 0x55ef24bb5500] Format cuda requires hwaccel initialisation. | |
[h264 @ 0x55ef24bb5500] Loaded lib: libnvcuvid.so.1 | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidGetDecoderCaps | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidCreateDecoder | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidDestroyDecoder | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidDecodePicture | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidMapVideoFrame64 | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidUnmapVideoFrame64 | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidCtxLockCreate | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidCtxLockDestroy | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidCtxLock | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidCtxUnlock | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidCreateVideoSource | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidCreateVideoSourceW | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidDestroyVideoSource | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidSetVideoSourceState | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidGetVideoSourceState | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidGetSourceVideoFormat | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidGetSourceAudioFormat | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidCreateVideoParser | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidParseVideoData | |
[h264 @ 0x55ef24bb5500] Loaded sym: cuvidDestroyVideoParser | |
[h264 @ 0x55ef24bb5500] NVDEC capabilities: | |
[h264 @ 0x55ef24bb5500] format supported: yes, max_mb_count: 65536 | |
[h264 @ 0x55ef24bb5500] min_width: 48, max_width: 4096 | |
[h264 @ 0x55ef24bb5500] min_height: 16, max_height: 4096 | |
[h264 @ 0x55ef24bb5500] Reinit context to 720x576, pix_fmt: cuda | |
[h264 @ 0x55ef24bb5500] Frame num gap 29 25 | |
[h264 @ 0x55ef24bb5500] Frame num gap 29 26 | |
[h264 @ 0x55ef24bb5500] Frame num gap 29 27 | |
[h264 @ 0x55ef24bb5500] no picture | |
[h264 @ 0x55ef24bb5500] co located POCs unavailable | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24bc63c0] no picture | |
[h264 @ 0x55ef24bc63c0] co located POCs unavailable | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c0d7c0] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24c29d80] mmco: unref short failure | |
[h264 @ 0x55ef24c29d80] number of reference frames (0+4) exceeds max (3; probably corrupt input), discarding one | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c29d80] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c46500] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] ct_type:0 pic_struct:3 | |
[graph_1_in_0_1 @ 0x55ef24df4f00] Setting 'time_base' to value '1/48000' | |
[graph_1_in_0_1 @ 0x55ef24df4f00] Setting 'sample_rate' to value '48000' | |
[graph_1_in_0_1 @ 0x55ef24df4f00] Setting 'sample_fmt' to value 's16p' | |
[graph_1_in_0_1 @ 0x55ef24df4f00] Setting 'channel_layout' to value '0x3' | |
[graph_1_in_0_1 @ 0x55ef24df4f00] tb:1/48000 samplefmt:s16p samplerate:48000 chlayout:0x3 | |
[format_out_0_1 @ 0x55ef24df5540] Setting 'sample_fmts' to value 'fltp' | |
[format_out_0_1 @ 0x55ef24df5540] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350' | |
[format_out_0_1 @ 0x55ef24df5540] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_1' | |
[AVFilterGraph @ 0x55ef24d9cf00] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed | |
[auto_resampler_0 @ 0x55ef24df7040] [SWR @ 0x55ef24df74c0] Using s16p internally between filters | |
[auto_resampler_0 @ 0x55ef24df7040] ch:2 chl:stereo fmt:s16p r:48000Hz -> ch:2 chl:stereo fmt:fltp r:48000Hz | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 6 times | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c62c40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c7f3c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c9bb40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cb82c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 6 times | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cd4a40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24cf1140] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24d0d8c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d2a040] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 6 times | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24bc63c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c0d7c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 6 times | |
[h264 @ 0x55ef24c46500] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c62c40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c7f3c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c9bb40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 6 times | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cb82c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24cd4a40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24cf1140] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 6 times | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d0d8c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 12 times | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d2a040] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 7(SPS), nal_ref_idc: 1 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 8(PPS), nal_ref_idc: 1 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24bb5500] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24bc63c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 5 times | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c46500] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c46500] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c62c40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c62c40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c7f3c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c7f3c0] ct_type:0 pic_struct:3 | |
[mp2 @ 0x55ef2446da80] Header missing | |
Error while decoding stream #0:1: Invalid data found when processing input | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 6 times | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c9bb40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c9bb40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cb82c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24cb82c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cd4a40] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24cd4a40] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cf1140] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24cf1140] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
Last message repeated 6 times | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d0d8c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d0d8c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24d2a040] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24d2a040] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bb5500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24bb5500] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24bc63c0] ct_type:0 pic_struct:3 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c0d7c0] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
cur_dts is invalid (this is harmless if it occurs once at the start per stream) | |
[h264 @ 0x55ef24c29d80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c29d80] ct_type:0 pic_struct:3 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 9(AUD), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 6(SEI), nal_ref_idc: 0 | |
[h264 @ 0x55ef24c46500] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 1 | |
[h264 @ 0x55ef24c46500] ct_type:0 pic_struct:3 | |
[graph 0 input from stream 0:0 @ 0x55ef24525ac0] Setting 'video_size' to value '720x576' | |
[graph 0 input from stream 0:0 @ 0x55ef24525ac0] Setting 'pix_fmt' to value '23' | |
[graph 0 input from stream 0:0 @ 0x55ef24525ac0] Setting 'time_base' to value '1/90000' | |
[graph 0 input from stream 0:0 @ 0x55ef24525ac0] Setting 'pixel_aspect' to value '12/11' | |
[graph 0 input from stream 0:0 @ 0x55ef24525ac0] Setting 'sws_param' to value 'flags=2' | |
[graph 0 input from stream 0:0 @ 0x55ef24525ac0] Setting 'frame_rate' to value '25/1' | |
[graph 0 input from stream 0:0 @ 0x55ef24525ac0] w:720 h:576 pixfmt:nv12 tb:1/90000 fr:25/1 sar:12/11 sws_param:flags=2 | |
[format @ 0x55ef244cd4c0] Setting 'pix_fmts' to value 'yuv420p|nv12|p010le|yuv444p|p016le|yuv444p16le|bgr0|rgb0|cuda' | |
[auto_scaler_0 @ 0x55ef244a90c0] Setting 'flags' to value 'bicubic' | |
[auto_scaler_0 @ 0x55ef244a90c0] w:iw h:ih flags:'bicubic' interl:0 | |
[deinterlace_in_0_0 @ 0x55ef24eb4040] auto-inserting filter 'auto_scaler_0' between the filter 'graph 0 input from stream 0:0' and the filter 'deinterlace_in_0_0' | |
[AVFilterGraph @ 0x55ef24528b40] query_formats: 5 queried, 3 merged, 1 already done, 0 delayed | |
[auto_scaler_0 @ 0x55ef244a90c0] picking yuv420p out of 3 ref:nv12 alpha:0 | |
[auto_scaler_0 @ 0x55ef244a90c0] w:720 h:576 fmt:nv12 sar:12/11 -> w:720 h:576 fmt:yuv420p sar:12/11 flags:0x4 | |
[h264_nvenc @ 0x55ef24458040] Loaded lib: libcuda.so.1 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuInit | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuDeviceGetCount | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuDeviceGet | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuDeviceGetName | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuDeviceComputeCapability | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuCtxCreate_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuCtxSetLimit | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuCtxPushCurrent_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuCtxPopCurrent_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuCtxDestroy_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuMemAlloc_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuMemFree_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuMemcpy2D_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuMemcpy2DAsync_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuGetErrorName | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuGetErrorString | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuStreamCreate | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuStreamQuery | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuStreamSynchronize | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuStreamDestroy_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuStreamAddCallback | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuEventCreate | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuEventDestroy_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuEventSynchronize | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuEventQuery | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuEventRecord | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuGLGetDevices_v2 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuGraphicsGLRegisterImage | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuGraphicsUnregisterResource | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuGraphicsMapResources | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuGraphicsUnmapResources | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: cuGraphicsSubResourceGetMappedArray | |
[h264_nvenc @ 0x55ef24458040] Loaded lib: libnvidia-encode.so.1 | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: NvEncodeAPICreateInstance | |
[h264_nvenc @ 0x55ef24458040] Loaded sym: NvEncodeAPIGetMaxSupportedVersion | |
[h264_nvenc @ 0x55ef24458040] Loaded Nvenc version 8.1 | |
[h264_nvenc @ 0x55ef24458040] Nvenc initialized successfully | |
[h264_nvenc @ 0x55ef24458040] 1 CUDA capable devices found | |
[h264_nvenc @ 0x55ef24458040] [ GPU #0 - < Quadro P4000 > has Compute SM 6.1 ] | |
[h264_nvenc @ 0x55ef24458040] Failed creating CUDA context for NVENC: 0x2 | |
[h264_nvenc @ 0x55ef24458040] No NVENC capable devices found | |
[h264_nvenc @ 0x55ef24458040] Nvenc unloaded | |
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height | |
[AVIOContext @ 0x55ef2455bc80] Statistics: 0 seeks, 0 writeouts | |
[rtmp @ 0x55ef248b6680] UnPublishing stream... | |
[rtmp @ 0x55ef248b6680] Deleting stream... | |
[aac @ 0x55ef2446e9c0] Qavg: 209.532 | |
[aac @ 0x55ef2446e9c0] 2 frames left in the queue on closing | |
[AVIOContext @ 0x55ef24460a80] Statistics: 1007492 bytes read, 0 seeks | |
Conversion failed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment