Where the DocumentRoot location of VLC http server is?
Posted: 10 Apr 2013 11:26
I use the following VLC command line to receive rtsp stream and restream as http protocol,
In client, I can use URL: http://192.168.0.2/1.sdp to play the stream well.
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?
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?