Which would be equivalent to / dev / video 0 on OSX Snow Leopard on a MacBook Pro (iSight integrated camera)

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
+8
ffmpeg macos live-streaming ffserver isight
source share

No one has answered this question yet.

See related questions:

nine
Mac webcam - get your device
3
OpenCV on Mac does not open USB USB camera
2
Multiple video streams in one ffmpeg channel
one
av_interleaved_write_frame () unknown error while streaming WebM
0
Convert input gray to RGB output
0
Ffmpeg supports broadcasting rtmp from OS X with sound
0
Restrict the FFmpeg / FFserver stream to a registered user
0
FFServer does not stop
0
ffserver passes webm data but nothing is displayed

Source: https://habr.com/ru/post/651255/


All Articles