I used to ffserver streaming my webcam it works well but the problem when I ' uses VLC or ffplay to retrieve the stream is noted that the streaming is not in real time and also is not continuous .
- ffserver.conf
- Port 8090
- BindAddress 0.0.0.0
- MaxClients 4
- MaxBandwidth 10000
- NoDaemo
- TSPPort 7654
- RTSPBindAddress 0.0.0.0
- File /tmp/webcam.ffm
- FileMaxSize 5M
- feed webcam.ffm
- Format flv
- VideoCodec flv
- VideoFrameRate 2
- VideoBufferSize 20000
- VideoBitRate 200
- VideoQMin 5
- VideoQMax 10
- VideoSize qvga
- PreRoll 0
- Noaudio
and i used command line
ffmpeg -s 160x128 -f video4linux -i /dev/video0 -r 15
http://localhost:8090/feed1.ffm