Advertisement
shadowingfx

rtmp ffmpeg error log

Nov 6th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.14 KB | None | 0 0
  1. ffmpeg started on 2013-11-06 at 19:12:55
  2. Report written to "ffmpeg-20131106-191255.log"
  3. Command line:
  4. ffmpeg -report -rtbufsize 2147483647 -threads 8 -re -copyts -i - -pix_fmt yuv420p -profile high -ab 256k -vf yadif -g 50 -vcodec libx264 -maxrate:v 1024k -minrate:v 1024k -bufsize:v 1024k -sc_threshold 0 -tune zerolatency -keyint_min 50 -ar 44100 -preset veryfast -acodec libfaac -f flv "rtmp://localhost:1935/live/4bZe7TBKQ8Q1p3B live=1"
  5. ffmpeg version N-57040-ga72bf5f Copyright (c) 2000-2013 the FFmpeg developers
  6. built on Oct 10 2013 17:41:02 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  7. configuration: --prefix=/home/sdi/ffmpeg_static --enable-runtime-cpudetect --disable-debug --disable-ffserver --disable-shared --enable-libfaac --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-libass --enable-libfreetype --enable-librtmp --enable-gpl --enable-nonfree --extra-libs=-ldl
  8. libavutil 52. 46.101 / 52. 46.101
  9. libavcodec 55. 35.100 / 55. 35.100
  10. libavformat 55. 19.100 / 55. 19.100
  11. libavdevice 55. 4.100 / 55. 4.100
  12. libavfilter 3. 88.101 / 3. 88.101
  13. libswscale 2. 5.101 / 2. 5.101
  14. libswresample 0. 17.103 / 0. 17.103
  15. libpostproc 52. 3.100 / 52. 3.100
  16. Splitting the commandline.
  17. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  18. Reading option '-rtbufsize' ... matched as AVOption 'rtbufsize' with argument '2147483647'.
  19. Reading option '-threads' ... matched as AVOption 'threads' with argument '8'.
  20. Reading option '-re' ... matched as option 're' (read input at native frame rate) with argument '1'.
  21. Reading option '-copyts' ... matched as option 'copyts' (copy timestamps) with argument '1'.
  22. Reading option '-i' ... matched as input file with argument '-'.
  23. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
  24. Reading option '-profile' ... matched as option 'profile' (set profile) with argument 'high'.
  25. Reading option '-ab' ... matched as AVOption 'ab' with argument '256k'.
  26. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'yadif'.
  27. Reading option '-g' ... matched as AVOption 'g' with argument '50'.
  28. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
  29. Reading option '-maxrate:v' ... matched as AVOption 'maxrate:v' with argument '1024k'.
  30. Reading option '-minrate:v' ... matched as AVOption 'minrate:v' with argument '1024k'.
  31. Reading option '-bufsize:v' ... matched as AVOption 'bufsize:v' with argument '1024k'.
  32. Reading option '-sc_threshold' ... matched as AVOption 'sc_threshold' with argument '0'.
  33. Reading option '-tune' ... matched as AVOption 'tune' with argument 'zerolatency'.
  34. Reading option '-keyint_min' ... matched as AVOption 'keyint_min' with argument '50'.
  35. Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '44100'.
  36. Reading option '-preset' ... matched as AVOption 'preset' with argument 'veryfast'.
  37. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'libfaac'.
  38. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  39. Reading option 'rtmp://localhost:1935/live/4bZe7TBKQ8Q1p3B live=1' ... matched as output file.
  40. Finished splitting the commandline.
  41. Parsing a group of options: global .
  42. Applying option report (generate a report) with argument 1.
  43. Applying option copyts (copy timestamps) with argument 1.
  44. Successfully parsed a group of options.
  45. Parsing a group of options: input file -.
  46. Applying option re (read input at native frame rate) with argument 1.
  47. Successfully parsed a group of options.
  48. Opening an input file: -.
  49. [nut @ 0x3aae0e0] Format nut probed with size=2048 and score=100
  50. [nut @ 0x3aae0e0] File position before avformat_find_stream_info() is 240
  51. [nut @ 0x3aae0e0] All info found
  52. [nut @ 0x3aae0e0] File position after avformat_find_stream_info() is 706522
  53. Guessed Channel Layout for Input Stream #0.1 : stereo
  54. Input #0, nut, from 'pipe:':
  55. Metadata:
  56. encoder : Lavf55.5.3
  57. Duration: N/A, start: 0.000000, bitrate: 1536 kb/s
  58. Stream #0:0, 1, 1001/24000: Video: rawvideo (UYVY / 0x59565955), uyvy422, 720x486, 23.98 tbr, 23.98 tbn, 23.98 tbc
  59. Stream #0:1, 1, 1/48000: Audio: pcm_s16le (PSD[16] / 0x10445350), 48000 Hz, stereo, s16, 1536 kb/s
  60. Successfully opened the file.
  61. Parsing a group of options: output file rtmp://localhost:1935/live/4bZe7TBKQ8Q1p3B live=1.
  62. Applying option pix_fmt (set pixel format) with argument yuv420p.
  63. Applying option profile (set profile) with argument high.
  64. Please use -profile:a or -profile:v, -profile is ambiguous
  65. Applying option vf (set video filters) with argument yadif.
  66. Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264.
  67. Applying option ar (set audio sampling rate (in Hz)) with argument 44100.
  68. Applying option acodec (force audio codec ('copy' to copy stream)) with argument libfaac.
  69. Applying option f (force format) with argument flv.
  70. Successfully parsed a group of options.
  71. Opening an output file: rtmp://localhost:1935/live/4bZe7TBKQ8Q1p3B live=1.
  72. Parsing...
  73. Parsed protocol: 0
  74. Parsed host : localhost
  75. Parsed app : live
  76. RTMP_Connect1, ... connected, handshaking
  77. HandShake: Type Answer : 03
  78. HandShake: Server Uptime : -564517939
  79. HandShake: FMS Version : 49.194.144.119
  80. HandShake: Handshaking finished....
  81. RTMP_Connect1, handshaked
  82. RTMP_SendPacket: fd=4, size=93
  83. Invoking connect
  84. RTMP_ReadPacket: fd=4
  85. HandleServerBW: server BW = 2500000
  86. RTMP_ReadPacket: fd=4
  87. HandleClientBW: client BW = 2500000 2
  88. RTMP_ReadPacket: fd=4
  89. HandleCtrl, received ctrl. type: 0, len: 6
  90. HandleCtrl, Stream Begin 0
  91. RTMP_ReadPacket: fd=4
  92. RTMP_ReadPacket: fd=4
  93. RTMP_ClientPacket, received: invoke 189 bytes
  94. (object begin)
  95. Property: <Name: no-name., STRING: _result>
  96. Property: <Name: no-name., NUMBER: 1.00>
  97. Property: <Name: no-name., OBJECT>
  98. (object begin)
  99. Property: <Name: fmsVer, STRING: FMS/3,0,1,123>
  100. Property: <Name: capabilities, NUMBER: 31.00>
  101. (object end)
  102. Property: <Name: no-name., OBJECT>
  103. (object begin)
  104. Property: <Name: level, STRING: status>
  105. Property: <Name: code, STRING: NetConnection.Connect.Success>
  106. Property: <Name: description, STRING: Connection succeeded>
  107. Property: <Name: objectEncoding, NUMBER: 0.00>
  108. (object end)
  109. (object end)
  110. HandleInvoke, server invoking <_result>
  111. HandleInvoke, received result for method call <connect>
  112. RTMP_SendPacket: fd=4, size=44
  113. Invoking releaseStream
  114. RTMP_SendPacket: fd=4, size=40
  115. Invoking FCPublish
  116. RTMP_SendPacket: fd=4, size=25
  117. Invoking createStream
  118. RTMP_ReadPacket: fd=4
  119. RTMP_ClientPacket, received: invoke 30 bytes
  120. (object begin)
  121. Property: <Name: no-name., STRING: onBWDone>
  122. Property: <Name: no-name., NUMBER: 0.00>
  123. Property: NULL
  124. Property: <Name: no-name., NUMBER: 8192.00>
  125. (object end)
  126. HandleInvoke, server invoking <onBWDone>
  127. RTMP_SendPacket: fd=4, size=21
  128. Invoking _checkbw
  129. RTMP_ReadPacket: fd=4
  130. RTMP_ReadPacket: fd=4
  131. RTMP_ClientPacket, received: invoke 139 bytes
  132. (object begin)
  133. Property: <Name: no-name., STRING: _error>
  134. Property: <Name: no-name., NUMBER: 2.00>
  135. Property: NULL
  136. Property: <Name: no-name., OBJECT>
  137. (object begin)
  138. Property: <Name: level, STRING: error>
  139. Property: <Name: code, STRING: NetConnection.Call.Failed>
  140. Property: <Name: description, STRING: Specified stream not found in call to releaseStream>
  141. (object end)
  142. (object end)
  143. HandleInvoke, server invoking <_error>
  144. HandleInvoke, received result id 2.000000 without matching request
  145. RTMP_ReadPacket: fd=4
  146. RTMP_ClientPacket, received: invoke 21 bytes
  147. (object begin)
  148. Property: <Name: no-name., STRING: _result>
  149. Property: <Name: no-name., NUMBER: 3.00>
  150. Property: NULL
  151. Property: NULL
  152. (object end)
  153. HandleInvoke, server invoking <_result>
  154. HandleInvoke, received result id 3.000000 without matching request
  155. RTMP_ReadPacket: fd=4
  156. RTMP_ClientPacket, received: invoke 91 bytes
  157. (object begin)
  158. Property: <Name: no-name., STRING: onFCPublish>
  159. Property: <Name: no-name., NUMBER: 0.00>
  160. Property: NULL
  161. Property: <Name: no-name., OBJECT>
  162. (object begin)
  163. Property: <Name: code, STRING: NetStream.Publish.Start>
  164. Property: <Name: description, STRING: 4bZe7TBKQ8Q1p3B>
  165. (object end)
  166. (object end)
  167. HandleInvoke, server invoking <onFCPublish>
  168. RTMP_ReadPacket: fd=4
  169. RTMP_ClientPacket, received: invoke 29 bytes
  170. (object begin)
  171. Property: <Name: no-name., STRING: _result>
  172. Property: <Name: no-name., NUMBER: 4.00>
  173. Property: NULL
  174. Property: <Name: no-name., NUMBER: 1.00>
  175. (object end)
  176. HandleInvoke, server invoking <_result>
  177. HandleInvoke, received result for method call <createStream>
  178. RTMP_SendPacket: fd=4, size=45
  179. Invoking publish
  180. RTMP_ReadPacket: fd=4
  181. RTMP_ClientPacket, received: invoke 120 bytes
  182. (object begin)
  183. Property: <Name: no-name., STRING: _error>
  184. Property: <Name: no-name., NUMBER: 5.00>
  185. Property: NULL
  186. Property: <Name: no-name., OBJECT>
  187. (object begin)
  188. Property: <Name: level, STRING: error>
  189. Property: <Name: code, STRING: NetConnection.Call.Failed>
  190. Property: <Name: description, STRING: call to function _checkbw failed>
  191. (object end)
  192. (object end)
  193. HandleInvoke, server invoking <_error>
  194. HandleInvoke, received result id 5.000000 without matching request
  195. RTMP_ReadPacket: fd=4
  196. RTMP_ReadPacket: fd=4
  197. RTMP_ClientPacket, received: invoke 185 bytes
  198. (object begin)
  199. Property: <Name: no-name., STRING: onStatus>
  200. Property: <Name: no-name., NUMBER: 0.00>
  201. Property: NULL
  202. Property: <Name: no-name., OBJECT>
  203. (object begin)
  204. Property: <Name: level, STRING: status>
  205. Property: <Name: code, STRING: NetStream.Publish.Start>
  206. Property: <Name: description, STRING: Stream `4bZe7TBKQ8Q1p3B` is now published>
  207. Property: <Name: details, STRING: 4bZe7TBKQ8Q1p3B>
  208. Property: <Name: clientid, STRING: 2826_1_19585616>
  209. (object end)
  210. (object end)
  211. HandleInvoke, server invoking <onStatus>
  212. HandleInvoke, onStatus: NetStream.Publish.Start
  213. Successfully opened the file.
  214. detected 24 logical cores
  215. [graph 0 input from stream 0:0 @ 0x3a99120] Setting 'video_size' to value '720x486'
  216. [graph 0 input from stream 0:0 @ 0x3a99120] Setting 'pix_fmt' to value '17'
  217. [graph 0 input from stream 0:0 @ 0x3a99120] Setting 'time_base' to value '1001/24000'
  218. [graph 0 input from stream 0:0 @ 0x3a99120] Setting 'pixel_aspect' to value '0/1'
  219. [graph 0 input from stream 0:0 @ 0x3a99120] Setting 'sws_param' to value 'flags=2'
  220. [graph 0 input from stream 0:0 @ 0x3a99120] Setting 'frame_rate' to value '24000/1001'
  221. [graph 0 input from stream 0:0 @ 0x3a99120] w:720 h:486 pixfmt:uyvy422 tb:1001/24000 fr:24000/1001 sar:0/1 sws_param:flags=2
  222. [format @ 0x3a9ac40] compat: called with args=[yuv420p]
  223. [format @ 0x3a9ac40] Setting 'pix_fmts' to value 'yuv420p'
  224. [auto-inserted scaler 0 @ 0x3a99c60] Setting 'flags' to value '0x4'
  225. [auto-inserted scaler 0 @ 0x3a99c60] w:iw h:ih flags:'0x4' interl:0
  226. [Parsed_yadif_0 @ 0x3a98b80] auto-inserting filter 'auto-inserted scaler 0' between the filter 'graph 0 input from stream 0:0' and the filter 'Parsed_yadif_0'
  227. [AVFilterGraph @ 0x3a9e2c0] query_formats: 4 queried, 2 merged, 1 already done, 0 delayed
  228. [auto-inserted scaler 0 @ 0x3a99c60] w:720 h:486 fmt:uyvy422 sar:0/1 -> w:720 h:486 fmt:yuv420p sar:0/1 flags:0x4
  229. [graph 1 input from stream 0:1 @ 0x3a9ae20] Setting 'time_base' to value '1/48000'
  230. [graph 1 input from stream 0:1 @ 0x3a9ae20] Setting 'sample_rate' to value '48000'
  231. [graph 1 input from stream 0:1 @ 0x3a9ae20] Setting 'sample_fmt' to value 's16'
  232. [graph 1 input from stream 0:1 @ 0x3a9ae20] Setting 'channel_layout' to value '0x3'
  233. [graph 1 input from stream 0:1 @ 0x3a9ae20] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3
  234. [audio format for output stream 0:1 @ 0x3aa6980] Setting 'sample_fmts' to value 's16'
  235. [audio format for output stream 0:1 @ 0x3aa6980] Setting 'sample_rates' to value '44100'
  236. [audio format for output stream 0:1 @ 0x3aa6980] Setting 'channel_layouts' to value '0x4|0x3|0x7|0x107|0x37|0x3f'
  237. [audio format for output stream 0:1 @ 0x3aa6980] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1'
  238. [AVFilterGraph @ 0x3a9b100] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
  239. [auto-inserted resampler 0 @ 0x3aa96c0] ch:2 chl:stereo fmt:s16 r:48000Hz -> ch:2 chl:stereo fmt:s16 r:44100Hz
  240. [libx264 @ 0x3ab3c00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
  241. [libx264 @ 0x3ab3c00] profile High, level 3.0
  242. [libx264 @ 0x3ab3c00] 264 - core 136 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=7 lookahead_threads=7 sliced_threads=1 slices=7 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=1 keyint=50 keyint_min=26 scenecut=0 intra_refresh=0 rc_lookahead=0 rc=crf mbtree=0 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=1024 vbv_bufsize=1024 crf_max=0.0 nal_hrd=none ip_ratio=1.40 aq=1:1.00
  243. Output #0, flv, to 'rtmp://localhost:1935/live/4bZe7TBKQ8Q1p3B live=1':
  244. Metadata:
  245. encoder : Lavf55.19.100
  246. Stream #0:0, 0, 1/1000: Video: h264 (libx264) ([7][0][0][0] / 0x0007), yuv420p, 720x486, q=-1--1, max. 1024 kb/s, 1k tbn, 23.98 tbc
  247. Stream #0:1, 0, 1/1000: Audio: aac (libfaac) ([10][0][0][0] / 0x000A), 44100 Hz, stereo, s16, 256 kb/s
  248. Stream mapping:
  249. Stream #0:0 -> #0:0 (rawvideo -> libx264)
  250. Stream #0:1 -> #0:1 (pcm_s16le -> libfaac)
  251. [libx264 @ 0x3ab3c00] frame= 0 QP=25.61 NAL=3 Slice:I Poc:0 I:1395 P:0 SKIP:0 size=42659 bytes
  252. RTMP_SendPacket: fd=4, size=309
  253. RTMP_SendPacket: fd=4, size=42
  254. RTMP_SendPacket: fd=4, size=4
  255. RTMP_SendPacket: fd=4, size=460
  256. [libx264 @ 0x3ab3c00] frame= 1 QP=26.04 NAL=2 Slice:P Poc:2 I:12 P:196 SKIP:1187 size=719 bytes
  257. RTMP_SendPacket: fd=4, size=43349
  258. RTMP_SendPacket: fd=4, size=320
  259. [libx264 @ 0x3ab3c00] frame= 2 QP=25.55 NAL=2 Slice:P Poc:4 I:23 P:352 SKIP:1020 size=1856 bytes
  260. RTMP_SendPacket: fd=4, size=329
  261. RTMP_SendPacket: fd=4, size=730
  262. RTMP_SendPacket: fd=4, size=315
  263. [libx264 @ 0x3ab3c00] frame= 3 QP=24.88 NAL=2 Slice:P Poc:6 I:25 P:619 SKIP:751 size=3680 bytes
  264. RTMP_SendPacket: fd=4, size=302
  265. RTMP_SendPacket: fd=4, size=1867
  266. RTMP_SendPacket: fd=4, size=304
  267. RTMP_SendPacket: fd=4, size=311
  268. ... (repeat above lines for a while)
  269. [libx264 @ 0x3ab3c00] frame=101871 QP=29.62 NAL=2 Slice:P Poc:42 I:33 P:1164 SKIP:198 size=6429 bytes
  270. frame=101872 fps= 23 q=28.0 size= 546993kB time=01:10:48.91 bitrate=1054.6kbits/s
  271. RTMP_SendPacket: fd=4, size=380
  272. [libx264 @ 0x3ab3c00] frame=101872 QP=29.92 NAL=2 Slice:P Poc:44 I:11 P:984 SKIP:400 size=4278 bytes
  273. RTMP_SendPacket: fd=4, size=4752
  274. RTMP_SendPacket: fd=4, size=436
  275. [output stream 0:1 @ 0x3a9de40] EOF on sink link output stream 0:1:default.
  276. [libx264 @ 0x3ab3c00] frame=101873 QP=29.43 NAL=2 Slice:P Poc:46 I:24 P:1073 SKIP:298 size=5187 bytes
  277. [output stream 0:0 @ 0x3a9aa60] EOF on sink link output stream 0:0:default.
  278. No more output streams to write to, finishing.
  279. RTMP_SendPacket: fd=4, size=418
  280. RTMP_SendPacket: fd=4, size=6440
  281. RTMP_SendPacket: fd=4, size=419
  282. RTMP_SendPacket: fd=4, size=419
  283. [libfaac @ 0x3ab68a0] Trying to remove 227 more samples than there are in the queue
  284. RTMP_SendPacket: fd=4, size=4289
  285. RTMP_SendPacket: fd=4, size=233
  286. RTMP_SendPacket: fd=4, size=5198
  287. RTMP_SendPacket: fd=4, size=5
  288. [flv @ 0x3ab0c20] Failed to update header with correct duration.
  289. [flv @ 0x3ab0c20] Failed to update header with correct filesize.
  290. frame=101874 fps= 23 q=28.0 Lsize= 547016kB time=01:10:48.99 bitrate=1054.6kbits/s
  291. video:462563kB audio:78828kB subtitle:0 global headers:0kB muxing overhead 1.038972%
  292. [libx264 @ 0x3ab3c00] frame I:2038 Avg QP:23.55 size: 29911
  293. [libx264 @ 0x3ab3c00] frame P:99836 Avg QP:25.54 size: 4134
  294. [libx264 @ 0x3ab3c00] mb I I16..4: 17.1% 35.8% 47.1%
  295. [libx264 @ 0x3ab3c00] mb P I16..4: 3.9% 3.9% 0.3% P16..4: 32.1% 11.1% 4.3% 0.0% 0.0% skip:44.4%
  296. [libx264 @ 0x3ab3c00] 8x8 transform intra:45.7% inter:38.1%
  297. [libx264 @ 0x3ab3c00] coded y,uvDC,uvAC intra: 45.5% 53.7% 17.8% inter: 13.1% 14.7% 1.0%
  298. [libx264 @ 0x3ab3c00] i16 v,h,dc,p: 43% 32% 20% 5%
  299. [libx264 @ 0x3ab3c00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 23% 20% 35% 3% 3% 4% 4% 4% 5%
  300. [libx264 @ 0x3ab3c00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 28% 22% 16% 5% 6% 7% 5% 6% 6%
  301. [libx264 @ 0x3ab3c00] i8c dc,h,v,p: 54% 22% 19% 5%
  302. [libx264 @ 0x3ab3c00] Weighted P-Frames: Y:3.1% UV:1.7%
  303. [libx264 @ 0x3ab3c00] kb/s:891.81
  304. 229215 frames successfully decoded, 0 decoding errors
  305. [AVIOContext @ 0x3ae6960] Statistics: 0 seeks, 285536 writeouts
  306. RTMP_SendPacket: fd=4, size=42
  307. Invoking FCUnpublish
  308. RTMP_SendPacket: fd=4, size=34
  309. Invoking deleteStream
  310. [AVIOContext @ 0x3ab67e0] Statistics: 72116951330 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement