You are not logged in.

#1 2010-06-19 09:31:36

Sherwood51
Member
From: Geneva -Switzerland
Registered: 2010-05-25
Posts: 20
Website

[VLC]Running VLC Server(Solved)

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/0

I 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 *:ntp

But is still won't work... any idea?

Last edited by Sherwood51 (2010-09-06 15:44:03)

Offline

#2 2010-06-21 12:47:57

Sherwood51
Member
From: Geneva -Switzerland
Registered: 2010-05-25
Posts: 20
Website

Re: [VLC]Running VLC Server(Solved)

Mmmmh, no one got an idea?

Offline

#3 2010-06-21 13:49:44

demian
Member
From: Frankfurt, Germany
Registered: 2009-05-06
Posts: 709

Re: [VLC]Running VLC Server(Solved)

Try again with these instructions:
http://www.hobbyistsoftware.com/VLCSetup-linux.php
Also check out the troubleshooting pages.


no place like /home
github

Offline

#4 2010-07-11 13:36:36

Sherwood51
Member
From: Geneva -Switzerland
Registered: 2010-05-25
Posts: 20
Website

Re: [VLC]Running VLC Server(Solved)

Thanks a lot.
It worked this way smile

Offline

Board footer

Powered by FluxBB