Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.58 KB | None | 0 0
  1. 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
  2. ffmpeg version 3.0.2-1ubuntu4 Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5.4.0 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) 20160609
  4. 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
  5. WARNING: library configuration mismatch
  6. 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
  7. libavutil 55. 17.103 / 55. 17.103
  8. libavcodec 57. 24.102 / 57. 24.102
  9. libavformat 57. 25.100 / 57. 25.100
  10. libavdevice 57. 0.101 / 57. 0.101
  11. libavfilter 6. 31.100 / 6. 31.100
  12. libavresample 3. 0. 0 / 3. 0. 0
  13. libswscale 4. 0.100 / 4. 0.100
  14. libswresample 2. 0.101 / 2. 0.101
  15. libpostproc 54. 0.100 / 54. 0.100
  16. Splitting the commandline.
  17. Reading option '-i' ... matched as input file with argument 'http://tvh_url'.
  18. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
  19. Reading option '-c:s' ... matched as option 'c' (codec name) with argument 'webvtt'.
  20. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'copy'.
  21. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'h264'.
  22. Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '2M'.
  23. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'nv21'.
  24. Reading option '-f' ... matched as option 'f' (force format) with argument 'hls'.
  25. Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '10'.
  26. Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size' with argument '10'.
  27. Reading option '-hls_flags' ... matched as AVOption 'hls_flags' with argument 'delete_segments'.
  28. Reading option '-hls_segment_filename' ... matched as AVOption 'hls_segment_filename' with argument 'file%03d.ts'.
  29. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  30. Reading option 'out.m3u8' ... matched as output file.
  31. Finished splitting the commandline.
  32. Parsing a group of options: global .
  33. Applying option v (set logging level) with argument debug.
  34. Successfully parsed a group of options.
  35. Parsing a group of options: input file http://tvh_url.
  36. Successfully parsed a group of options.
  37. Opening an input file: tvh_url.
  38. [http @ 0x6c6c0] Setting default whitelist 'http,https,tls,rtp,tcp,udp,crypto,httpproxy'
  39. [http @ 0x6c6c0] request: GET / HTTP/1.1
  40. User-Agent: Lavf/57.25.100
  41. Accept: */*
  42. Range: bytes=0-
  43. Connection: close
  44. Host: ...
  45. Icy-MetaData: 1
  46.  
  47.  
  48. [http @ 0x6c6c0] request: GET / HTTP/1.1
  49. User-Agent: Lavf/57.25.100
  50. Accept: */*
  51. Range: bytes=0-
  52. Connection: close
  53. Host: ...
  54. Icy-MetaData: 1
  55. Authorization: Digest ...
  56.  
  57.  
  58. [mpegts @ 0x6c020] Format mpegts probed with size=2048 and score=100
  59. [mpegts @ 0x6c020] stream=0 stream_type=1b pid=7d1 prog_reg_desc=
  60. [mpegts @ 0x6c020] stream=1 stream_type=4 pid=7db prog_reg_desc=
  61. [mpegts @ 0x6c020] stream=2 stream_type=6 pid=835 prog_reg_desc=
  62. [mpegts @ 0x6c020] Before avformat_find_stream_info() pos: 0 bytes read:9608 seeks:0
  63. [mpegts @ 0x6c020] parser not found for codec dvb_teletext, packets or times may be invalid.
  64. [libzvbi_teletextdec @ 0x73ab0] page filter: *
  65. [mpegts @ 0x6c020] parser not found for codec dvb_teletext, packets or times may be invalid.
  66. [mpegts @ 0x6c020] Continuity check failed for pid 2101 expected 1 got 12
  67. [mpegts @ 0x6c020] DTS discontinuity in stream 2: packet 4 with DTS 681802242, packet 5 with DTS 5520381331
  68. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 5 with DTS 5520381331, packet 6 with DTS 5520381331
  69. [h264 @ 0x72820] non-existing PPS 0 referenced
  70. Last message repeated 1 times
  71. [h264 @ 0x72820] decode_slice_header error
  72. [h264 @ 0x72820] no frame!
  73. [h264 @ 0x72820] non-existing PPS 0 referenced
  74. Last message repeated 1 times
  75. [h264 @ 0x72820] decode_slice_header error
  76. [h264 @ 0x72820] no frame!
  77. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 6 with DTS 5520381331, packet 7 with DTS 5520381331
  78. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 8 with DTS 5520391320, packet 9 with DTS 5520391320
  79. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 9 with DTS 5520391320, packet 10 with DTS 5520391320
  80. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 11 with DTS 5520394646, packet 12 with DTS 5520394646
  81. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 12 with DTS 5520394646, packet 13 with DTS 5520394646
  82. [h264 @ 0x72820] non-existing PPS 0 referenced
  83. Last message repeated 1 times
  84. [h264 @ 0x72820] decode_slice_header error
  85. [h264 @ 0x72820] no frame!
  86. [h264 @ 0x72820] non-existing PPS 0 referenced
  87. Last message repeated 1 times
  88. [h264 @ 0x72820] decode_slice_header error
  89. [h264 @ 0x72820] no frame!
  90. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 13 with DTS 5520394646, packet 14 with DTS 5520394646
  91. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 15 with DTS 5520397974, packet 16 with DTS 5520397974
  92. [h264 @ 0x72820] non-existing PPS 0 referenced
  93. Last message repeated 1 times
  94. [h264 @ 0x72820] decode_slice_header error
  95. [h264 @ 0x72820] no frame!
  96. [mpegts @ 0x6c020] probing stream 1 pp:2500
  97. [mpegts @ 0x6c020] probing stream 1 pp:2499
  98. [mpegts @ 0x6c020] probing stream 1 pp:2498
  99. [mpegts @ 0x6c020] probing stream 1 pp:2497
  100. [mpegts @ 0x6c020] probing stream 1 pp:2496
  101. [mpegts @ 0x6c020] probing stream 1 pp:2495
  102. [mpegts @ 0x6c020] probing stream 1 pp:2494
  103. [mpegts @ 0x6c020] probing stream 1 pp:2493
  104. [mpegts @ 0x6c020] probing stream 1 pp:2492
  105. [mpegts @ 0x6c020] probing stream 1 pp:2491
  106. [mpegts @ 0x6c020] probing stream 1 pp:2490
  107. [mpegts @ 0x6c020] probed stream 1
  108. [mp2 @ 0x73110] Header missing
  109. [h264 @ 0x72820] non-existing PPS 0 referenced
  110. Last message repeated 1 times
  111. [h264 @ 0x72820] decode_slice_header error
  112. [h264 @ 0x72820] no frame!
  113. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 18 with DTS 5520407971, packet 19 with DTS 5520407971
  114. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 19 with DTS 5520407971, packet 20 with DTS 5520407971
  115. [h264 @ 0x72820] non-existing PPS 0 referenced
  116. Last message repeated 1 times
  117. [h264 @ 0x72820] decode_slice_header error
  118. [h264 @ 0x72820] no frame!
  119. [h264 @ 0x72820] non-existing PPS 0 referenced
  120. Last message repeated 1 times
  121. [h264 @ 0x72820] decode_slice_header error
  122. [h264 @ 0x72820] no frame!
  123. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 21 with DTS 5520411303, packet 22 with DTS 5520411303
  124. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 23 with DTS 5520414631, packet 24 with DTS 5520414631
  125. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 24 with DTS 5520414631, packet 25 with DTS 5520414631
  126. [h264 @ 0x72820] non-existing PPS 0 referenced
  127. Last message repeated 1 times
  128. [h264 @ 0x72820] decode_slice_header error
  129. [h264 @ 0x72820] no frame!
  130. [h264 @ 0x72820] non-existing PPS 0 referenced
  131. Last message repeated 1 times
  132. [h264 @ 0x72820] decode_slice_header error
  133. [h264 @ 0x72820] no frame!
  134. [h264 @ 0x72820] non-existing PPS 0 referenced
  135. Last message repeated 1 times
  136. [h264 @ 0x72820] decode_slice_header error
  137. [h264 @ 0x72820] no frame!
  138. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 26 with DTS 5520417958, packet 27 with DTS 5520417958
  139. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 29 with DTS 5520427954, packet 30 with DTS 5520427954
  140. [h264 @ 0x72820] non-existing PPS 0 referenced
  141. Last message repeated 1 times
  142. [h264 @ 0x72820] decode_slice_header error
  143. [h264 @ 0x72820] no frame!
  144. [h264 @ 0x72820] non-existing PPS 0 referenced
  145. Last message repeated 1 times
  146. [h264 @ 0x72820] decode_slice_header error
  147. [h264 @ 0x72820] no frame!
  148. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 30 with DTS 5520427954, packet 31 with DTS 5520427954
  149. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 32 with DTS 5520431273, packet 33 with DTS 5520431273
  150. [h264 @ 0x72820] non-existing PPS 0 referenced
  151. Last message repeated 1 times
  152. [h264 @ 0x72820] decode_slice_header error
  153. [h264 @ 0x72820] no frame!
  154. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 33 with DTS 5520431273, packet 34 with DTS 5520431273
  155. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 35 with DTS 5520434623, packet 36 with DTS 5520434623
  156. [h264 @ 0x72820] non-existing PPS 0 referenced
  157. Last message repeated 1 times
  158. [h264 @ 0x72820] decode_slice_header error
  159. [h264 @ 0x72820] no frame!
  160. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 36 with DTS 5520434623, packet 37 with DTS 5520434623
  161. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 38 with DTS 5520444601, packet 39 with DTS 5520444601
  162. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 40 with DTS 5520447927, packet 41 with DTS 5520447927
  163. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 41 with DTS 5520447927, packet 42 with DTS 5520447927
  164. [h264 @ 0x72820] non-existing PPS 0 referenced
  165. Last message repeated 1 times
  166. [h264 @ 0x72820] decode_slice_header error
  167. [h264 @ 0x72820] no frame!
  168. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 43 with DTS 5520451264, packet 44 with DTS 5520451264
  169. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 44 with DTS 5520451264, packet 45 with DTS 5520451264
  170. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 46 with DTS 5520454590, packet 47 with DTS 5520454590
  171. [h264 @ 0x72820] Increasing reorder buffer to 1
  172. [h264 @ 0x72820] no picture
  173. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 49 with DTS 5520464584, packet 50 with DTS 5520464584
  174. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 50 with DTS 5520464584, packet 51 with DTS 5520464584
  175. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 52 with DTS 5520467907, packet 53 with DTS 5520467907
  176. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 53 with DTS 5520467907, packet 54 with DTS 5520467907
  177. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 54 with DTS 5520467907, packet 55 with DTS 5520467907
  178. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 56 with DTS 5520471242, packet 57 with DTS 5520471242
  179. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 58 with DTS 5520481233, packet 59 with DTS 5520481233
  180. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 60 with DTS 5520484567, packet 61 with DTS 5520484567
  181. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 62 with DTS 5520487885, packet 63 with DTS 5520487885
  182. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 63 with DTS 5520487885, packet 64 with DTS 5520487885
  183. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 64 with DTS 5520487885, packet 65 with DTS 5520487885
  184. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 66 with DTS 5520491238, packet 67 with DTS 5520491238
  185. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 67 with DTS 5520491238, packet 68 with DTS 5520491238
  186. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 69 with DTS 5520501216, packet 70 with DTS 5520501216
  187. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 70 with DTS 5520501216, packet 71 with DTS 5520501216
  188. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 72 with DTS 5520504542, packet 73 with DTS 5520504542
  189. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 73 with DTS 5520504542, packet 74 with DTS 5520504542
  190. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 74 with DTS 5520504542, packet 75 with DTS 5520504542
  191. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 76 with DTS 5520507871, packet 77 with DTS 5520507871
  192. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 77 with DTS 5520507871, packet 78 with DTS 5520507871
  193. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 79 with DTS 5520517868, packet 80 with DTS 5520517868
  194. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 80 with DTS 5520517868, packet 81 with DTS 5520517868
  195. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 82 with DTS 5520521183, packet 83 with DTS 5520521183
  196. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 83 with DTS 5520521183, packet 84 with DTS 5520521183
  197. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 85 with DTS 5520524531, packet 86 with DTS 5520524531
  198. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 87 with DTS 5520527852, packet 88 with DTS 5520527852
  199. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 89 with DTS 5520537854, packet 90 with DTS 5520537854
  200. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 90 with DTS 5520537854, packet 91 with DTS 5520537854
  201. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 91 with DTS 5520537854, packet 92 with DTS 5520537854
  202. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 93 with DTS 5520541175, packet 94 with DTS 5520541175
  203. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 94 with DTS 5520541175, packet 95 with DTS 5520541175
  204. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 96 with DTS 5520544506, packet 97 with DTS 5520544506
  205. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 99 with DTS 5520554500, packet 100 with DTS 5520554500
  206. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 102 with DTS 5520557816, packet 103 with DTS 5520557816
  207. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 104 with DTS 5520561150, packet 105 with DTS 5520561150
  208. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 105 with DTS 5520561150, packet 106 with DTS 5520561150
  209. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 107 with DTS 5520564486, packet 108 with DTS 5520564486
  210. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 109 with DTS 5520574467, packet 110 with DTS 5520574467
  211. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 110 with DTS 5520574467, packet 111 with DTS 5520574467
  212. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 111 with DTS 5520574467, packet 112 with DTS 5520574467
  213. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 113 with DTS 5520577796, packet 114 with DTS 5520577796
  214. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 114 with DTS 5520577796, packet 115 with DTS 5520577796
  215. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 116 with DTS 5520581136, packet 117 with DTS 5520581136
  216. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 117 with DTS 5520581136, packet 118 with DTS 5520581136
  217. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 119 with DTS 5520591114, packet 120 with DTS 5520591114
  218. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 120 with DTS 5520591114, packet 121 with DTS 5520591114
  219. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 121 with DTS 5520591114, packet 122 with DTS 5520591114
  220. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 123 with DTS 5520594445, packet 124 with DTS 5520594445
  221. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 124 with DTS 5520594445, packet 125 with DTS 5520594445
  222. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 125 with DTS 5520594445, packet 126 with DTS 5520594445
  223. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 127 with DTS 5520597777, packet 128 with DTS 5520597777
  224. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 130 with DTS 5520611116, packet 131 with DTS 5520611116
  225. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 131 with DTS 5520611116, packet 132 with DTS 5520611116
  226. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 133 with DTS 5520614439, packet 134 with DTS 5520614439
  227. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 134 with DTS 5520614439, packet 135 with DTS 5520614439
  228. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 135 with DTS 5520614439, packet 136 with DTS 5520614439
  229. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 137 with DTS 5520617762, packet 138 with DTS 5520617762
  230. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 139 with DTS 5520627754, packet 140 with DTS 5520627754
  231. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 140 with DTS 5520627754, packet 141 with DTS 5520627754
  232. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 141 with DTS 5520627754, packet 142 with DTS 5520627754
  233. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 143 with DTS 5520631085, packet 144 with DTS 5520631085
  234. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 144 with DTS 5520631085, packet 145 with DTS 5520631085
  235. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 146 with DTS 5520634422, packet 147 with DTS 5520634422
  236. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 148 with DTS 5520637738, packet 149 with DTS 5520637738
  237. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 150 with DTS 5520644398, packet 151 with DTS 5520644398
  238. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 152 with DTS 5520647726, packet 153 with DTS 5520647726
  239. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 153 with DTS 5520647726, packet 154 with DTS 5520647726
  240. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 155 with DTS 5520651061, packet 156 with DTS 5520651061
  241. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 156 with DTS 5520651061, packet 157 with DTS 5520651061
  242. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 158 with DTS 5520654389, packet 159 with DTS 5520654389
  243. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 160 with DTS 5520664376, packet 161 with DTS 5520664376
  244. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 161 with DTS 5520664376, packet 162 with DTS 5520664376
  245. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 163 with DTS 5520667718, packet 164 with DTS 5520667718
  246. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 164 with DTS 5520667718, packet 165 with DTS 5520667718
  247. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 166 with DTS 5520671424, packet 167 with DTS 5520671424
  248. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 168 with DTS 5520674367, packet 169 with DTS 5520674367
  249. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 170 with DTS 5520681030, packet 171 with DTS 5520681030
  250. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 172 with DTS 5520684356, packet 173 with DTS 5520684356
  251. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 174 with DTS 5520687693, packet 175 with DTS 5520687693
  252. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 175 with DTS 5520687693, packet 176 with DTS 5520687693
  253. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 176 with DTS 5520687693, packet 177 with DTS 5520687693
  254. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 178 with DTS 5520691014, packet 179 with DTS 5520691014
  255. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 180 with DTS 5520701005, packet 181 with DTS 5520701005
  256. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 181 with DTS 5520701005, packet 182 with DTS 5520701005
  257. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 183 with DTS 5520704350, packet 184 with DTS 5520704350
  258. [mpegts @ 0x6c020] Non-increasing DTS in stream 2: packet 184 with DTS 5520704350, packet 185 with DTS 5520704350
  259. [mpegts @ 0x6c020] Probe buffer size limit of 5000000 bytes reached
  260. [mpegts @ 0x6c020] Ignoring outlier non primary stream starttime 7575.500488
  261. [mpegts @ 0x6c020] After avformat_find_stream_info() pos: 5206284 bytes read:5208900 seeks:0 frames:417
  262. Input #0, mpegts, from 'http://tvh_url':
  263. Duration: N/A, start: 61337.761811, bitrate: N/A
  264. Program 19561
  265. Metadata:
  266. service_name : DVB Channel
  267. service_provider: DVB Provider
  268. 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
  269. Stream #0:1[0x7db](dut), 144, 1/90000: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 256 kb/s
  270. Stream #0:2[0x835](dut,dut), 187, 1/90000: Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250
  271. Successfully opened the file.
  272. Parsing a group of options: output file out.m3u8.
  273. Applying option map (set input stream mapping) with argument 0.
  274. Applying option c:s (codec name) with argument webvtt.
  275. Applying option acodec (force audio codec ('copy' to copy stream)) with argument copy.
  276. Applying option vcodec (force video codec ('copy' to copy stream)) with argument h264.
  277. Applying option b:v (video bitrate (please use -b:v)) with argument 2M.
  278. Applying option pix_fmt (set pixel format) with argument nv21.
  279. Applying option f (force format) with argument hls.
  280. Successfully parsed a group of options.
  281. Opening an output file: out.m3u8.
  282. Matched encoder 'h264_v4l2m2m' for codec 'h264'.
  283. Successfully opened the file.
  284. detected 8 logical cores
  285. [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'video_size' to value '1920x1080'
  286. [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'pix_fmt' to value '0'
  287. [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'time_base' to value '1/90000'
  288. [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'pixel_aspect' to value '1/1'
  289. [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'sws_param' to value 'flags=2'
  290. [graph 0 input from stream 0:0 @ 0x9e8b30] Setting 'frame_rate' to value '25/1'
  291. [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
  292. [format @ 0xbd110] compat: called with args=[nv21]
  293. [format @ 0xbd110] Setting 'pix_fmts' to value 'nv21'
  294. [auto-inserted scaler 0 @ 0x6bf20] Setting 'flags' to value 'bicubic'
  295. [auto-inserted scaler 0 @ 0x6bf20] w:iw h:ih flags:'bicubic' interl:0
  296. [format @ 0xbd110] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
  297. [AVFilterGraph @ 0x1374b0] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
  298. [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
  299. [h264_v4l2m2m @ 0x742c10] H264 codec detected, init annexb converter
  300. [h264_v4l2m2m @ 0x742c10] Device path not set, probing /dev/video*
  301. [h264_v4l2m2m @ 0x742c10] exynos-gsc.1:m2m is not the one we want
  302. [h264_v4l2m2m @ 0x742c10] exynos-gsc.0:m2m is not the one we want
  303. [h264_v4l2m2m @ 0x742c10] Probing /dev/video11
  304. [h264_v4l2m2m @ 0x742c10] Using device /dev/video11
  305. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 0 in output pool
  306. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 1 in output pool
  307. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 2 in output pool
  308. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 3 in output pool
  309. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 4 in output pool
  310. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 5 in output pool
  311. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 6 in output pool
  312. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 7 in output pool
  313. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 8 in output pool
  314. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 9 in output pool
  315. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 10 in output pool
  316. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 11 in output pool
  317. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 12 in output pool
  318. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 13 in output pool
  319. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 14 in output pool
  320. [h264_v4l2m2m @ 0x742c10] Successfully created 2 plane(s) for buffer 15 in output pool
  321. [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 0 in capture pool
  322. [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 1 in capture pool
  323. [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 2 in capture pool
  324. [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 3 in capture pool
  325. [h264_v4l2m2m @ 0x742c10] Successfully created 1 plane(s) for buffer 4 in capture pool
  326. [h264_v4l2m2m @ 0x742c10] gop_size: 12
  327. [h264_v4l2m2m @ 0x742c10] Enabling bitrate control if required rate 1 > 1
  328. [h264_v4l2m2m @ 0x742c10] Max b-frames: 0
  329. [h264_v4l2m2m @ 0x742c10] Min/max quantizer scale: 2, 31
  330. Output #0, hls, to 'out.m3u8':
  331. 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
  332. Metadata:
  333. encoder : Lavc57.24.102 h264_v4l2m2m
  334. Stream #0:1(dut), 0, 1/48000: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, 256 kb/s
  335. Stream #0:2(dut,dut), 0, 0/0: Subtitle: webvtt, 128 kb/s
  336. Metadata:
  337. encoder : Lavc57.24.102 webvtt
  338. Stream mapping:
  339. Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_v4l2m2m))
  340. Stream #0:1 -> #0:1 (copy)
  341. Stream #0:2 -> #0:2 (dvb_teletext (libzvbi_teletextdec) -> webvtt (native))
  342. Error while opening encoder for output stream #0:2 - maybe incorrect parameters such as bit_rate, rate, width or height
  343. [h264_v4l2m2m @ 0x742c10] Closing annexb filter
  344. [h264_v4l2m2m @ 0x742c10] Closing context
  345. [AVIOContext @ 0x6e140] Statistics: 5208900 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement