I want to stream video using VLC so everyone can connect to my pc and watch it. Is there any way to do it? As I understand I can multicast video only in my network (but I need it to be available from the internet). I tried to stream video specifying just port. In this case I could connect from internal network but not from the outside.
EDIT
If I try to stream via http I can't connect from outside my network. I've forwarded ports in my router. My streaming options for example
:sout=#transcode{vcodec=theo,vb=800,scale=1,acodec=vorb,ab=128,channels=2,samplerate=44100}:http{mux=ogg,dst=:12100/} :sout-keep





