Ok so I am very new at streaming and wanted to setup a basic generic stream so I can watch mp4 files I have on my home machine to my office computer at work. I set up VLC to stream on UDP with port 8080 giving it my network router IP address to broadcast. The stream can be accessed locally on my host computer but then when any other player tries to access outside of my lan, no connection is available and simply times out. So I just wanted to make sure I'm doing everything correct here;
vlc --intf dummy -vvv --sout '#standard{access=udp,url= 2*.**.92.118:8080,sap=true,name="Test Stream"}' --ttl 5 --loop test.avi
Will I need another server to properly stream outside of my lan?
*totally confused* lol
Much help appreciated!
- David