Page 1 of 1

stream video from webcam into LAN

Posted: 24 Apr 2017 16:11
by medgh
Hello everyone,

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
How can I do that ??
I use ubuntu and VLC 2.2.5.1

Thank you.

Re: stream video from webcam into LAN

Posted: 11 Jun 2017 15:55
by Jean-Baptiste Kempf
Why not use ffmpeg then?