pavkout / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
GNU General Public License v3.0
0 stars 0 forks source link

Support for password-protected interface #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
VLC Remote can't connect to a VLC instance that requires a password to access 
the http interface.

1. Create a .access file in the VLC requests directory
   (the .access file has a single line with the format username:password)
2. Start VLC with http interface

I would expect VLC Rremote to prompt for a username and password,
instead it just fails to connect to the server, gives "connection refused" 
errors.

I'm using version 26 of VLC Remote (on an HTC Desire, Android 2.1-update1) and 
VLC 1.0.6 (on Ubuntu 10.04).

Original issue reported on code.google.com by heindsight on 3 Jul 2010 at 3:20

GoogleCodeExporter commented 8 years ago

Original comment by mr.bald...@gmail.com on 24 Nov 2010 at 5:13

GoogleCodeExporter commented 8 years ago
This issue having no owner,
i'm working on it.

Original comment by Benoit.J...@gmail.com on 13 Jun 2011 at 8:54

GoogleCodeExporter commented 8 years ago
I've found a work-around that's even more secure than password protecting VLC.

Configure VLC to only accept connections from localhost, set up an ssh server 
on the PC (for added security have it only accept pub-key authentication), and 
use ConnectBot to set up an ssh tunnel for VLC Remote.

Original comment by heindsight on 15 Jun 2011 at 9:37

GoogleCodeExporter commented 8 years ago
setup ssh server is more complicate, remote should be with password...
I found that with vlc remote you can access to any file on the PC, it's big 
hole...

Original comment by Aviron...@gmail.com on 3 Jul 2011 at 10:45

GoogleCodeExporter commented 8 years ago
This is now essential because VLC has just been updated to *require* a password 
for the http interface. So for now the app is broken...

Original comment by c.harris...@gmail.com on 17 Nov 2013 at 6:53