Guest User

Untitled

a guest
Feb 5th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. pi@raspberrypi:~ $ arecord -Dmic_sv -c2 -r48000 -fS32_LE -twav -d10 | ffmpeg -loglevel debug -i - -acodec libmp3lame -ab 32k -f flv rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg
  2. ffmpeg version 3.1.4-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5.4.1 (Debian 5.4.1-2) 20160904
  4. 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
  5. libavutil 55. 28.100 / 55. 28.100
  6. libavcodec 57. 48.101 / 57. 48.101
  7. libavformat 57. 41.100 / 57. 41.100
  8. libavdevice 57. 0.101 / 57. 0.101
  9. libavfilter 6. 47.100 / 6. 47.100
  10. libswscale 4. 1.100 / 4. 1.100
  11. libswresample 2. 1.100 / 2. 1.100
  12. libpostproc 54. 0.100 / 54. 0.100
  13. Splitting the commandline.
  14. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  15. Reading option '-i' ... matched as input file with argument '-'.
  16. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'libmp3lame'.
  17. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '32k -f'.
  18. Reading option 'flv' ... matched as output file.
  19. Reading option 'rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg' ... matched as output file.
  20. Finished splitting the commandline.
  21. Parsing a group of options: global .
  22. Applying option loglevel (set logging level) with argument debug.
  23. Successfully parsed a group of options.
  24. Parsing a group of options: input file -.
  25. Successfully parsed a group of options.
  26. Opening an input file: -.
  27. [pipe @ 0x276f750] Setting default whitelist 'crypto'
  28. Recording WAVE 'stdin' : Signed 32 bit Little Endian, Rate 48000 Hz, Stereo
  29. [wav @ 0x276f0c0] Format wav probed with size=2048 and score=99
  30. [wav @ 0x276f0c0] Before avformat_find_stream_info() pos: 44 bytes read:80812 seeks:0 nb_streams:1
  31. [wav @ 0x276f0c0] parser not found for codec pcm_s32le, packets or times may be invalid.
  32. Last message repeated 1 times
  33. [wav @ 0x276f0c0] All info found
  34. [wav @ 0x276f0c0] After avformat_find_stream_info() pos: 204844 bytes read:209580 seeks:0 frames:50
  35. Guessed Channel Layout for Input Stream #0.0 : stereo
  36. Input #0, wav, from 'pipe:':
  37. Duration: N/A, bitrate: 3072 kb/s
  38. Stream #0:0, 50, 1/48000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s32, 3072 kb/s
  39. Successfully opened the file.
  40. Parsing a group of options: output file flv.
  41. Applying option acodec (force audio codec ('copy' to copy stream)) with argument libmp3lame.
  42. Applying option ab (audio bitrate (please use -b:a)) with argument 32k -f.
  43. Successfully parsed a group of options.
  44. Opening an output file: flv.
  45. [NULL @ 0x27af3a0] Unable to find a suitable output format for 'flv'
  46. flv: Invalid argument
  47. [AVIOContext @ 0x27778e0] Statistics: 209580 bytes read, 0 seeks
  48. pi@raspberrypi:~ $
Advertisement
Add Comment
Please, Sign In to add comment