“Solution to this problem http output”
found this
viewtopic.php?t=54960
Create config file using notepad save as “vlm.conf” in VLC root dir.
Then add this to vlm.conf & save [change to suit].
new channel1 broadcast enabled
setup channel1 input c:\tmp\demo1.mp4
setup channel1 output #rtp
{mux=ts,dst=192.168.0.3,port=1234,sdp=sap://,name="Channel 1"}
new channel2 broadcast enabled
setup channel2 option sout-keep input c:\tmp\demo2.mp4
setup channel2 output #duplicate{dst=std{access=http,mux=ts,dst=192.168.0.3:1235}}-
-sout-keep**
control channel1 play
control channel2 play
Open console window navigate to VLC root
at command line enter> vlc --vlm-conf vlm.conf
This starts a single instance of VLC running as server
Open a second VLC client then Media>Open Network Stream
enter url 192.168.0.3:1234 or 192.168.0.3:1235
& then Play
[Done] multiple streams on different ports running simultaneously on a single VLC instance.
Hope this helps
Best Regards
Steve