Good day to all… I have some “little” problems with ffserver and ffmpeg…
What I need to do is to broadcast a live video. So I got the cam… used vlc and used send stream option. I sent it to 192.168.1.9:64555, which is a virtual machine on the same computer, running centos.
On the virtual machine I run the command ffmpeg -i 192.168.1.9:64555 output.mpg.
The response is “unable to find file whatever”.
Can any1 tell me what I did wrong?
Thank you and have a great day.
Print-screen with error:

Good day. I found the answer at the question. The problem was that ffmpeg can’t manage live streams. It should be created a pipe.