Page 1 of 1

Streaming Error

Posted: 03 Mar 2019 15:38
by droidus
I am trying to stream a video source (actively being captured) by connecting to it via VLC. I am using this command:

Code: Select all

vlc -vvv output.avi --sout udp:192.168.0.5 --ttl 2
I am getting this error message though:

Code: Select all

udp access out warning: send error: Connection refused

Re: Streaming Error

Posted: 03 Mar 2019 18:41
by Rémi Denis-Courmont
The recipient (or a firewall) is rejecting the data.

Re: Streaming Error

Posted: 03 Mar 2019 23:16
by droidus
Is there a way to broadcast to any IP?

Re: Streaming Error

Posted: 04 Mar 2019 20:55
by Rémi Denis-Courmont
What could possibly go wrong, if anybody could broadcast anything to any IP...