I want to use VideoView to access files on my local server
Like this
vv.loadvideo("http","http://192.168.1.50/PublicMovies/abcdef.mp4")
however my server requires a username and password.
if I type the line into my PC on the same network
http://192.168.1.50/PublicMovies/abcdef.mp4
I get sent to a login page.
can I somehow use HttpUtils to do login ?
Help appreciated.
Like this
vv.loadvideo("http","http://192.168.1.50/PublicMovies/abcdef.mp4")
however my server requires a username and password.
if I type the line into my PC on the same network
http://192.168.1.50/PublicMovies/abcdef.mp4
I get sent to a login page.
can I somehow use HttpUtils to do login ?
Help appreciated.