Advertisement
Guest User

Untitled

a guest
Feb 11th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. $ LANG=C ffmpeg -f v4l2 -i /dev/video0 -f alsa -ac 1 -i default http://rpi:8090/rpi.ffm
  2. ffmpeg version N-60519-g8b0befe Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Feb 10 2014 20:54:25 with gcc 4.8 (Ubuntu/Linaro 4.8.1-10ubuntu9)
  4. configuration: --enable-avfilter --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --enable-runtime-cpudetect --enable-libmp3lame --enable-libfaac --enable-nonfree --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libxvid --enable-libx264 --enable-libopencore-amrnb --enable-version3 --enable-libopencore-amrwb --enable-version3 --enable-libdc1394 --enable-libvpx
  5. libavutil 52. 63.101 / 52. 63.101
  6. libavcodec 55. 50.100 / 55. 50.100
  7. libavformat 55. 31.100 / 55. 31.100
  8. libavdevice 55. 8.100 / 55. 8.100
  9. libavfilter 4. 1.102 / 4. 1.102
  10. libswscale 2. 5.101 / 2. 5.101
  11. libswresample 0. 17.104 / 0. 17.104
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, video4linux2,v4l2, from '/dev/video0':
  14. Duration: N/A, start: 4474.318146, bitrate: 165722 kb/s
  15. Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 720x480, 165722 kb/s, 29.97 fps, 29.97 tbr, 1000k tbn, 1000k tbc
  16. Guessed Channel Layout for Input Stream #1.0 : mono
  17. Input #1, alsa, from 'default':
  18. Duration: N/A, start: 1392139433.917741, bitrate: 768 kb/s
  19. Stream #1:0: Audio: pcm_s16le, 48000 Hz, mono, s16, 768 kb/s
  20. [libvpx @ 0x1886300] v1.2.0
  21. Output #0, ffm, to 'http://rpi:8090/rpi.ffm':
  22. Metadata:
  23. creation_time : now
  24. encoder : Lavf55.31.100
  25. Stream #0:0: Audio: vorbis (libvorbis), 22050 Hz, mono, fltp, 64 kb/s
  26. Stream #0:1: Video: vp8 (libvpx), yuv420p, 720x480, q=5-42, 400 kb/s, 1000k tbn, 29.97 tbc
  27. Stream mapping:
  28. Stream #1:0 -> #0:0 (pcm_s16le -> libvorbis)
  29. Stream #0:0 -> #0:1 (rawvideo -> libvpx)
  30. Press [q] to stop, [?] for help
  31. [video4linux2,v4l2 @ 0x184d1a0] The v4l2 frame is 345600 bytes, but 691200 bytes are expectedp=25
  32. frame= 7866 fps= 22 q=0.0 Lsize= 14076kB time=00:06:05.55 bitrate= 315.4kbits/s dup=4357 drop=25
  33. video:11529kB audio:2124kB subtitle:0 data:0 global headers:4kB muxing overhead 3.076102%
  34. [video4linux2,v4l2 @ 0x184d1a0] Some buffers are still owned by the caller on close.
  35. Received signal 2: terminating.
  36.  
  37.  
  38. Seconds later:
  39.  
  40.  
  41. [rpi@rpi ~]# ffserver -f ffserver.conf
  42. ffserver version 2.1.3 Copyright (c) 2000-2013 the FFmpeg developers
  43. built on Jan 15 2014 15:27:19 with gcc 4.7.2 (GCC)
  44. configuration: --prefix=/usr --disable-debug --disable-static --enable-avresample --enable-dxva2 --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-pic --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-swresample --enable-vdpau --enable-version3 --enable-x11grab
  45. libavutil 52. 48.101 / 52. 48.101
  46. libavcodec 55. 39.101 / 55. 39.101
  47. libavformat 55. 19.104 / 55. 19.104
  48. libavdevice 55. 5.100 / 55. 5.100
  49. libavfilter 3. 90.100 / 3. 90.100
  50. libavresample 1. 1. 0 / 1. 1. 0
  51. libswscale 2. 5.101 / 2. 5.101
  52. libswresample 0. 17.104 / 0. 17.104
  53. libpostproc 52. 3.100 / 52. 3.100
  54. Tue Feb 11 10:23:52 2014 FFserver started.
  55. [streaming working]
  56. Tue Feb 11 10:29:59 2014 Assertion num < (1ULL<<56)-1 failed at libavformat/matroskaenc.c:179
  57. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement