asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 586 forks source link

vlc #118

Closed blackmore1 closed 7 years ago

blackmore1 commented 7 years ago

hi.how to make vlc for android support http auth

Porco-Rosso commented 7 years ago

try: http://username:password@your.ip.address/:port

A word of warning, your username and password will be sent over the wire as cleartext, so only use this method on a secure network, not someplace like a coffeeshop

blackmore1 commented 7 years ago

thanks