Mac Webcam StreamingThis page explains how to stream live video from a webcam to ffmpeg using off-the-shelf components. You will need:
OverviewThe general idea is:
The reason behind this is that ffmpeg seems unable to tune into the RTSP stream directly or is unable to handle the audio format offered by QuickTime. Using VLC to transcode avoids this problem. SetupFirst, install everything. Next, start QuickTime Broadcaster, and broadcast using the following settings:
If starting the broadcast produces a 'precondition failed' error, try to announce a different filename. Then, start VLC, and enter File -> Stream/Transcoding Wizard. Select:
Finally, start ffmpeg: ffmpeg -i http://localhost:8080 foo.avi |