On Wed, Jan 1, 2014 at 2:41 PM, Andy <dssnos...@gmail.com> wrote:
> I am trying to stream /dev/video0 to http and encode it in h.264.

Last I checked, the ffmpeg v4l2 input interface is just for raw video.
 What you probably want to do is just use v4l2-ctl to setup the tuner
appropriately, and then pass in /dev/video0 as a standard filehandle
to ffmpeg (i.e. "-i /dev/video0").

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to