Page 1 of 1

Include http authentication in cmd when playing network stre

Posted: 26 Jul 2007 08:12
by jetwong81
Dear All,
I have tried to use the search function provided at the top of the web site, but i couldnt find any related post about this.

I was trying to open a network movie from a server with http authentication enabled. Is there anyway to include the username & password in the command line while opening the stream instead of everytime entering the username and password in the http authentication pop-up form from VLC Client.

Thank you in advance.


p.s - so far i have tried to use following command to by pass the http authentication pop-up form from the VLC Client but not successful.

c:\program files\videoLan\vlc\vlc.exe http://10.0.1.5/movie.mjpg --http-user root --http-pwd password
c:\program files\videoLan\vlc\vlc.exe http://10.0.1.5/movie.mjpg --http-user=root --http-pwd=password
c:\program files\videoLan\vlc\vlc.exe http://10.0.1.5/movie.mjpg http-user=root http-pwd=password
c:\program files\videoLan\vlc\vlc.exe --http-user=root --http-pwd=password http://10.0.1.5/movie.mjpg

Re: Include http authentication in cmd when playing network

Posted: 18 Sep 2010 05:40
by vel_tins
three years later, but no answer...
I tried any possible combination, but nothing works.
maybe somebody can enlighten me

Re: Include http authentication in cmd when playing network

Posted: 19 Sep 2010 18:55
by Jean-Baptiste Kempf
http://user:pass@

works

Re: Include http authentication in cmd when playing network

Posted: 19 Jan 2011 14:43
by kikocuas
If username contains the @ char then vlc gets confused.
Example:
username=myusr@domain.com
pwd=mypwd

Would be great that developpers coul pass these two arguments as an options (http-user / http-pwd).
Would be also great if the parsing function of URIs admits username with @ char.