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

Unable to connect to VLC server - "java.io.Exception:Invalid xml" #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Trying to connect to VLC server

What is the expected output? What do you see instead?
Unable to connect.  The error "java.io.Exception:Invalid xml" is displayed and 
then "No connection"

What version of VLC Remote are you using?
Version 0.5.3

What version of VLC are you using?
1.1.11

What version of Android are you using?
2.3.3

Which Android device are you using?
Samsung Galaxy SII

Please provide any additional information below.
I believe this started after upgrading to 0.5.3, but am unsure of which version 
I was using previously. 

Original issue reported on code.google.com by jonathan...@gmail.com on 26 Aug 2011 at 6:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
To rsolve: *"java.io.IOException: Invalid XML"* error message:

Replace the string in the shortcut: "PATH DIRECTORY" --extraintf=luahttp 
--fullscreen --http-album-art --qt-start-minimized

Use the string from the VLC wiki instead: "PATH DIRECTORY" --extraintf http 
--intf wx

Now the VLC player will run in the background with no apparent interface, but 
the app works perfectly!

You can go back to the regular VLC interface by replacing the string to: "PATH 
DIRECTORY" -I qt
----

Hope it helps you :)

Original comment by CoconutC...@gmail.com on 5 Sep 2011 at 9:37

GoogleCodeExporter commented 8 years ago
I had this issue too. But I didn't like that you couldn't use the interface in 
VLC on your computer with the "PATH DIRECTORY" --extraintf http --intf wx

If you use this, then you will be able to remotely controll VLC and controll it 
on your computer too :)

"PATH DIRECTORY" --extraintf http --fullscreen --http-album-art 
--qt-start-minimized

Original comment by maart...@live.se on 7 Sep 2011 at 3:57

GoogleCodeExporter commented 8 years ago
I'll try it, THANKS!

Although I found out the regular interface can be reached with the short script 
as well, if you press the VLC task bar icon, it brings up the VLC player 
regular menu. If it doesn't, try checking the "qt" box (in Preferences >> + 
Interface >>  + Main Interfaces >> HTTP) might work as well...

Original comment by CoconutC...@gmail.com on 7 Sep 2011 at 7:49

GoogleCodeExporter commented 8 years ago
100% work thx!

Original comment by CoconutC...@gmail.com on 7 Sep 2011 at 8:27

GoogleCodeExporter commented 8 years ago
There are trade-offs between the two interfaces; http seems to work better for 
album art, and luahttp works better for DVD navigation.  I think http might be 
overall more stable than luahttp.

Original comment by mr.bald...@gmail.com on 31 Dec 2011 at 9:44