I'm trying to do a live video stream of the webcam with ffserver and ffmpeg. I've found some resources on the net (#1 and #2), which more or less do the same thing.

I'm on a MacBook Pro running OS X 10.6.5. The webcam is an iSight integrated camera. If I look in /dev/ I can't find anything similar to /dev/video*, so where is the iSight camera mounted and how would I reference it in the ffmpeg command:

ffmpeg -r 15 -s 320x240 -f video4linux -i /dev/video0 http://localhost:8090/webcam.ffm

Any ideas?

  1. dmnet.bitacoras.com/archivos/software/streaming-de-una-webcam-con-ffmpeg.php
  2. ubuntuforums.org/showthread.php?t=665607
link|improve this question
this question belongs to apple.stackexchange.com or superuser.stackexchange.com – rds Nov 28 '11 at 20:03
feedback

closed as off topic by casperOne Nov 28 '11 at 20:42

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

Browse other questions tagged or ask your own question.