On Wed, Dec 11, 2019 at 05:47:49 +0100, Csaba wrote: > Thank you for your help. I appreciate it.
A pleasure. > [tcp @ 0x562b13aa0340] Connection to tcp://192.168.1.20:8080 failed: > Connection refused > http://192.168.1.20:8080: Connection refused > > 192.168.1.20 is the IP address of this machine's eth0 card. I would > like to connect to this IP address from another machine on my LAN. > I want direct streaming, without a server. Ah, understood, I thought so (but you didn't say before). The syntax you are using tries to connect to an external instance on 192.168.1.20:8080, and forward the stream there. If you want to host the HTTP server yourself (and have the external entity connect to you), you can put ffmpeg into that mode with the http output option "-listen 1". > to significantly reduce latency. Streaming with VLC is operating and > it produce latency. Can you give me the command line syntax for vlc/cvlc? Or do you use the GUI? I have issues understanding VLC's command line syntax. ;-) Cheers, Moritz _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".