I'm trying to serve a video file over my LAN (PC1 to PC2, both using latest VLC and both on Windows 10 fully up-to-date).
I set host pc like this:
Code: Select all
:sout=#duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:56789/},dst=display} :sout-all :sout-keep
https://gist.github.com/4a88719d9cfbdf56f34f25e62439b643
Both PC can see each other and I can share files via smb but I also tried turning my firewalls off to no avail...
Any help is really appreciated, thanks.