Hi all,
I’m not sure if I should report it here or upstream.
I am trying to use an android application to remotely control VLC on my computer.
I followed all setup instructions, but remote control does not work.
Initially I reported the problem to the android app developer, but he told me to verify if it worked with VLC on Windows, and it actually worked.
So I did a check: I used Firefox to connect to the http interface put up by VLC. On Windows, a nice web interface is shown. On openSUSE, i get an error:
The android app is “VLC Mobile Remote” (here).
However, you don’t need the app to test if your VLC has the problem.
Simply set up VLC for http remote control by following these steps:
start VLC
click on “Tools” and then “Preferences”
change from “Simple” settings to “All” (bottom left of the preferences window)
in the left part of the window, expand the tree under “Interface” and then expand the subtree “Main interfaces”
click on “Main interfaces” (left) and then check the “Web” option in the “Extra interface modules” option group (right)
click on “Lua” in the subtree under “Main interfaces” on the left
on the right, under “Lua HTTP” enter a password of your choice (do not touch anything else)
Here is the info you requested for the PC running openSUSE 13.1:
grb@frodo:~> zypper se -s lua|grep "i |"
i | liblua5_1 | package | 5.1.5-5.2.1 | x86_64 | openSUSE-13.1-Oss
i | liblua5_2 | package | 5.2.2-2.4.1
I have now tested on another PC running Tumbleweed (fully updated) and find the web interface won’t come up; it shows the same error as you reported.
The VLC packages on this second machine are the same version as yours (2.2.1-127.3) whereas those on original machine are
2.2.1-127.11. Not sure if this is significant.
The LUA packages on the machine running Tumbleweed are:
grb@pippin:~> zypper se -s lua|grep "i |"
i | liblua5_1 | package | 5.1.5-13.2 | x86_64 | repo-oss
i | liblua5_1-32bit | package | 5.1.5-13.2 | x86_64 | repo-oss
i | liblua5_2 | package | 5.2.4-3.1 | x86_64 | repo-oss
i | liblua5_3 | package | 5.3.1-3.2 | x86_64 | repo-oss
i | liblua5_3-32bit | package | 5.3.1-3.2 | x86_64 | repo-oss
i | libluajit-5_1-2 | package | 2.0.4-2.1 | x86_64 | repo-oss
i | lua | package | 5.3.1-3.2 | x86_64 | repo-oss
Thank you very much grb01.
I suspect it may be something related to the fact that LUA is version 5.3 on Tumbleweed.
I’ll see if the VLC developers can fix it.