Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. ffmpeg started on 2017-02-06 at 04:12:50
  2. Report written to "ffmpeg-20170206-041250.log"
  3. Command line:
  4. /home/pi/special/ffmpeg/ffmpeg -report -f alsa -ar 48000 -acodec pcm_s16le -i mic_sv -f v4l2 -thread_queue_size 512 -framerate 20 -probesize 100 -i /dev/video0 -c:v h264_omx -acodec aac -f flv rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg
  5. ffmpeg version git-2017-02-05-e57fd92 Copyright (c) 2000-2017 the FFmpeg developers
  6. built with gcc 4.9.2 (Raspbian 4.9.2-10)
  7. configuration: --extra-cflags=-I/opt/vc/include/IL --enable-nonfree --enable-omx-rpi --logfile=CONFIG.TXT
  8. libavutil 55. 46.100 / 55. 46.100
  9. libavcodec 57. 75.100 / 57. 75.100
  10. libavformat 57. 66.101 / 57. 66.101
  11. libavdevice 57. 2.100 / 57. 2.100
  12. libavfilter 6. 73.100 / 6. 73.100
  13. libswscale 4. 3.101 / 4. 3.101
  14. libswresample 2. 4.100 / 2. 4.100
  15. Splitting the commandline.
  16. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
  17. Reading option '-f' ... matched as option 'f' (force format) with argument 'alsa'.
  18. Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '48000'.
  19. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'pcm_s16le'.
  20. Reading option '-i' ... matched as input url with argument 'mic_sv'.
  21. Reading option '-f' ... matched as option 'f' (force format) with argument 'v4l2'.
  22. Reading option '-thread_queue_size' ... matched as option 'thread_queue_size' (set the maximum number of queued packets from the demuxer) with argument '512'.
  23. Reading option '-framerate' ... matched as AVOption 'framerate' with argument '20'.
  24. Reading option '-probesize' ... matched as AVOption 'probesize' with argument '100'.
  25. Reading option '-i' ... matched as input url with argument '/dev/video0'.
  26. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264_omx'.
  27. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'aac'.
  28. Reading option '-f' ... matched as option 'f' (force format) with argument 'flv'.
  29. Reading option 'rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg' ... matched as output url.
  30. Finished splitting the commandline.
  31. Parsing a group of options: global .
  32. Applying option report (generate a report) with argument 1.
  33. Successfully parsed a group of options.
  34. Parsing a group of options: input url mic_sv.
  35. Applying option f (force format) with argument alsa.
  36. Applying option ar (set audio sampling rate (in Hz)) with argument 48000.
  37. Applying option acodec (force audio codec ('copy' to copy stream)) with argument pcm_s16le.
  38. Successfully parsed a group of options.
  39. Opening an input file: mic_sv.
  40. [alsa @ 0x1e19760] cannot initialize hardware parameter structure (Invalid argument)
  41. mic_sv: Input/output error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement