(No screenshot available)
| Author | Bubi |
|---|---|
| Created | Jun 10, 2011 |
| Updated | Jun 10, 2011 |
| Installs (this week) | 2 |
| Installs (total) | 97 |
for the built in http deamon at vlc (for unix, dunno if there is a httpd vor vlc-windows)
standard is white and pretty bright
standard is white and pretty bright
More Info
It depends what port you set the webinterface, and from where you administrate it.
If it's not one of the predefined ports or not localhost:
Choose the last option and instead of "install" choose "edit", and change the following part:
@-moz-document url-prefix("http://localhost:PORT") {
Example: we started the server at port 666:
@-moz-document url-prefix("http://localhost:666") {
Second example: we started the server at port 10000 and the server is at a server with the IP 192.168.12.44
@-moz-document url-prefix("http://192.168.12.44:10000") {
Change that accordingly your own settings and needings
If it's not one of the predefined ports or not localhost:
Choose the last option and instead of "install" choose "edit", and change the following part:
@-moz-document url-prefix("http://localhost:PORT") {
Example: we started the server at port 666:
@-moz-document url-prefix("http://localhost:666") {
Second example: we started the server at port 10000 and the server is at a server with the IP 192.168.12.44
@-moz-document url-prefix("http://192.168.12.44:10000") {
Change that accordingly your own settings and needings
Feedback
Discussions
No discussions posted yet. Be the first to ask a question or review this style.