Mailing List archive

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

[vdr] streamdev-0.3.1 Problem with connecting



Hi all,

I have installed the streamdev-plugin on a 1.2.6 based VDR.
Everything is setup properly, the port 3000 for http stream is open
and the plugin accepts the connect request.

The problem is, that the connection is dropped just after establishing the connection.

vdr $ netstat -anp
.
tcp        0      0 0.0.0.0:3000            0.0.0.0:*               LISTEN     22193/vdr
.

/var/log/message on vdr:

Dec 22 22:15:18 vdr vdr[22599]: Streamdev: Accepted new client (HTTP) 172.16.50.100:32970
Dec 22 22:15:18 vdr vdr[22599]: Streamdev: Closing connection to 172.16.50.100:32970

output of mplayer on the client computer:

~ $ mplayer http://vdr:3000

.
.
Playing http://vdr:3000.
Resolving vdr for AF_INET6...
Couldn't resolve name for AF_INET6: vdr
Resolving vdr for AF_INET...
Connecting to server vdr[172.16.50.100]:3000 ...
http_read_response read 0 -ie- EOF
Unable to open URL: http://vdr:3000


Exiting... (End of file)


It seems, that there is no stream provided.

I tried it with xine, mplayer and vlc - fails on all clients.

Is there a debug mode in the plugin?

Any ideas?

Thanks,
Andreas






Home | Main Index | Thread Index