Advertisement
Guest User

help-me-with-pi

a guest
Feb 8th, 2013
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. root@raspberrypi:/etc# ffserver -f /etc/ffserver.conf & ffmpeg -v debug -r 5 -s 640x480 -f video4linux2 -i /dev/video0 http://localhost/webcam.ffm
  2.  
  3. With the above command line.
  4. This is the output
  5.  
  6. [4] 8211
  7. ffserver version 1.0.3 Copyright (c) 2000-2012 the FFmpeg developers
  8. built on Jan 29 2013 18:26:25 with gcc 4.6 (Debian 4.6.3-14+rpi1)
  9. configuration:
  10. libavutil 51. 73.101 / 51. 73.101
  11. libavcodec 54. 59.100 / 54. 59.100
  12. libavformat 54. 29.104 / 54. 29.104
  13. libavdevice 54. 2.101 / 54. 2.101
  14. libavfilter 3. 17.100 / 3. 17.100
  15. libswscale 2. 1.101 / 2. 1.101
  16. libswresample 0. 15.100 / 0. 15.100
  17. bind(port 80): Address already in use
  18. ffmpeg version 1.0.3 Copyright (c) 2000-2012 the FFmpeg developers
  19. built on Jan 29 2013 18:26:25 with gcc 4.6 (Debian 4.6.3-14+rpi1)
  20. configuration:
  21. libavutil 51. 73.101 / 51. 73.101
  22. libavcodec 54. 59.100 / 54. 59.100
  23. libavformat 54. 29.104 / 54. 29.104
  24. libavdevice 54. 2.101 / 54. 2.101
  25. libavfilter 3. 17.100 / 3. 17.100
  26. libswscale 2. 1.101 / 2. 1.101
  27. libswresample 0. 15.100 / 0. 15.100
  28. [video4linux2,v4l2 @ 0x19b0620] [3]Capabilities: 4000001
  29. [video4linux2,v4l2 @ 0x19b0620] The V4L2 driver set input_id: 0, input: Camera 1
  30. [video4linux2,v4l2 @ 0x19b0620] Setting time per frame to 1/5
  31. [video4linux2,v4l2 @ 0x19b0620] The driver changed the time per frame from 1/5 to 2/15
  32. [video4linux2,v4l2 @ 0x19b0620] All info found
  33. [video4linux2,v4l2 @ 0x19b0620] Estimating duration from bitrate, this may be inaccurate
  34. Input #0, video4linux2,v4l2, from '/dev/video0':
  35. Duration: N/A, start: 520746.516788, bitrate: 36864 kb/s
  36. Stream #0:0, 1, 1/1000000: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 640x480, 2/15, 36864 kb/s, 7.50 tbr, 1000k tbn, 7.50 tbc
  37. [ffm @ 0x19b2760] Format ffm probed with size=2048 and score=101
  38. [AVIOContext @ 0x19b0500] Statistics: 4096 bytes read, 0 seeks
  39. Missing audio stream which is required by this ffm
  40. [4]+ Exit 1 ffserver -f /etc/ffserver.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement