I am trying to make a live webcam video stream with ffserver and ffmpeg. I found some resources on the net (# 1 and # 2) that more or less do the same thing.
I work on a MacBook Pro running OS X 10.6.5. Webcam is an integrated iSight camera. If I look in / dev / I cannot find anything like / dev / video *, then where will the iSight camera be installed and how can I refer to it in the ffmpeg command:
ffmpeg -r 15 -s 320x240 -f video4linux -i / dev / video0 http: // localhost: 8090 / webcam.ffm
Any ideas?
- dmnet.bitacoras.com/archivos/software/streaming-de-una-webcam-con-ffmpeg.php
- ubuntuforums.org/showthread.php?t=665607
ffmpeg macos live-streaming ffserver isight
honi
source share