I'd like to setup streaming via http (in Windows) and to use its parameters user and pwd. But because I'm a beginner in VLC I don't now, where should I write them. I tried the following command:
Code: Select all
vlc video.avi :sout=#std{access=http,mux=ts,dst=192.168.1.2:8080,user=myuser,pwd=password}
What is the correct syntax? Where should be the parameters placed correctly?
And finally, how can I such a stream open in VLC? Where will I write these parameteres for playing this video?
Thanks for your answers in advance.
SteveCZ