Try with
Code: Select all
:sout-all :sout=#duplicate{dst=std{access=http,mux=ts,dst=0.0.0.0:8080},select="program=608",dst=display,select="program=608"}
or (I find it more simple):
Code: Select all
:program=608 :sout=#duplicate{dst=std{access=http,mux=ts,dst=0.0.0.0:8080},dst=display}
NB: if you are using a bash environment, #foo char will be a comment so you will have to add quotes:
Code: Select all
:program=608 :sout='#duplicate{dst=std{access=http,mux=ts,dst=0.0.0.0:8080},dst=display}'
and if you don't need to see what you are streaming:
Code: Select all
:program=608 :sout='#std{access=http,mux=ts,dst=0.0.0.0:8080}'
Also, the default .host file of VLC http server may lock incoming connecions to 127.0.0.1.