Re: [FFmpeg-user] MPEG1/2 does not support 3/1 fps

2016-01-11 Thread Moritz Barsnick
On Mon, Jan 11, 2016 at 21:12:05 +0100, db...@bergqvist.se wrote: > Then I start ffmpeg with: > ffmpeg -f v4l2 -s 320x240 -r 25 -i /dev/video0 -f alsa -ac 2 -i hw:1,0 > http://localhost:8090/feed1.ffm > > But I get the errors: > MPEG1/2 does not support 3/1 fps > Error while opening encoder for

[FFmpeg-user] MPEG1/2 does not support 3/1 fps

2016-01-11 Thread db123
I want to stream my web cam /dev/video0 using ffmpeg and ffserver. I have compiled the latest sources by looking at this page: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu Now I try to start ffserver by looking at this page: https://trac.ffmpeg.org/wiki/ffserver I have created