Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg -i http://tvh_url -map 0 -c:s webvtt -acodec copy -vcodec h264 -b:v 2M -pix_fmt nv21 -f hls -hls_time 10 -hls_list_size 10 -hls_flags delete_segments -hls_segment_filename 'file%03d.ts' -v debug out.m3u8
- ffmpeg version 3.0.2-1ubuntu4 Copyright (c) 2000-2016 the FFmpeg developers
- built with gcc 5.4.0 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) 20160609
- configuration: --prefix=/usr --extra-version=1ubuntu4 --toolchain=hardened --libdir=/usr/lib/arm-linux-gnueabihf --incdir=/usr/include/arm-linux-gnueabihf --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --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-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librubberband --enable-librtmp --enable-libschroedinger --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-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-chromaprint --enable-libx264
- WARNING: library configuration mismatch
- avcodec configuration: --prefix=/usr --extra-version=1ubuntu4 --toolchain=hardened --libdir=/usr/lib/arm-linux-gnueabihf --incdir=/usr/include/arm-linux-gnueabihf --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --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-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librubberband --enable-librtmp --enable-libschroedinger --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-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-chromaprint --enable-libx264 --enable-version3 --disable-doc --disable-programs --disable-avdevice --disable-avfilter --disable-avformat --disable-avresample --disable-postproc --disable-swscale --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libvo_amrwbenc
- libavutil 55. 17.103 / 55. 17.103
- libavcodec 57. 24.102 / 57. 24.102
- libavformat 57. 25.100 / 57. 25.100
- libavdevice 57. 0.101 / 57. 0.101
- libavfilter 6. 31.100 / 6. 31.100
- libavresample 3. 0. 0 / 3. 0. 0
- libswscale 4. 0.100 / 4. 0.100
- libswresample 2. 0.101 / 2. 0.101
- libpostproc 54. 0.100 / 54. 0.100
- Splitting the commandline.
- Reading option '-i' ... matched as input file with argument 'http://tvh_url'.
- Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
- Reading option '-c:s' ... matched as option 'c' (codec name) with argument 'webvtt'.
- Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'copy'.
- Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'h264'.
- Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '2M'.
- Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'nv21'.
- Reading option '-f' ... matched as option 'f' (force format) with argument 'hls'.
- Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '10'.
- Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size' with argument '10'.
- Reading option '-hls_flags' ... matched as AVOption 'hls_flags' with argument 'delete_segments'.
- Reading option '-hls_segment_filename' ... matched as AVOption 'hls_segment_filename' with argument 'file%03d.ts'.
- Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
- Reading option 'out.m3u8' ... matched as output file.
- Finished splitting the commandline.
- Parsing a group of options: global .
- Applying option v (set logging level) with argument debug.
- Successfully parsed a group of options.
- Parsing a group of options: input file http://tvh_url.
- Successfully parsed a group of options.
- Opening an input file: tvh_url.
- [http @ 0x6c6c0] Setting default whitelist 'http,https,tls,rtp,tcp,udp,crypto,httpproxy'
- [http @ 0x6c6c0] request: GET / HTTP/1.1
- User-Agent: Lavf/57.25.100
- Accept: */*
- Range: bytes=0-
- Connection: close
- Host: ...
- Icy-MetaData: 1
- [http @ 0x6c6c0] request: GET / HTTP/1.1
- User-Agent: Lavf/57.25.100
- Accept: */*
- Range: bytes=0-
- Connection: close
- Host: ...
- Icy-MetaData: 1
- Authorization: Digest ...
- [mpegts @ 0x6c020] Format mpegts probed with size=2048 and score=100
- [mpegts @ 0x6c020] stream=0 stream_type=1b pid=7d1 prog_reg_desc=
- [mpegts @ 0x6c020] stream=1 stream_type=4 pid=7db prog_reg_desc=
- [mpegts @ 0x6c020] stream=2 stream_type=6 pid=835 prog_reg_desc=
- [mpegts @ 0x6c020] Before avformat_find_stream_info() pos: 0 bytes read:9608 seeks:0
- [mpegts @ 0x6c020] parser not found for codec dvb_teletext, packets or times may be invalid.
- [libzvbi_teletextdec @ 0x73ab0] page filter: *
- [mpegts @ 0x6c020] parser not found for codec dvb_teletext, packets or times may be invalid.
- [mpegts @ 0x6c020] Continuity check failed for pid 2101 expected 1 got 12
- [mpegts @ 0x6c020] DTS discontinuity in stream 2: packet 4 with DTS 681802242, packet 5 with DTS 5520381331
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 5 with DTS 5520381331, packet 6 with DTS 5520381331
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 6 with DTS 5520381331, packet 7 with DTS 5520381331
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 8 with DTS 5520391320, packet 9 with DTS 5520391320
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 9 with DTS 5520391320, packet 10 with DTS 5520391320
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 11 with DTS 5520394646, packet 12 with DTS 5520394646
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 12 with DTS 5520394646, packet 13 with DTS 5520394646
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 13 with DTS 5520394646, packet 14 with DTS 5520394646
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 15 with DTS 5520397974, packet 16 with DTS 5520397974
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] probing stream 1 pp:2500
- [mpegts @ 0x6c020] probing stream 1 pp:2499
- [mpegts @ 0x6c020] probing stream 1 pp:2498
- [mpegts @ 0x6c020] probing stream 1 pp:2497
- [mpegts @ 0x6c020] probing stream 1 pp:2496
- [mpegts @ 0x6c020] probing stream 1 pp:2495
- [mpegts @ 0x6c020] probing stream 1 pp:2494
- [mpegts @ 0x6c020] probing stream 1 pp:2493
- [mpegts @ 0x6c020] probing stream 1 pp:2492
- [mpegts @ 0x6c020] probing stream 1 pp:2491
- [mpegts @ 0x6c020] probing stream 1 pp:2490
- [mpegts @ 0x6c020] probed stream 1
- [mp2 @ 0x73110] Header missing
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 18 with DTS 5520407971, packet 19 with DTS 5520407971
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 19 with DTS 5520407971, packet 20 with DTS 5520407971
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 21 with DTS 5520411303, packet 22 with DTS 5520411303
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 23 with DTS 5520414631, packet 24 with DTS 5520414631
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 24 with DTS 5520414631, packet 25 with DTS 5520414631
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 26 with DTS 5520417958, packet 27 with DTS 5520417958
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 29 with DTS 5520427954, packet 30 with DTS 5520427954
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 30 with DTS 5520427954, packet 31 with DTS 5520427954
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 32 with DTS 5520431273, packet 33 with DTS 5520431273
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 33 with DTS 5520431273, packet 34 with DTS 5520431273
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 35 with DTS 5520434623, packet 36 with DTS 5520434623
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 36 with DTS 5520434623, packet 37 with DTS 5520434623
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 38 with DTS 5520444601, packet 39 with DTS 5520444601
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 40 with DTS 5520447927, packet 41 with DTS 5520447927
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 41 with DTS 5520447927, packet 42 with DTS 5520447927
- [h264 @ 0x72820] non-existing PPS 0 referenced
- Last message repeated 1 times
- [h264 @ 0x72820] decode_slice_header error
- [h264 @ 0x72820] no frame!
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 43 with DTS 5520451264, packet 44 with DTS 5520451264
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 44 with DTS 5520451264, packet 45 with DTS 5520451264
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 46 with DTS 5520454590, packet 47 with DTS 5520454590
- [h264 @ 0x72820] Increasing reorder buffer to 1
- [h264 @ 0x72820] no picture
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 49 with DTS 5520464584, packet 50 with DTS 5520464584
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 50 with DTS 5520464584, packet 51 with DTS 5520464584
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 52 with DTS 5520467907, packet 53 with DTS 5520467907
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 53 with DTS 5520467907, packet 54 with DTS 5520467907
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 54 with DTS 5520467907, packet 55 with DTS 5520467907
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 56 with DTS 5520471242, packet 57 with DTS 5520471242
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 58 with DTS 5520481233, packet 59 with DTS 5520481233
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 60 with DTS 5520484567, packet 61 with DTS 5520484567
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 62 with DTS 5520487885, packet 63 with DTS 5520487885
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 63 with DTS 5520487885, packet 64 with DTS 5520487885
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 64 with DTS 5520487885, packet 65 with DTS 5520487885
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 66 with DTS 5520491238, packet 67 with DTS 5520491238
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 67 with DTS 5520491238, packet 68 with DTS 5520491238
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 69 with DTS 5520501216, packet 70 with DTS 5520501216
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 70 with DTS 5520501216, packet 71 with DTS 5520501216
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 72 with DTS 5520504542, packet 73 with DTS 5520504542
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 73 with DTS 5520504542, packet 74 with DTS 5520504542
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 74 with DTS 5520504542, packet 75 with DTS 5520504542
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 76 with DTS 5520507871, packet 77 with DTS 5520507871
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 77 with DTS 5520507871, packet 78 with DTS 5520507871
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 79 with DTS 5520517868, packet 80 with DTS 5520517868
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 80 with DTS 5520517868, packet 81 with DTS 5520517868
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 82 with DTS 5520521183, packet 83 with DTS 5520521183
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 83 with DTS 5520521183, packet 84 with DTS 5520521183
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 85 with DTS 5520524531, packet 86 with DTS 5520524531
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 87 with DTS 5520527852, packet 88 with DTS 5520527852
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 89 with DTS 5520537854, packet 90 with DTS 5520537854
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 90 with DTS 5520537854, packet 91 with DTS 5520537854
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 91 with DTS 5520537854, packet 92 with DTS 5520537854
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 93 with DTS 5520541175, packet 94 with DTS 5520541175
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 94 with DTS 5520541175, packet 95 with DTS 5520541175
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 96 with DTS 5520544506, packet 97 with DTS 5520544506
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 99 with DTS 5520554500, packet 100 with DTS 5520554500
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 102 with DTS 5520557816, packet 103 with DTS 5520557816
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 104 with DTS 5520561150, packet 105 with DTS 5520561150
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 105 with DTS 5520561150, packet 106 with DTS 5520561150
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 107 with DTS 5520564486, packet 108 with DTS 5520564486
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 109 with DTS 5520574467, packet 110 with DTS 5520574467
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 110 with DTS 5520574467, packet 111 with DTS 5520574467
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 111 with DTS 5520574467, packet 112 with DTS 5520574467
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 113 with DTS 5520577796, packet 114 with DTS 5520577796
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 114 with DTS 5520577796, packet 115 with DTS 5520577796
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 116 with DTS 5520581136, packet 117 with DTS 5520581136
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 117 with DTS 5520581136, packet 118 with DTS 5520581136
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 119 with DTS 5520591114, packet 120 with DTS 5520591114
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 120 with DTS 5520591114, packet 121 with DTS 5520591114
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 121 with DTS 5520591114, packet 122 with DTS 5520591114
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 123 with DTS 5520594445, packet 124 with DTS 5520594445
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 124 with DTS 5520594445, packet 125 with DTS 5520594445
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 125 with DTS 5520594445, packet 126 with DTS 5520594445
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 127 with DTS 5520597777, packet 128 with DTS 5520597777
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 130 with DTS 5520611116, packet 131 with DTS 5520611116
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 131 with DTS 5520611116, packet 132 with DTS 5520611116
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 133 with DTS 5520614439, packet 134 with DTS 5520614439
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 134 with DTS 5520614439, packet 135 with DTS 5520614439
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 135 with DTS 5520614439, packet 136 with DTS 5520614439
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 137 with DTS 5520617762, packet 138 with DTS 5520617762
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 139 with DTS 5520627754, packet 140 with DTS 5520627754
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 140 with DTS 5520627754, packet 141 with DTS 5520627754
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 141 with DTS 5520627754, packet 142 with DTS 5520627754
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 143 with DTS 5520631085, packet 144 with DTS 5520631085
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 144 with DTS 5520631085, packet 145 with DTS 5520631085
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 146 with DTS 5520634422, packet 147 with DTS 5520634422
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 148 with DTS 5520637738, packet 149 with DTS 5520637738
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 150 with DTS 5520644398, packet 151 with DTS 5520644398
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 152 with DTS 5520647726, packet 153 with DTS 5520647726
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 153 with DTS 5520647726, packet 154 with DTS 5520647726
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 155 with DTS 5520651061, packet 156 with DTS 5520651061
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 156 with DTS 5520651061, packet 157 with DTS 5520651061
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 158 with DTS 5520654389, packet 159 with DTS 5520654389
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 160 with DTS 5520664376, packet 161 with DTS 5520664376
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 161 with DTS 5520664376, packet 162 with DTS 5520664376
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 163 with DTS 5520667718, packet 164 with DTS 5520667718
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 164 with DTS 5520667718, packet 165 with DTS 5520667718
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 166 with DTS 5520671424, packet 167 with DTS 5520671424
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 168 with DTS 5520674367, packet 169 with DTS 5520674367
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 170 with DTS 5520681030, packet 171 with DTS 5520681030
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 172 with DTS 5520684356, packet 173 with DTS 5520684356
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 174 with DTS 5520687693, packet 175 with DTS 5520687693
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 175 with DTS 5520687693, packet 176 with DTS 5520687693
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 176 with DTS 5520687693, packet 177 with DTS 5520687693
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 178 with DTS 5520691014, packet 179 with DTS 5520691014
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 180 with DTS 5520701005, packet 181 with DTS 5520701005
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 181 with DTS 5520701005, packet 182 with DTS 5520701005
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 183 with DTS 5520704350, packet 184 with DTS 5520704350
- [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 184 with DTS 5520704350, packet 185 with DTS 5520704350
- [mpegts @ 0x6c020] Probe buffer size limit of 5000000 bytes reached
- [mpegts @ 0x6c020] Ignoring outlier non primary stream starttime 7575.500488
- [mpegts @ 0x6c020] After avformat_find_stream_info() pos: 5206284 bytes read:5208900 seeks:0 frames:417
- Input #0, mpegts, from 'http://tvh_url':
- Duration: N/A, start: 61337.761811, bitrate: N/A
- Program 19561
- Metadata:
- service_name : DVB Channel
- service_provider: DVB Provider
- Stream #0:0[0x7d1], 86, 1/90000: Video: h264 (High), 4 reference frames ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 1/50, Closed Captions, 25 fps, 25 tbr, 90k tbn, 50 tbc
- Stream #0:1[0x7db](dut), 144, 1/90000: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 256 kb/s
- Stream #0:2[0x835](dut,dut), 187, 1/90000: Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250
- Successfully opened the file.
- Parsing a group of options: output file out.m3u8.
- Applying option map (set input stream mapping) with argument 0.
- Applying option c:s (codec name) with argument webvtt.
- Applying option acodec (force audio codec ('copy' to copy stream)) with argument copy.
- Applying option vcodec (force video codec ('copy' to copy stream)) with argument h264.
- Applying option b:v (video bitrate (please use -b:v)) with argument 2M.
- Applying option pix_fmt (set pixel format) with argument nv21.
- Applying option f (force format) with argument hls.
- Successfully parsed a group of options.
- Opening an output file: out.m3u8.
- Matched encoder 'h264_v4l2m2m' for codec 'h264'.
- Successfully opened the file.
- detected 8 logical cores
- [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'video_size' to value '1920x1080'
- [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'pix_fmt' to value '0'
- [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'time_base' to value '1/90000'
- [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'pixel_aspect' to value '1/1'
- [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'sws_param' to value 'flags=2'
- [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'frame_rate' to value '25/1'
- [graph 0 input from stream 0:0 @ 0x9e8b30] w:1920 h:1080 pixfmt:yuv420p tb:1/90000 fr:25/1 sar:1/1 sws_param:flags=2
- [format @ 0xbd110] compat: called with args=[nv21]
- [format @ 0xbd110] Setting 'pix_fmts' to value 'nv21'
- [auto-inserted scaler 0 @ 0x6bf20] Setting 'flags' to value 'bicubic'
- [auto-inserted scaler 0 @ 0x6bf20] w:iw h:ih flags:'bicubic' interl:0
- [format @ 0xbd110] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
- [AVFilterGraph @ 0x1374b0] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
- [auto-inserted scaler 0 @ 0x6bf20] w:1920 h:1080 fmt:yuv420p sar:1/1 -> w:1920 h:1080 fmt:nv21 sar:1/1 flags:0x4
- [h264_v4l2m2m @ 0x742c10] H264 codec detected, init annexb converter
- [h264_v4l2m2m @ 0x742c10] Device path not set, probing /dev/video*
- [h264_v4l2m2m @ 0x742c10] exynos-gsc.1:m2m is not the one we want
- [h264_v4l2m2m @ 0x742c10] exynos-gsc.0:m2m is not the one we want
- [h264_v4l2m2m @ 0x742c10] Probing /dev/video11
- [h264_v4l2m2m @ 0x742c10] Using device /dev/video11
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 0 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 1 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 2 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 3 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 4 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 5 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 6 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 7 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 8 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 9 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 10 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 11 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 12 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 13 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 14 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 15 in output pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 0 in capture pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 1 in capture pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 2 in capture pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 3 in capture pool
- [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 4 in capture pool
- [h264_v4l2m2m @ 0x742c10] gop_size: 12
- [h264_v4l2m2m @ 0x742c10] Enabling bitrate control if required rate 1 > 1
- [h264_v4l2m2m @ 0x742c10] Max b-frames: 0
- [h264_v4l2m2m @ 0x742c10] Min/max quantizer scale: 2, 31
- Output #0, hls, to 'out.m3u8':
- Stream #0:0, 0, 1/25: Video: h264 (h264_v4l2m2m), 1 reference frame, nv21(left), 1920x1080 [SAR 1:1 DAR 16:9], 1/25, q=2-31, 2000 kb/s, 25 fps, 25 tbn, 25 tbc
- Metadata:
- encoder : Lavc57.24.102 h264_v4l2m2m
- Stream #0:1(dut), 0, 1/48000: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, 256 kb/s
- Stream #0:2(dut,dut), 0, 0/0: Subtitle: webvtt, 128 kb/s
- Metadata:
- encoder : Lavc57.24.102 webvtt
- Stream mapping:
- Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_v4l2m2m))
- Stream #0:1 -> #0:1 (copy)
- Stream #0:2 -> #0:2 (dvb_teletext (libzvbi_teletextdec) -> webvtt (native))
- Error while opening encoder for output stream #0:2 - maybe incorrect parameters such as bit_rate, rate, width or height
- [h264_v4l2m2m @ 0x742c10] Closing annexb filter
- [h264_v4l2m2m @ 0x742c10] Closing context
- [AVIOContext @ 0x6e140] Statistics: 5208900 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement