Code: Select all
vlc --intf=dummy rtsp://172.18.66.145/360p2.ts --http-host=192.168.0.2 :sout=#http{mux=ts,dst=:80/1.sdp} :sout-keep --repeat
It seems to have a HTTP server running on VLC during streaming. Could someone know where the DocumentRoot path for the http server is. Because I would like use this web server to put some files in it. Is it possible? Or is there any way that I can use VLC's http server so that I don't need to install other http server on the PC?