Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: streamdev-0.3.1 Problem with connecting



Gavin Hamill wrote:
>    >I tried it, same result - it didn't work:
>
> Poo :/
>
> What happens if you go back to basics, telnet to port 3000 and ask
>
> GET /1 HTTP/1.0
> <blank line>
>
Good idea!

~$ telnet vdr 3000
Trying 172.16.50.100...
Connected to vdr.homenet.loc.
Escape character is '^]'.
Connection closed by foreign host.

So it seems, that there is no server running, but why do I get:

netstat -anp | grep vdr

tcp        0      0 0.0.0.0:2001            0.0.0.0:*               LISTEN     13061/vdr
tcp        0      0 0.0.0.0:3000            0.0.0.0:*               LISTEN     13061/vdr
unix  2      [ ]         DGRAM                    57815    13061/vdr


It seems that the port is open. Why does it not work?


Andreas





Home | Main Index | Thread Index