Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. ubuntu@omap:~$ ffmpeg -f v4l2 -s 640x360 -r 15 -vcodec mjpeg -i /dev/video0 -f flv -b 20000k rtmp://server/live/livestream
  2.  
  3. ffmpeg version git-2012-08-08-b615dbb Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Aug 8 2012 18:08:47 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  5. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab
  6. libavutil 51. 67.100 / 51. 67.100
  7. libavcodec 54. 51.100 / 54. 51.100
  8. libavformat 54. 22.101 / 54. 22.101
  9. libavdevice 54. 2.100 / 54. 2.100
  10. libavfilter 3. 6.100 / 3. 6.100
  11. libswscale 2. 1.101 / 2. 1.101
  12. libswresample 0. 15.100 / 0. 15.100
  13. libpostproc 52. 0.100 / 52. 0.100
  14. [video4linux2,v4l2 @ 0x110f6b0] The v4l2 frame is 51325 bytes, but 230400 bytes are expected
  15. [video4linux2,v4l2 @ 0x110f6b0] Could not find codec parameters for stream 0 (Video: mjpeg, 640x360, 27648 kb/s): unspecified pixel format
  16. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  17. [video4linux2,v4l2 @ 0x110f6b0] Estimating duration from bitrate, this may be inaccurate
  18. /dev/video0: could not find codec parameters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement