Hello,
Is it possible to push video stream via VLC to specific port on localhost (e.g. 127.0.0.1:9999) without binding to it where 9999 is port that listening and waiting inbound TS stream by other application? ffmpeg can do it by tcp:// in out file for example.
Thanks.