You are not logged in.
Hi all,
I'm having trouble trying to use the VLC HTTP Server. I followed the instructions here: http://wiki.videolan.org/Windows#How_To … _Interface
I also edited my /usr/share/vlc/http/.hosts to allow local connections and I start the Web Interface.
#
# Access-list for VLC HTTP interface
# $Id$
#
# localhost
::1
127.0.0.1
# link-local addresses
#fe80::/64
# private addresses
fc00::/7
fec0::/10
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
169.254.0.0/16
# The world (uncommenting these 2 lines is not quite safe)
#::/0
#0.0.0.0/0I also checked if port 8080 (webcache) was open and it actually is:
netstat -lptu:
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 10.0.0.224:webcache *:* LISTEN 8844/vlc
tcp 0 0 *:ssh *:* LISTEN -
udp 0 0 10.0.0.224:ntp *:* -
udp 0 0 localhost.localdoma:ntp *:* -
udp 0 0 *:ntp *:* -
udp 0 0 ::1%14610448:ntp *:* -
udp 0 0 *:ntpBut is still won't work... any idea?
Last edited by Sherwood51 (2010-09-06 15:44:03)
Offline
Mmmmh, no one got an idea?
Offline
Try again with these instructions:
http://www.hobbyistsoftware.com/VLCSetup-linux.php
Also check out the troubleshooting pages.
no place like /home
github
Offline
Thanks a lot.
It worked this way ![]()
Offline