I am trying to stream my webcam using VLC on my LAN. But I have lags and very low quality video.
I have tried the various settings with ffmpeg and it works pretty fine, I used this command:
Code: Select all
ffmpeg -f v4l2 -s 640x480 -r 25 -i /dev/video0 http://localhost:8090/feed1.ffm
I use ubuntu and VLC 2.2.5.1
Thank you.