Advertisement
Guest User

Untitled

a guest
Jul 27th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ffmpeg -f v4l2 -s 640x360 -r 30 -i /dev/video0 -f flv rtmp://ip/live/livestream
  2. ffmpeg version N-42939-g236ecc3 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jul 27 2012 00:02:56 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --enable-librtmp
  5. libavutil 51. 65.100 / 51. 65.100
  6. libavcodec 54. 45.100 / 54. 45.100
  7. libavformat 54. 21.100 / 54. 21.100
  8. libavdevice 54. 2.100 / 54. 2.100
  9. libavfilter 3. 3.100 / 3. 3.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. [video4linux2,v4l2 @ 0xa933680] The V4L2 driver changed the video from 640x360 to 320x240
  13. [video4linux2,v4l2 @ 0xa933680] Estimating duration from bitrate, this may be inaccurate
  14. Input #0, video4linux2,v4l2, from '/dev/video0':
  15. Duration: N/A, start: 12709.752862, bitrate: N/A
  16. Stream #0:0: Video: mjpeg, yuvj422p, 320x240, -5 kb/s, 30 tbr, 1000k tbn, 30 tbc
  17. Output #0, flv, to 'rtmp://128.104.153.123:1935/live/livestream':
  18. Metadata:
  19. encoder : Lavf54.21.100
  20. Stream #0:0: Video: flv1 ([2][0][0][0] / 0x0002), yuv420p, 320x240, q=2-31, 200 kb/s, 1k tbn, 30 tbc
  21. Stream mapping:
  22. Stream #0:0 -> #0:0 (mjpeg -> flv)
  23. Press [q] to stop, [?] for help
  24. frame= 3863 fps=12 q=12.5 size= 3470kB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement