[FFmpeg-user] FFMpeg stream audio problem

Moritz Barsnick barsnick at gmx.net
Wed Dec 11 14:34:37 EET 2019


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


More information about the ffmpeg-user mailing list