[FFmpeg-user] ffmpeg/ffserver h264 webcam streaming

Moritz Barsnick barsnick at gmx.net
Tue Oct 28 13:28:47 CET 2014


On Tue, Oct 28, 2014 at 12:00:46 +0000, Ricardo Mota wrote:

>    - http://pastebin.com/Z0ePhx3N

Please always post logs to the list!

> but when i try to run it with *ffmpeg -f v4l2 -input_format rawvideo
> -pixel_format yuyv422 -framerate 25 -video_size 1280x720 -i /dev/video0
> http://localhost:8090/feed1.ffm <http://localhost:8090/feed1.ffm>*, i get

You're probably not encoding to webm. You need to add something like
-c:v libvpx
to your ffmpeg command line. But I'm just guessing, I can't test since
I don't have libvpx.

Moritz


More information about the ffmpeg-user mailing list