Advertisement
Guest User

Untitled

a guest
Jan 26th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 KB | None | 0 0
  1. fmpeg/./ffmpeg -report -re -ar 44100 -ac 2 -acodec pcm_s16le -f s16le -ac 2 -i /dev/zero -f h264 -i - -vcodec copy -acodec aac -ab 128k -g 50 -strict experimental -f flv "rtmp://157.240.3.12:80/rtmp/1202172759851050?ds=1"
  2.  
  3. ffmpeg version 3.1.4-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2016 the FFmpeg developers
  4.  
  5. built with gcc 5.4.1 (Debian 5.4.1-2) 20160904
  6.  
  7. configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --enable-libmp3lame --enable-libx264 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-amrwbenc --enable-gray --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --enable-frei0r --enable-libfribidi --disable-indev=sndio --disable-outdev=sndio --enable-librtmp --cc=gcc-5 --disable-ffplay
  8.  
  9. libavutil 55. 28.100 / 55. 28.100
  10.  
  11. libavcodec 57. 48.101 / 57. 48.101
  12.  
  13. libavformat 57. 41.100 / 57. 41.100
  14.  
  15. libavdevice 57. 0.101 / 57. 0.101
  16.  
  17. libavfilter 6. 47.100 / 6. 47.100
  18.  
  19. libswscale 4. 1.100 / 4. 1.100
  20.  
  21. libswresample 2. 1.100 / 2. 1.100
  22.  
  23. libpostproc 54. 0.100 / 54. 0.100
  24.  
  25. Splitting the commandline.
  26.  
  27. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  28.  
  29. Reading option '-re' ... matched as option 're' (read input at native frame rate) with argument '1'.
  30.  
  31. Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '44100'.
  32.  
  33. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  34.  
  35. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'pcm_s16le'.
  36.  
  37. Reading option '-f' ... matched as option 'f' (force format) with argument 's16le'.
  38.  
  39. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  40.  
  41. Reading option '-i' ... matched as input file with argument '/dev/zero'.
  42.  
  43. Reading option '-f' ... matched as option 'f' (force format) with argument 'h264'.
  44.  
  45. Reading option '-i' ... matched as input file with argument '-'.
  46.  
  47. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'copy'.
  48.  
  49. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'aac'.
  50.  
  51.  
  52.  
  53. libswresample 2. 1.100 / 2. 1.100
  54.  
  55. libpostproc 54. 0.100 / 54. 0.100
  56.  
  57. Splitting the commandline.
  58.  
  59. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  60.  
  61. Reading option '-re' ... matched as option 're' (read input at native frame rate) with argument '1'.
  62.  
  63. Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '44100'.
  64.  
  65. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  66.  
  67. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'pcm_s16le'.
  68.  
  69. Reading option '-f' ... matched as option 'f' (force format) with argument 's16le'.
  70.  
  71. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '2'.
  72.  
  73. Reading option '-i' ... matched as input file with argument '/dev/zero'.
  74.  
  75. Reading option '-f' ... matched as option 'f' (force format) with argument 'h264'.
  76.  
  77. Reading option '-i' ... matched as input file with argument '-'.
  78.  
  79. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'copy'.
  80.  
  81. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'aac'.
  82.  
  83. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '128k'.
  84.  
  85. Reading option '-g' ... matched as AVOption 'g' with argument '50'.
  86.  
  87. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  88.  
  89. matched as AVOption 'strict' with argument 'experimental'.
  90.  
  91. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  92.  
  93. Reading option 'rtmp://157.240.3.12:80/rtmp/1202172759851050?ds=1' ... matched as output file.
  94.  
  95. Finished splitting the commandline.
  96.  
  97. Parsing a group of options: global .
  98.  
  99. Applying option report (generate a report) with argument 1.
  100.  
  101. Successfully parsed a group of options.
  102.  
  103. Parsing a group of options: input file /dev/zero.
  104.  
  105. Applying option re (read input at native frame rate) with argument 1.
  106.  
  107. Applying option ar (set audio sampling rate (in Hz)) with argument 44100.
  108.  
  109. Applying option ac (set number of audio channels) with argument 2.
  110.  
  111.  
  112. Applying option acodec (force audio codec ('copy' to copy stream)) with argument pcm_s16le.
  113.  
  114. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '128k'.
  115.  
  116. Reading option '-g' ... matched as AVOption 'g' with argument '50'.
  117.  
  118. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  119.  
  120. matched as AVOption 'strict' with argument 'experimental'.
  121.  
  122. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  123.  
  124. Reading option 'rtmp://157.240.3.12:80/rtmp/1202172759851050?ds=1' ... matched as output file.
  125.  
  126. Finished splitting the commandline.
  127.  
  128. Parsing a group of options: global .
  129.  
  130. Applying option report (generate a report) with argument 1.
  131.  
  132. Successfully parsed a group of options.
  133.  
  134. Parsing a group of options: input file /dev/zero.
  135.  
  136. Applying option re (read input at native frame rate) with argument 1.
  137.  
  138. Applying option ar (set audio sampling rate (in Hz)) with argument 44100.
  139.  
  140. Applying option ac (set number of audio channels) with argument 2.
  141.  
  142. Applying option acodec (force audio codec ('copy' to copy stream)) with argument pcm_s16le.
  143.  
  144. Applying option f (force format) with argument s16le.
  145.  
  146. Applying option ac (set number of audio channels) with argument 2.
  147.  
  148. Successfully parsed a group of options.
  149.  
  150. Opening an input file: /dev/zero.
  151.  
  152. [file @ 0x2a1aa40] Setting default whitelist 'file,crypto'
  153.  
  154. [s16le @ 0x2a1a390] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:1
  155.  
  156. [s16le @ 0x2a1a390] All info found
  157.  
  158. [s16le @ 0x2a1a390] After avformat_find_stream_info() pos: 204800 bytes read:229376 seeks:0 frames:50
  159.  
  160. Guessed Channel Layout for Input Stream #0.0 : stereo
  161.  
  162. Input #0, s16le, from '/dev/zero':
  163.  
  164. Duration: N/A, bitrate: 1411 kb/s
  165.  
  166. Stream #0:0, 50, 1/44100: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  167.  
  168. Successfully opened the file.
  169.  
  170. Parsing a group of options: input file -.
  171.  
  172.  
  173. Applying option f (force format) with argument h264.
  174.  
  175. Applying option ac (set number of audio channels) with argument 2.
  176.  
  177. Successfully parsed a group of options.
  178.  
  179. Opening an input file: /dev/zero.
  180.  
  181. [file @ 0x2a1aa40] Setting default whitelist 'file,crypto'
  182.  
  183. [s16le @ 0x2a1a390] Before avformat_find_stream_info() pos: 0 bytes read:32768 seeks:0 nb_streams:1
  184.  
  185. [s16le @ 0x2a1a390] All info found
  186.  
  187. [s16le @ 0x2a1a390] After avformat_find_stream_info() pos: 204800 bytes read:229376 seeks:0 frames:50
  188.  
  189. Guessed Channel Layout for Input Stream #0.0 : stereo
  190.  
  191. Input #0, s16le, from '/dev/zero':
  192.  
  193. Duration: N/A, bitrate: 1411 kb/s
  194.  
  195. Stream #0:0, 50, 1/44100: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  196.  
  197. Successfully opened the file.
  198.  
  199. Parsing a group of options: input file -.
  200.  
  201. Applying option f (force format) with argument h264.
  202.  
  203. Successfully parsed a group of options.
  204.  
  205. Opening an input file: -.
  206.  
  207. [pipe @ 0x2a1a320] Setting default whitelist 'crypto'
  208.  
  209. [h264 @ 0x2a5a110] Before avformat_find_stream_info() pos: 0 bytes read:4096 seeks:0 nb_streams:1
  210.  
  211. [h264 @ 0x2a62e50] nal_unit_type: 7, nal_ref_idc: 1
  212.  
  213. [h264 @ 0x2a62e50] nal_unit_type: 8, nal_ref_idc: 1
  214.  
  215. [h264 @ 0x2a62e50] nal_unit_type: 5, nal_ref_idc: 1
  216.  
  217. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  218.  
  219. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  220.  
  221. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  222.  
  223. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  224.  
  225. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  226.  
  227. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  228.  
  229. [h264 @ 0x2a5a110] max_analyze_duration 5000000 reached at 5000000 microseconds st:0
  230.  
  231.  
  232. [h264 @ 0x2a5a110] After avformat_find_stream_info() pos: 98304 bytes read:98304 seeks:0 frames:127
  233.  
  234. Successfully parsed a group of options.
  235.  
  236. Opening an input file: -.
  237.  
  238. [pipe @ 0x2a1a320] Setting default whitelist 'crypto'
  239.  
  240. [h264 @ 0x2a5a110] Before avformat_find_stream_info() pos: 0 bytes read:4096 seeks:0 nb_streams:1
  241.  
  242. [h264 @ 0x2a62e50] nal_unit_type: 7, nal_ref_idc: 1
  243.  
  244. [h264 @ 0x2a62e50] nal_unit_type: 8, nal_ref_idc: 1
  245.  
  246. [h264 @ 0x2a62e50] nal_unit_type: 5, nal_ref_idc: 1
  247.  
  248. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  249.  
  250. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  251.  
  252. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  253.  
  254. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  255.  
  256. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  257.  
  258. [h264 @ 0x2a62e50] nal_unit_type: 1, nal_ref_idc: 1
  259.  
  260. [h264 @ 0x2a5a110] max_analyze_duration 5000000 reached at 5000000 microseconds st:0
  261.  
  262. [h264 @ 0x2a5a110] After avformat_find_stream_info() pos: 98304 bytes read:98304 seeks:0 frames:127
  263.  
  264. Input #1, h264, from 'pipe:':
  265.  
  266. Duration: N/A, bitrate: N/A
  267.  
  268. Stream #1:0, 127, 1/1200000: Video: h264 (High), yuv420p, 1920x1080, 25 fps, 25 tbr, 1200k tbn, 50 tbc
  269.  
  270. Successfully opened the file.
  271.  
  272. Parsing a group of options: output file rtmp://157.240.3.12:80/rtmp/1202172759851050?ds=1.
  273.  
  274. Applying option vcodec (force video codec ('copy' to copy stream)) with argument copy.
  275.  
  276. Applying option acodec (force audio codec ('copy' to copy stream)) with argument aac.
  277.  
  278. Applying option ab (audio bitrate (please use -b:a)) with argument 128k.
  279.  
  280. Applying option f (force format) with argument flv.
  281.  
  282. Successfully parsed a group of options.
  283.  
  284. Opening an output file: rtmp://157.240.3.12:80/rtmp/1202172759851050?ds=1.
  285.  
  286. [rtmp @ 0x2a7ba00] No default whitelist set
  287.  
  288. RTMP_ReadPacket, failed to read RTMP packet header
  289.  
  290. rtmp://157.240.3.12:80/rtmp/1202172759851050?ds=1: Unknown error occurred
  291.  
  292.  
  293. [AVIOContext @ 0x2a22bf0] Statistics: 229376 bytes read, 0 seeks
  294.  
  295.  
  296. [AVIOContext @ 0x2a53800] Statistics: 98304 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement