Dmmdom / 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

http path with apache proxy #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setup proxy in apache for vlc http interface:

ProxyPass         /vlc http://localhost:8081
ProxyPassReverse  /vlc http://localhost:8081

2. unable to set the right url in remote

What is the expected output? What do you see instead?
I was only able to set the uri like: hostname/vlc:80 which is not correct. It 
should be hostname:80/vlc

What version of VLC Remote are you using?
0.5.5

What version of VLC are you using?
2.0.0

What version of Android are you using?
2.3.5

Which Android device are you using?
Samsung Galaxy S

Please provide any additional information below.

Original issue reported on code.google.com by daniel.k...@gmail.com on 27 Feb 2012 at 8:51

GoogleCodeExporter commented 8 years ago

Original comment by mr.bald...@gmail.com on 27 Feb 2012 at 2:03