Page 1 of 1

VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 19 Jan 2012 20:51
by sensory
Hi all,

I upgraded to the latest Nightly and I can't find the Web interface in the options. It used to be under Advanced > Interfaces > Main Interfaces.

Where has it been moved to?

Thanks!

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 19 Jan 2012 23:58
by Jean-Baptiste Kempf
Activate it through the view menu.

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 25 Jan 2012 22:43
by sensory
Doesn't seem to work. I don't want to have to go back to an RC just to use the web interface successfully. It should be an option you can enable in the options and it'll start up as usual.

Another point, why does the web interface always have to be so cumbersome to enable? It's a very good feature but even in rc you have to go through a bunch of menus to enable it.

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 27 Jan 2012 20:05
by VLC_help

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 28 Jan 2012 01:24
by sensory
And how do I go about setting it up so that the HTTP interface just works? Enabling LUA interpreter does nothing.

Again, why make this so difficult? One section with options, click to enable. Call it HTTP Web Interface. Why do we have to play a guessing game in a mountain of menus? :(

Screenshot, nightly of 27th of January:
Image

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 29 Jan 2012 15:37
by VLC_help
It is that.

If you want HTTP on, then on the Lua Interface part you input http
and to the Lua intefface configuration part you input http={host='0.0.0.0:8080',dir='lua/http' (or what options you want to use)

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 29 Jan 2012 17:46
by sensory
Still no dice. Tried substituting 0.0.0.0 with 127.0.0.1 and localhost. Nothing.

Options in the latest nightly as of writing:
Image

Still baffled as to why such a simple operation has been made so difficult. :? If this is the sign of things to come for the RC of VLC I'll be finding an alternative. A straight forward web interface is a must.

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 30 Jan 2012 18:56
by VLC_help
Sorry, I missed }

So it should be http={host='0.0.0.0:8080',dir='lua/http'} (change the dir, if you have something different)

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 30 Jan 2012 20:06
by sensory
Still nothing. http://localhost:8080 returns "Problem loading page" -- works fine in VLC 1.1.11

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 31 Jan 2012 16:59
by VLC_help
I'll check this out during weekend.

Re: VLC 2.1.0-git - Where is the HTTP interface located?

Posted: 05 Feb 2012 13:35
by VLC_help
Thanks. It is a bug in QT4 interface most likely. It runs fine from command-line/.bat

Code: Select all

vlc --extraintf=luaintf --lua-intf=http
http://trac.videolan.org/vlc/ticket/5986